Home
last modified time | relevance | path

Searched refs:allocatedGlyph (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCache.cpp678 SkGlyph* allocatedGlyph = strike->getRawGlyphByID(glyph->getPackedID()); in readStrikeData() local
682 if (allocatedGlyph->fImage == nullptr) { in readStrikeData()
683 auto* glyphPath = allocatedGlyph->fPathData; in readStrikeData()
684 *allocatedGlyph = *glyph; in readStrikeData()
685 allocatedGlyph->fPathData = glyphPath; in readStrikeData()
691 auto* image = deserializer.read(imageSize, allocatedGlyph->formatAlignment()); in readStrikeData()
693 strike->initializeImage(image, imageSize, allocatedGlyph); in readStrikeData()
702 SkGlyph* allocatedGlyph = strike->getRawGlyphByID(glyph->getPackedID()); in readStrikeData() local
706 if (allocatedGlyph->fPathData == nullptr) { in readStrikeData()
707 auto* glyphImage = allocatedGlyph->fImage; in readStrikeData()
[all …]
/external/skia/src/core/
DSkRemoteGlyphCache.cpp1065 SkGlyph* allocatedGlyph = strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData() local
1079 strike->mergePath(allocatedGlyph, pathPtr); in readStrikeData()