Searched refs:LE_GET_GLYPH (Results 1 – 22 of 22) sorted by relevance
43 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]); in process()
43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
32 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSegment()61 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSingle()
50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]); in processStateEntry()58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]); in processStateEntry()
67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
45 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process()
59 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); in process()
39 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]); in processStateEntry()
102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0; in canDisplay()
62 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
162 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()
176 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT) macro
361 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) { in filterGlyph()
251 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]); in characterProcessing()
46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance()57 return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point); in getGlyphPoint()
185 TTGlyphID glyph = LE_GET_GLYPH(glyphs[in]); in rasterizeGlyphs()
68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); in drawGlyphs()
302 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance()