Searched refs:fStartCodes (Results 1 – 4 of 4) sorted by relevance
118 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()119 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
54 const le_uint16 *fStartCodes; variable
112 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()113 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
50 const le_uint16 *fStartCodes; variable