Home
last modified time | relevance | path

Searched refs:baseGlyph (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DMarkToBasePosnSubtables.cpp52 LEGlyphID baseGlyph = findBaseGlyph(&baseIterator); in process() local
53 le_int32 baseCoverage = getBaseCoverage(base, (LEGlyphID) baseGlyph, success); in process()
75 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor); in process()
92 fontInstance->getGlyphAdvance(baseGlyph, pixels); in process()
/external/skia/src/ports/
DSkTypeface_win_dw.cpp96 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) { in onCharsToGlyphs() local
97 int glyphsLeft = glyphCount - baseGlyph; in onCharsToGlyphs()
102 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]); in onCharsToGlyphs()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py333 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/
DpsCharStrings.py733 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))