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

12

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

Completed in 1220 milliseconds

12