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 18 : fScalerContext(typeface.createScalerContext(&desc))
31 return fScalerContext->getGlyphCount();
37 fScalerContext->getMetrics(&skGlyph);
39 fScalerContext->getPath(skGlyph, out);
47 const SkAutoTDelete<SkScalerContext> fScalerContext;
  /external/skia/src/core/
SkGlyphCache.h 100 return fScalerContext->getMaskFormat();
104 return fScalerContext->isSubpixel();
126 SkScalerContext* getScalerContext() const { return fScalerContext; }
259 SkScalerContext* const fScalerContext;
SkGlyphCache.cpp 40 , fScalerContext(ctx)
48 fScalerContext->getFontMetrics(&fFontMetrics);
61 delete fScalerContext;
96 return fScalerContext->charToGlyphID(charCode);
101 return fScalerContext->glyphIDToChar(glyphID);
105 return fScalerContext->getGlyphCount();
156 PackedGlyphID combinedID = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode), x, y);
171 fScalerContext->getMetrics(glyph);
188 fScalerContext->getAdvance(glyphPtr);
191 fScalerContext->getMetrics(glyphPtr)
    [all...]

Completed in 64 milliseconds