Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlob.cpp240 GrTextBlob::Run::PathGlyph& pathGlyph = run.fPathGlyphs[i]; in flush() local
243 const SkPath* path = &pathGlyph.fPath; in flush()
250 if (!pathGlyph.fPreTransformed) { in flush()
255 SkMatrix pathMatrix = SkMatrix::MakeScale(pathGlyph.fScale, pathGlyph.fScale); in flush()
262 pathMatrix.postTranslate(originShift.x() + pathGlyph.fX, in flush()
263 originShift.y() + pathGlyph.fY); in flush()
302 ctm = SkMatrix::MakeTrans(originShift.x() + pathGlyph.fX, in flush()
303 originShift.y() + pathGlyph.fY); in flush()