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

  /external/skia/src/gpu/
GrPathRendering.cpp 51 : fScalerContext(typeface.createScalerContext(effects, &desc))
58 return fScalerContext->getGlyphCount();
62 fScalerContext->getPath(glyphID, out);
68 const std::unique_ptr<SkScalerContext> fScalerContext;
  /external/skia/src/core/
SkGlyphCache.h 101 return fScalerContext->getMaskFormat();
105 return fScalerContext->isSubpixel();
113 SkScalerContext* getScalerContext() const { return fScalerContext.get(); }
232 const std::unique_ptr<SkScalerContext> fScalerContext;
SkGlyphCache.cpp 38 , fScalerContext(std::move(ctx)) {
40 SkASSERT(fScalerContext);
44 fScalerContext->getFontMetrics(&fFontMetrics);
84 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode);
91 return fScalerContext->glyphIDToChar(glyphID);
95 return fScalerContext->getGlyphCount();
144 rec->fPackedGlyphID = SkPackedGlyphID(fScalerContext->charToGlyphID(charCode), x, y);
156 fScalerContext->getMetrics(glyph);
173 fScalerContext->getAdvance(glyphPtr);
176 fScalerContext->getMetrics(glyphPtr)
    [all...]

Completed in 63 milliseconds