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

/xsrc/external/mit/fstobdf/dist/
H A Dchars.c159 unsigned int lastCharLow; local in function:EmitCharacters
170 lastCharLow = fontHeader->char_range.max_char.low;
181 for (chLow = 0; chLow <= (lastCharLow - firstCharLow); chLow++) {
196 for (chLow = firstCharLow; chLow <= lastCharLow; chLow++) {

Completed in 2 milliseconds