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

1 2

  /external/icu/icu4c/source/layout/
SimpleArrayProcessor.cpp 44 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) {
45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success));
SimpleArrayProcessor2.cpp 45 if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) {
46 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success));
CoverageTables.cpp 43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
SegmentSingleProcessor2.cpp 47 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value);
ContextualGlyphSubstProc.cpp 55 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew.
62 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew.
LookupTables.cpp 33 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
65 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
LigatureSubstSubtables.cpp 39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {
SegmentArrayProcessor.cpp 51 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
SegmentArrayProcessor2.cpp 51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
SegmentSingleProcessor.cpp 46 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value);
SingleSubstitutionSubtables.cpp 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
StateTableProcessor2.cpp 90 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
121 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
197 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]);
TrimmedArrayProcessor.cpp 51 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph);
TrimmedArrayProcessor2.cpp 47 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph);
ClassDefinitionTables.cpp 73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID);
ContextualGlyphSubstProc2.cpp 91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
StateTableProcessor.cpp 64 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]);
LigatureSubstProc.cpp 98 i += SWAPW(offsetTable.getObject(LE_GET_GLYPH(glyphStorage[componentGlyph]), success));
LEFontInstance.cpp 102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0;
LigatureSubstProc2.cpp 103 i += SWAPW(componentTable(LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset, lafComponentOffsetMask)),success));
ArabicLayoutEngine.cpp 164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
  /external/chromium_org/third_party/icu/source/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]);
  /external/icu/icu4c/source/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]);

Completed in 270 milliseconds

1 2