Searched refs:firstCharLow (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fstobdf/dist/
H A Dchars.c157 unsigned int firstCharLow; local in function:EmitCharacters
168 firstCharLow = fontHeader->char_range.min_char.low;
181 for (chLow = 0; chLow <= (lastCharLow - firstCharLow); chLow++) {
196 for (chLow = firstCharLow; chLow <= lastCharLow; chLow++) {
204 offsets[encoding - ((firstCharHigh << 8) + firstCharLow) +

Completed in 2 milliseconds