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

  /external/skia/src/gpu/
GrPathRendering.cpp 52 : fScalerContext(typeface.createScalerContext(effects, &desc))
59 return fScalerContext->getGlyphCount();
63 fScalerContext->getPath(glyphID, out);
69 const std::unique_ptr<SkScalerContext> fScalerContext;
  /external/skqp/src/gpu/
GrPathRendering.cpp 52 : fScalerContext(typeface.createScalerContext(effects, &desc))
59 return fScalerContext->getGlyphCount();
63 fScalerContext->getPath(glyphID, out);
69 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(); }
237 const std::unique_ptr<SkScalerContext> fScalerContext;
SkGlyphCache.cpp 39 , fScalerContext(std::move(ctx)) {
41 SkASSERT(fScalerContext);
45 fScalerContext->getFontMetrics(&fFontMetrics);
85 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode);
92 return fScalerContext->glyphIDToChar(glyphID);
96 return fScalerContext->getGlyphCount();
145 rec->fPackedGlyphID = SkPackedGlyphID(fScalerContext->charToGlyphID(charCode), x, y);
157 fScalerContext->getMetrics(glyph);
174 fScalerContext->getAdvance(glyphPtr);
177 fScalerContext->getMetrics(glyphPtr)
    [all...]
  /external/skqp/src/core/
SkGlyphCache.h 101 return fScalerContext->getMaskFormat();
105 return fScalerContext->isSubpixel();
113 SkScalerContext* getScalerContext() const { return fScalerContext.get(); }
237 const std::unique_ptr<SkScalerContext> fScalerContext;
SkGlyphCache.cpp 39 , fScalerContext(std::move(ctx)) {
41 SkASSERT(fScalerContext);
45 fScalerContext->getFontMetrics(&fFontMetrics);
85 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode);
92 return fScalerContext->glyphIDToChar(glyphID);
96 return fScalerContext->getGlyphCount();
145 rec->fPackedGlyphID = SkPackedGlyphID(fScalerContext->charToGlyphID(charCode), x, y);
157 fScalerContext->getMetrics(glyph);
174 fScalerContext->getAdvance(glyphPtr);
177 fScalerContext->getMetrics(glyphPtr)
    [all...]

Completed in 632 milliseconds