Searched refs:cmEndCodes (Results 1 – 4 of 4) sorted by relevance
17 cmEndCodes(NULL), cmStartCodes(NULL), cmIdDelta(0), cmIdRangeOffset(0), in FontObject()147 cmEndCodes = &header->endCodes[0]; in initUnicodeCMAP()176 if (unicode >= SWAPW(cmStartCodes[index]) && unicode <= SWAPW(cmEndCodes[index])) { in unicodeToGlyph()
219 le_uint16 *cmEndCodes; variable