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

  /external/skia/src/gpu/
GrPathRendering.cpp 50 : fScalerContext(typeface.createScalerContext(effects, &desc))
57 return fScalerContext->getGlyphCount();
61 fScalerContext->getPath(glyphID, out);
67 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;

Completed in 1117 milliseconds