Home
last modified time | relevance | path

Searched refs:LE_GET_GLYPH (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/layout/
DSimpleArrayProcessor2.cpp45 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
46 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process()
DStateTableProcessor2.cpp90 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()
DSimpleArrayProcessor.cpp44 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process()
DCoverageTables.cpp43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
DContextualGlyphSubstProc.cpp55 …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()
DLookupTables.cpp33 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSegment()
65 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSingle()
DClassDefinitionTables.cpp73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
DContextualGlyphSubstProc2.cpp91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in lookup()
129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in lookup()
DSegmentSingleProcessor2.cpp47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
DSegmentSingleProcessor.cpp46 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
DTrimmedArrayProcessor.cpp51 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
DSegmentArrayProcessor2.cpp51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
DTrimmedArrayProcessor2.cpp47 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
DSegmentArrayProcessor.cpp51 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process()
DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process()
DLigatureSubstSubtables.cpp42 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
DStateTableProcessor.cpp64 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); in process()
DLigatureSubstProc.cpp98 … i += SWAPW(offsetTable.getObject(LE_GET_GLYPH(glyphStorage[componentGlyph]), success)); in processStateEntry()
DLEFontInstance.cpp102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0; in canDisplay()
DLigatureSubstProc2.cpp103 …i += SWAPW(componentTable(LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset, lafComp… in processStateEntry()
DPairPositioningSubtables.cpp67 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
DArabicLayoutEngine.cpp164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()
DLETypes.h174 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT) macro
/external/icu/icu4c/source/samples/layout/
DScriptCompositeFontInstance.cpp46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance()
57 return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point); in getGlyphPoint()
DGnomeFontInstance.cpp185 TTGlyphID glyph = LE_GET_GLYPH(glyphs[in]); in rasterizeGlyphs()

12