HomeSort by relevance Sort by last modified time
    Searched refs:glyphNames (Results 1 - 9 of 9) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__5.py 23 glyphNames = ttFont.getGlyphOrder()
25 for i in range(len(glyphNames)):
26 a.append(self.glyphGrouping[glyphNames[i]])
_h_d_m_x.py 57 glyphNames = ttFont.getGlyphOrder()[:]
58 glyphNames.sort()
59 maxNameLen = max(map(len, glyphNames))
64 for glyphName in glyphNames:
C_O_L_R_.py 58 glyphNames = self.ColorLayers.keys()
59 for glyphName in glyphNames:
84 glyphNames = self.ColorLayers.keys()
85 for glyphName in glyphNames:
T_S_I__1.py 45 glyphNames = ttFont.getGlyphOrder()
48 for i in range(len(glyphNames)):
51 name = glyphNames[i]
V_O_R_G_.py 70 glyphNames = self.VOriginRecords.keys()
71 for glyphName in glyphNames:
_g_l_y_f.py 83 glyphNames = ttFont.getGlyphNames()
89 numGlyphs = len(glyphNames)
90 for glyphName in glyphNames:
  /external/skia/src/pdf/
SkPDFFont.cpp 551 const SkTArray<SkString>& glyphNames = info.fGlyphNames;
552 SkASSERT(glyphNames.count() > lastGlyphID);
553 encDiffs->appendName(glyphNames[0].c_str());
556 const bool valid = gID < glyphNames.count() && !glyphNames[gID].isEmpty();
557 const SkString& name = valid ? glyphNames[gID] : unknown;
  /external/skqp/src/pdf/
SkPDFFont.cpp 551 const SkTArray<SkString>& glyphNames = info.fGlyphNames;
552 SkASSERT(glyphNames.count() > lastGlyphID);
553 encDiffs->appendName(glyphNames[0].c_str());
556 const bool valid = gID < glyphNames.count() && !glyphNames[gID].isEmpty();
557 const SkString& name = valid ? glyphNames[gID] : unknown;
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 528 glyphNames = sorted(self.getGlyphOrder()[:])
529 return glyphNames

Completed in 581 milliseconds