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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRendering.cpp 19 fScalerContext(typeface.createScalerContext(fDesc)) {
28 return fScalerContext->getGlyphCount();
34 fScalerContext->getMetrics(&skGlyph);
36 fScalerContext->getPath(skGlyph, out);
46 const SkAutoTDelete<SkScalerContext> fScalerContext;
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 77 : fScalerContext(ctx), fGlyphAlloc(kMinAllocAmount) {
85 fScalerContext->getFontMetrics(&fFontMetrics);
134 SkDELETE(fScalerContext);
154 return fScalerContext->charToGlyphID(charCode);
159 return fScalerContext->glyphIDToChar(glyphID);
163 return fScalerContext->getGlyphCount();
177 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode));
208 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode));
213 fScalerContext->getMetrics(rec->fGlyph);
231 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode), x, y)
    [all...]
SkGlyphCache.h 101 return fScalerContext->getMaskFormat();
105 return fScalerContext->isSubpixel();
122 SkScalerContext* getScalerContext() const { return fScalerContext; }
192 SkScalerContext* fScalerContext;

Completed in 36 milliseconds