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

  /external/skia/include/core/
SkScalerContext.h 205 fBaseGlyphCount = baseGlyphCount;
233 unsigned fBaseGlyphCount;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 551 error = FT_Get_Advance( fFace, glyph->getGlyphID(fBaseGlyphCount),
580 err = FT_Load_Glyph( fFace, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags );
583 fFaceRec->fFontID, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, err));
645 SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, glyph->fWidth));
668 err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), fLoadGlyphFlags);
671 glyph.getGlyphID(fBaseGlyphCount), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags, err));
853 FT_Error err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), flags);
857 glyph.getGlyphID(fBaseGlyphCount), flags, err));
879 glyph.getGlyphID(fBaseGlyphCount), flags, err));
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 147 fBaseGlyphCount = 0;
216 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());
259 glyphID += ctx->fBaseGlyphCount;

Completed in 112 milliseconds