Searched refs:fStartCodes (Results 1 – 6 of 6) sorted by relevance
124 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()125 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()140 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()147 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()152 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()156 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
60 const le_uint16 *fStartCodes; variable
164 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()165 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()180 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()187 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()192 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()196 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
52 const le_uint16 *fStartCodes; variable
165 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()166 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()181 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()188 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()193 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()197 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
56 const le_uint16 *fStartCodes; variable