Searched refs:internalMakeGlyph (Results 1 – 3 of 3) sorted by relevance
63 *glyph = fProxy->internalMakeGlyph(glyph->getPackedID(), format); in generateMetrics()
426 SkGlyph internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format);
181 return internalMakeGlyph(packedID, fRec.fMaskFormat); in makeGlyph()184 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format) { in internalMakeGlyph() function in SkScalerContext559 tmpGlyph = this->internalMakeGlyph(origGlyph.getPackedID(), fRec.fMaskFormat); in getImage()