Home
last modified time | relevance | path

Searched refs:glyphCache (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp420 SkGlyphCache* glyphCache = this->getGlyphCache(); in TextRun() local
421 const SkTypeface* typeface = glyphCache->getScalerContext()->getTypeface(); in TextRun()
422 const SkDescriptor* desc = &glyphCache->getDescriptor(); in TextRun()
442 SkGlyphCache* glyphCache = this->getGlyphCache(); in setText() local
460 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); in setText()
487 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setText()
507 SkGlyphCache* glyphCache = this->getGlyphCache(); in setPosText() local
520 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setPosText()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1936 SkGlyphCache* glyphCache = agc.getCache(); in CreateTypefaceUse() local
1937 unsigned int glyphCount = glyphCache->getGlyphCount(); in CreateTypefaceUse()