Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp414 SkGlyphCache* glyphCache = this->getGlyphCache(); in TextRun() local
415 const SkTypeface* typeface = glyphCache->getScalerContext()->getTypeface(); in TextRun()
416 const SkDescriptor* desc = &glyphCache->getDescriptor(); in TextRun()
438 SkGlyphCache* glyphCache = this->getGlyphCache(); in setText() local
458 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); in setText()
481 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setText()
500 SkGlyphCache* glyphCache = this->getGlyphCache(); in setPosText() local
515 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setPosText()
DGrTextUtils.cpp446 SkGlyphCache* glyphCache, in DfAppendGlyph() argument
449 *strike = cache->getStrike(glyphCache); in DfAppendGlyph()
456 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, glyphCache); in DfAppendGlyph()
480 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph, in DfAppendGlyph()
/external/skia/src/pdf/
DSkPDFFont.cpp41 SkAutoGlyphCache glyphCache(tmpPaint, &props, nullptr); in MakeVectorCache() local
42 SkASSERT(glyphCache.get()); in MakeVectorCache()
43 return glyphCache; in MakeVectorCache()
436 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(face, &emSize); in getFontSubset() local
438 glyphCache.get(), &this->glyphUsage(), SkToS16(emSize), &defaultWidth); in getFontSubset()
512 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize); in populate_type_1_font() local
514 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX; in populate_type_1_font()
517 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX; in populate_type_1_font()
DSkPDFDevice.cpp1312 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize); in internalDrawText() local
1324 advance += advanceScale * glyphCache->getGlyphIDAdvance(glyphs[i]).fAdvanceX; in internalDrawText()
1412 advance = advanceScale * glyphCache->getGlyphIDAdvance(gid).fAdvanceX; in internalDrawText()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp128 SkAutoGlyphCache glyphCache; in onPrepareDraws() local
135 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()