Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp413 SkGlyphCache* glyphCache = this->getGlyphCache(); in TextRun() local
414 const SkTypeface* typeface = glyphCache->getScalerContext()->getTypeface(); in TextRun()
415 const SkDescriptor* desc = &glyphCache->getDescriptor(); in TextRun()
437 SkGlyphCache* glyphCache = this->getGlyphCache(); in setText() local
457 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); in setText()
480 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setText()
499 SkGlyphCache* glyphCache = this->getGlyphCache(); in setPosText() local
514 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setPosText()
DGrTextUtils.cpp469 SkGlyphCache* glyphCache, in DfAppendGlyph() argument
472 *strike = cache->getStrike(glyphCache); in DfAppendGlyph()
479 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, glyphCache); in DfAppendGlyph()
503 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph, in DfAppendGlyph()
/external/skia/src/pdf/
DSkPDFFont.cpp42 SkAutoGlyphCache glyphCache(tmpPaint, &props, nullptr); in MakeVectorCache() local
43 SkASSERT(glyphCache.get()); in MakeVectorCache()
44 return glyphCache; in MakeVectorCache()
462 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(face, &emSize); in getFontSubset() local
464 glyphCache.get(), &this->glyphUsage(), SkToS16(emSize), &defaultWidth); in getFontSubset()
538 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize); in populate_type_1_font() local
540 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX; in populate_type_1_font()
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in populate_type_1_font()
DSkPDFDevice.cpp1467 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize); in internalDrawText() local
1483 advance += advanceScale * glyphCache->getGlyphIDAdvance(glyphs[i]).fAdvanceX; in internalDrawText()
1579 SkScalar advance = advanceScale * glyphCache->getGlyphIDAdvance(gid).fAdvanceX; in internalDrawText()
1589 gid, glyphCache.get(), textScaleX, textScaleY, in internalDrawText()
1600 if (!has_outline_glyph(gid, glyphCache.get())) { in internalDrawText()
1604 if (!has_outline_glyph(gid, glyphCache.get())) { in internalDrawText()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp127 SkAutoGlyphCache glyphCache; in onPrepareDraws() local
134 blob->regenInOp(target, fFontCache, &helper, args.fRun, args.fSubRun, &glyphCache, in onPrepareDraws()
/external/skia/src/xps/
DSkXPSDevice.cpp1921 SkGlyphCache* glyphCache = agc.getCache(); in CreateTypefaceUse() local
1922 unsigned int glyphCount = glyphCache->getGlyphCount(); in CreateTypefaceUse()