Searched refs:allocatedGlyph (Results 1 – 2 of 2) sorted by relevance
678 SkGlyph* allocatedGlyph = strike->getRawGlyphByID(glyph->getPackedID()); in readStrikeData() local682 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() local706 if (allocatedGlyph->fPathData == nullptr) { in readStrikeData()707 auto* glyphImage = allocatedGlyph->fImage; in readStrikeData()[all …]
1065 SkGlyph* allocatedGlyph = strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData() local1079 strike->mergePath(allocatedGlyph, pathPtr); in readStrikeData()