Home
last modified time | relevance | path

Searched refs:makeGlyph (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkStrike.cpp40 SkGlyph* SkStrike::makeGlyph(SkPackedGlyphID packedGlyphID) { in makeGlyph() function in SkStrike
51 glyph = this->makeGlyph(packedGlyphID); in glyph()
136 glyph = this->makeGlyph(toID); in mergeGlyphAndImage()
DSkStrike.h175 SkGlyph* makeGlyph(SkPackedGlyphID);
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp467 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()
DSkScalerContext.h295 SkGlyph makeGlyph(SkPackedGlyphID);
DSkScalerCache.cpp49 SkGlyph* glyph = fAlloc.make<SkGlyph>(fScalerContext->makeGlyph(packedGlyphID)); in digest()
DSkScalerContext.cpp180 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID) { in makeGlyph() function in SkScalerContext