Searched defs:getGlyphID (Results 1 - 7 of 7) sorted by path

/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py557 def getGlyphID(self, glyphName, requireReal=False): member in class:TTFont
565 return self.getGlyphID(glyphName)
597 return self.getGlyphID(glyphName)
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py142 def getGlyphID(self, glyphName): member in class:table__g_l_y_f
895 glyphID = glyfTable.getGlyphID(self.glyphName)
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py557 def getGlyphID(self, glyphName, requireReal=False): member in class:TTFont
565 return self.getGlyphID(glyphName)
597 return self.getGlyphID(glyphName)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_g_l_y_f.py142 def getGlyphID(self, glyphName): member in class:table__g_l_y_f
895 glyphID = glyfTable.getGlyphID(self.glyphName)
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java32 public int getGlyphID() method in class:ClassTable.ClassEntry
178 int startID = classTable[startIndex].getGlyphID();
185 if (classTable[endIndex].getGlyphID() != nextID ||
234 writer.writeData(classTable[i].getGlyphID());
/external/skia/src/core/
H A DSkGlyph.h242 SkGlyphID getGlyphID() const { function in class:SkGlyph
/external/skqp/src/core/
H A DSkGlyph.h242 SkGlyphID getGlyphID() const { function in class:SkGlyph

Completed in 429 milliseconds