Searched refs:fStartCodes (Results 1 – 6 of 6) 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
159 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()160 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()175 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()191 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
50 const le_uint16 *fStartCodes; variable
162 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()163 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()178 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()185 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()190 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()194 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()