HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphID (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 77 uint16_t getGlyphID() const {
  /external/icu/icu4c/source/layout/
LEGlyphStorage.cpp 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const
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/
SkGlyph.h 75 uint16_t getGlyphID() const {
79 unsigned getGlyphID(unsigned baseGlyphCount) const {
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 557 def getGlyphID(self, glyphName, requireReal=False):
565 return self.getGlyphID(glyphName)
597 return self.getGlyphID(glyphName)
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 142 def getGlyphID(self, glyphName):
895 glyphID = glyfTable.getGlyphID(self.glyphName)

Completed in 324 milliseconds