HomeSort by relevance Sort by last modified time
    Searched refs:LE_GET_GLYPH (Results 1 - 22 of 22) sorted by null

  /external/icu4c/layout/
SimpleArrayProcessor.cpp 43 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) {
44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]);
ContextualGlyphSubstProc.cpp 50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]);
58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]);
CoverageTables.cpp 43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
LookupTables.cpp 32 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
61 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
SegmentArrayProcessor.cpp 52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
SegmentSingleProcessor.cpp 47 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value);
TrimmedArrayProcessor.cpp 45 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph);
ClassDefinitionTables.cpp 67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
LigatureSubstSubtables.cpp 39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {
SingleSubstitutionSubtables.cpp 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
StateTableProcessor.cpp 59 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]);
LigatureSubstProc.cpp 81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]);
LEFontInstance.cpp 102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0;
PairPositioningSubtables.cpp 62 pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize);
ArabicLayoutEngine.cpp 162 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
LETypes.h 174 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT)
GlyphIterator.cpp 361 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) {
LayoutEngine.cpp 290 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]);
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance);
57 return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point);
GnomeFontInstance.cpp 185 TTGlyphID glyph = LE_GET_GLYPH(glyphs[in]);
GDIFontInstance.cpp 68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
  /external/icu4c/test/letest/
PortableFontInstance.cpp 338 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);

Completed in 88 milliseconds