Searched refs:LE_GET_GLYPH (Results 1 – 25 of 30) sorted by relevance
12
/external/icu/icu4c/source/layout/ |
D | SimpleArrayProcessor2.cpp | 45 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process() 46 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process()
|
D | StateTableProcessor2.cpp | 90 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in process() 121 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in process() 162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in process() 197 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); in process()
|
D | SimpleArrayProcessor.cpp | 44 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process() 45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process()
|
D | CoverageTables.cpp | 43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage() 76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
|
D | ContextualGlyphSubstProc.cpp | 55 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // w… in processStateEntry() 62 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); /… in processStateEntry()
|
D | LookupTables.cpp | 33 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSegment() 65 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSingle()
|
D | ClassDefinitionTables.cpp | 73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass() 103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
|
D | ContextualGlyphSubstProc2.cpp | 91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in lookup() 129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in lookup()
|
D | SegmentSingleProcessor2.cpp | 47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
|
D | SegmentSingleProcessor.cpp | 46 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
|
D | TrimmedArrayProcessor.cpp | 51 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
|
D | SegmentArrayProcessor2.cpp | 51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
|
D | TrimmedArrayProcessor2.cpp | 47 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
|
D | SegmentArrayProcessor.cpp | 51 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process()
|
D | SingleSubstitutionSubtables.cpp | 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process()
|
D | LigatureSubstSubtables.cpp | 42 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
|
D | StateTableProcessor.cpp | 64 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); in process()
|
D | LigatureSubstProc.cpp | 98 … i += SWAPW(offsetTable.getObject(LE_GET_GLYPH(glyphStorage[componentGlyph]), success)); in processStateEntry()
|
D | LEFontInstance.cpp | 102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0; in canDisplay()
|
D | LigatureSubstProc2.cpp | 103 …i += SWAPW(componentTable(LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset, lafComp… in processStateEntry()
|
D | PairPositioningSubtables.cpp | 67 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
|
D | ArabicLayoutEngine.cpp | 164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()
|
D | LETypes.h | 174 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT) macro
|
/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance() 57 return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point); in getGlyphPoint()
|
D | GnomeFontInstance.cpp | 185 TTGlyphID glyph = LE_GET_GLYPH(glyphs[in]); in rasterizeGlyphs()
|
12