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

  /external/skia/include/core/
SkScalerContext.h 278 fBaseGlyphCount = baseGlyphCount;
312 unsigned fBaseGlyphCount;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 948 error = FT_Get_Advance( fFace, glyph->getGlyphID(fBaseGlyphCount),
    [all...]
SkFontHost_mac_atsui.cpp 224 GlyphID glyphID = glyph->getGlyphID(fBaseGlyphCount);
274 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
SkFontHost_mac_coretext.cpp 956 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 77 fBaseGlyphCount = 0;
152 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());
197 return this->fBaseGlyphCount;
200 return ctx->fBaseGlyphCount;
221 glyphID += ctx->fBaseGlyphCount;

Completed in 147 milliseconds