Searched refs:glyphCode (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
H A DStateTableProcessor.cpp64 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); local
66 if (glyphCode == 0xFFFF) {
68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
69 classCode = classTable->classArray[glyphCode - firstGlyph];
H A DStateTableProcessor2.cpp90 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
92 if (glyphCode == 0xFFFF) {
121 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
123 if (glyphCode == 0xFFFF) {
162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
164 if (glyphCode == 0xFFFF) {
197 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); local
198 if (glyphCode == 0xFFFF) {
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyp
[all...]
H A DContextualGlyphSubstProc2.cpp91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
92 newGlyph = SWAPW(lookupTable0->valueArray(glyphCode, success));
129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
132 newGlyph = SWAPW(valueArray(glyphCode - firstGlyph, success));
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h88 SK_OT_USHORT glyphCode; // Component glyph code member in struct:SkOTTableEmbeddedBitmapData::EBDTComponent
H A DSkOTTable_EBLC.h125 SK_OT_USHORT glyphCode; member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTable4::CodeOffsetPair
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py18 glyphCode: H
706 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
715 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
731 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
739 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py18 glyphCode: H
706 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
715 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
731 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
739 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)

Completed in 150 milliseconds