Home
last modified time | relevance | path

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

/external/skia/src/text/gpu/
DStrikeCache.h28 Glyph* getGlyph(SkPackedGlyphID);
DStrikeCache.cpp46 Glyph* TextStrike::getGlyph(SkPackedGlyphID packedGlyphID) { in getGlyph() function in sktext::gpu::TextStrike
DGlyphVector.cpp105 variant.glyph = fTextStrike->getGlyph(variant.packedGlyphID); in packedGlyphIDToGlyph()