Home
last modified time | relevance | path

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

/external/icu4c/layout/
DSimpleArrayProcessor.cpp43 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) { in process()
44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]); in process()
DCoverageTables.cpp43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
DLookupTables.cpp32 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSegment()
61 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSingle()
DContextualGlyphSubstProc.cpp50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]); in processStateEntry()
58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]); in processStateEntry()
DClassDefinitionTables.cpp67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
DSegmentSingleProcessor.cpp47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
DTrimmedArrayProcessor.cpp45 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
DSegmentArrayProcessor.cpp52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process()
DStateTableProcessor.cpp59 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); in process()
DLigatureSubstSubtables.cpp39 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
DLigatureSubstProc.cpp81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]); in processStateEntry()
DLEFontInstance.cpp102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0; in canDisplay()
DPairPositioningSubtables.cpp62 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
DArabicLayoutEngine.cpp162 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()
DLETypes.h176 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT) macro
DGlyphIterator.cpp361 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) { in filterGlyph()
DLayoutEngine.cpp251 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]); in characterProcessing()
/external/icu4c/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()
DGDIFontInstance.cpp68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); in drawGlyphs()
/external/icu4c/test/letest/
DPortableFontInstance.cpp302 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in getGlyphAdvance()