Home
last modified time | relevance | path

Searched refs:internalMakeGlyph (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/fonts/
DRandomScalerContext.cpp63 *glyph = fProxy->internalMakeGlyph(glyph->getPackedID(), format); in generateMetrics()
/third_party/skia/src/core/
DSkScalerContext.h426 SkGlyph internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format);
DSkScalerContext.cpp181 return internalMakeGlyph(packedID, fRec.fMaskFormat); in makeGlyph()
184 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format) { in internalMakeGlyph() function in SkScalerContext
559 tmpGlyph = this->internalMakeGlyph(origGlyph.getPackedID(), fRec.fMaskFormat); in getImage()