Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h34 inline GrGlyph* getGlyph(const SkGlyph& skGlyph, GrGlyph::PackedID packed, in getGlyph() function
47 inline GrGlyph* getGlyph(GrGlyph::PackedID packed, in getGlyph() function
DGrTextUtils.cpp157 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, cache); in BmpAppendGlyph()
456 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, glyphCache); in DfAppendGlyph()
DGrAtlasTextBlob_regenInOp.cpp181 fGlyphs[glyphOffset] = strike->getGlyph(id, info->maskFormat(), lazyCache->get()); in regenInOp()