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

  /external/fonttools/Tests/pens/
ttGlyphPen_test.py 231 baseGlyph = pen.glyph()
232 glyphSet[componentName] = _TestGlyph(baseGlyph)
241 compositeGlyph.compile({'a': baseGlyph})
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 102 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
103 int glyphsLeft = glyphCount - baseGlyph;
108 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /external/skqp/src/ports/
SkTypeface_win_dw.cpp 102 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
103 int glyphsLeft = glyphCount - baseGlyph;
108 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 487 baseGlyph = glyfTable[compo.glyphName]
488 if baseGlyph.numberOfContours == 0:
490 elif baseGlyph.numberOfContours > 0:
491 nP, nC = baseGlyph.getMaxpValues()
493 nP, nC, maxComponentDepth = baseGlyph.getCompositeMaxpValues(
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 578 baseGlyph = StandardEncoding[bchar]
579 self.pen.addComponent(baseGlyph, (1, 0, 0, 1, 0, 0))
925 baseGlyph = StandardEncoding[bchar]
926 self.pen.addComponent(baseGlyph, (1, 0, 0, 1, 0, 0))
    [all...]
  /external/fonttools/Lib/fontTools/subset/
cff.py 42 baseGlyph = StandardEncoding[bchar]
44 self.components.add(baseGlyph)
  /external/skia/tools/fonts/
SkTestSVGTypeface.cpp     [all...]
  /external/skqp/tools/fonts/
SkTestSVGTypeface.cpp     [all...]

Completed in 339 milliseconds