Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp343 GrAtlasTextBlob::BigGlyph& bigGlyph = fBigGlyphs[i]; in flushBigGlyphs() local
344 calculate_translation(bigGlyph.fTreatAsBMP, viewMatrix, x, y, in flushBigGlyphs()
347 ctm.setScale(bigGlyph.fScale, bigGlyph.fScale); in flushBigGlyphs()
348 ctm.postTranslate(bigGlyph.fX + transX, bigGlyph.fY + transY); in flushBigGlyphs()
349 if (!bigGlyph.fTreatAsBMP) { in flushBigGlyphs()
353 GrBlurUtils::drawPathWithMaskFilter(context, rtc, clip, bigGlyph.fPath, paint, ctm, nullptr, in flushBigGlyphs()