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

  /external/icu/icu4c/source/layout/
MarkToBasePosnSubtables.cpp 52 LEGlyphID baseGlyph = findBaseGlyph(&baseIterator);
53 le_int32 baseCoverage = getBaseCoverage(base, (LEGlyphID) baseGlyph, success);
75 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor);
92 fontInstance->getGlyphAdvance(baseGlyph, pixels);
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 87 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
88 int glyphsLeft = glyphCount - baseGlyph;
93 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 87 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
88 int glyphsLeft = glyphCount - baseGlyph;
93 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_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/
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))

Completed in 184 milliseconds