Searched refs:glyphCache (Results 1 – 2 of 2) sorted by relevance
420 SkGlyphCache* glyphCache = this->getGlyphCache(); in TextRun() local421 const SkTypeface* typeface = glyphCache->getScalerContext()->getTypeface(); in TextRun()422 const SkDescriptor* desc = &glyphCache->getDescriptor(); in TextRun()442 SkGlyphCache* glyphCache = this->getGlyphCache(); in setText() local460 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); in setText()487 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setText()507 SkGlyphCache* glyphCache = this->getGlyphCache(); in setPosText() local520 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setPosText()
1936 SkGlyphCache* glyphCache = agc.getCache(); in CreateTypefaceUse() local1937 unsigned int glyphCount = glyphCache->getGlyphCount(); in CreateTypefaceUse()