HomeSort by relevance Sort by last modified time
    Searched full:glyphrec (Results 1 - 4 of 4) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
M_E_T_A_.py 113 for glyphRec in self.glyphRecords:
114 glyphRec.offset = stringRecsOffset
115 if (glyphRec.offset > 65535) and ((self.metaFlags & 1) == 0):
119 metaData = metaData + glyphRec.compile(self)
120 stringRecsOffset = stringRecsOffset + (glyphRec.nMetaEntry * stringRecSize)
129 for glyphRec in self.glyphRecords:
130 assert (glyphRec.offset == len(metaData)), "Glyph record offset did not compile correctly! for rec:" + str(glyphRec)
131 for stringRec in glyphRec.stringRecs:
152 for glyphRec in self.glyphRecords
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 2185 PSH_GlyphRec glyphrec; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 2182 PSH_GlyphRec glyphrec; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 2185 PSH_GlyphRec glyphrec; local
    [all...]

Completed in 891 milliseconds