Home
last modified time | relevance | path

Searched defs:getGlyph (Results 1 – 2 of 2) 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
/external/skia/src/gpu/text/
DGrStrikeCache.cpp37 GrGlyph* GrTextStrike::getGlyph(SkPackedGlyphID packedGlyphID) { in getGlyph() function in GrTextStrike