Searched refs:grGlyph (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/text/ |
H A D | GrStrikeCache.cpp | 45 GrGlyph* grGlyph = fCache.findOrNull(packedGlyphID); in getGlyph() local 46 if (grGlyph == nullptr) { in getGlyph() 47 grGlyph = fAlloc.make<GrGlyph>(packedGlyphID); in getGlyph() 48 fCache.set(grGlyph); in getGlyph() 50 return grGlyph; in getGlyph()
|
H A D | GrAtlasManager.cpp | 142 GrGlyph* grGlyph, 150 SkASSERT(grGlyph != nullptr); 156 // Add 1 pixel padding around grGlyph if needed. 163 // Temporary storage for normalizing grGlyph image. 180 &grGlyph->fAtlasLocator); 183 grGlyph->fAtlasLocator.insetSrc(srcPadding); 141 addGlyphToAtlas(const SkGlyph& skGlyph, GrGlyph* grGlyph, int srcPadding, GrResourceProvider* resourceProvider, GrDeferredUploadTarget* uploadTarget, bool bilerpPadding) global() argument
|
H A D | GrTextBlob.cpp | 308 GrGlyph* grGlyph; member 310 Variant() : grGlyph{nullptr} {} in Variant() 368 variant.grGlyph = fGrStrike->getGlyph(variant.packedGlyphID); in packedGlyphIDToGrGlyph() 401 GrGlyph* grGlyph = variant.grGlyph; in regenerateAtlas() local 402 SkASSERT(grGlyph != nullptr); in regenerateAtlas() 404 if (!atlasManager->hasGlyph(maskFormat, grGlyph)) { in regenerateAtlas() 408 const SkGlyph& skGlyph = *metricsAndImages.glyph(grGlyph->fPackedID); in regenerateAtlas() 410 skGlyph, grGlyph, srcPadding, target->resourceProvider(), in regenerateAtlas() 423 &fBulkUseToken, maskFormat, grGlyph, in regenerateAtlas() [all...] |
Completed in 4 milliseconds