Searched refs:baseGlyph (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 99 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) { in onCharsToGlyphs() local 100 int glyphsLeft = glyphCount - baseGlyph; in onCharsToGlyphs() 105 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]); in onCharsToGlyphs()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 333 baseGlyph = glyfTable[compo.glyphName] 334 if baseGlyph.numberOfContours == 0: 336 elif baseGlyph.numberOfContours > 0: 337 nP, nC = baseGlyph.getMaxpValues() 339 nP, nC, maxComponentDepth = baseGlyph.getCompositeMaxpValues(
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 733 baseGlyph = StandardEncoding[bchar] 734 self.pen.addComponent(baseGlyph, (1, 0, 0, 1, 0, 0)) 1087 baseGlyph = StandardEncoding[bchar] 1088 self.pen.addComponent(baseGlyph, (1, 0, 0, 1, 0, 0))
|