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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java30 public int getGlyphID() method in class:ClassTable.ClassEntry
176 int startID = classTable[startIndex].getGlyphID();
183 if (classTable[endIndex].getGlyphID() != nextID ||
232 writer.writeData(classTable[i].getGlyphID());
/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/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/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const function in class:LEGlyphStorage
520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success);
526 setGlyphID(i,getGlyphID(i+1,success),success);
532 setGlyphID(i,getGlyphID(i-1,success),success);
/external/skia/src/core/
H A DSkGlyph.h109 uint16_t getGlyphID() const { function in class:SkGlyph
/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/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)

Completed in 2570 milliseconds