Searched refs:makeGlyph (Results 1 – 6 of 6) sorted by relevance
40 SkGlyph* SkStrike::makeGlyph(SkPackedGlyphID packedGlyphID) { in makeGlyph() function in SkStrike51 glyph = this->makeGlyph(packedGlyphID); in glyph()136 glyph = this->makeGlyph(toID); in mergeGlyphAndImage()
175 SkGlyph* makeGlyph(SkPackedGlyphID);
467 fMasksToSend.emplace_back(fContext->makeGlyph(packedID)); in commonMaskLoop()500 fMasksToSend.emplace_back(fContext->makeGlyph(packedID)); in prepareForMaskDrawing()536 fPathsToSend.emplace_back(fContext->makeGlyph(SkPackedGlyphID{glyphID})); in prepareForPathDrawing()
295 SkGlyph makeGlyph(SkPackedGlyphID);
49 SkGlyph* glyph = fAlloc.make<SkGlyph>(fScalerContext->makeGlyph(packedGlyphID)); in digest()
180 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID) { in makeGlyph() function in SkScalerContext