Home
last modified time | relevance | path

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

/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp63 *glyph = fProxy->internalMakeGlyph(glyph->getPackedID(), format); in generateMetrics()
/third_party/skia/src/core/
H A DSkScalerContext.h379 * TODO: fMaskFormat is set by internalMakeGlyph later; cannot be set here.
426 SkGlyph internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format);
H A 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()

Completed in 7 milliseconds