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

/external/skia/src/core/
H A DSkGlyph.h91 uint16_t getGlyphID() const { function in class:SkGlyph
/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/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 222 milliseconds