Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrStrikeCache.h33 GrGlyph* getGlyph(const SkGlyph& skGlyph) { in getGlyph() function
45 GrGlyph* getGlyph(SkPackedGlyphID packed, in getGlyph() function
DGrTextBlobVertexRegenerator.cpp200 fBlob->fGlyphs[glyphOffset] = strike->getGlyph(id, fLazyCache->get()); in doRegen()
/external/skia/src/gpu/text/
DGrStrikeCache.cpp37 GrGlyph* GrTextStrike::getGlyph(SkPackedGlyphID packedGlyphID) { in getGlyph() function in GrTextStrike
DGrStrikeCache.h32 GrGlyph* getGlyph(SkPackedGlyphID);
DGrTextBlob.cpp362 variant.grGlyph = fStrike->getGlyph(variant.packedGlyphID); in packedGlyphIDToGrGlyph()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp662 if (GrGlyph* glyph = strike->getGlyph(skGlyph)) { in appendDeviceSpaceGlyph()
676 if (GrGlyph* glyph = strike->getGlyph(skGlyph)) { in appendSourceSpaceGlyph()