Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlob.cpp255 SkMatrix pathMatrix = SkMatrix::MakeScale(pathGlyph.fScale, pathGlyph.fScale); in flush() local
262 pathMatrix.postTranslate(originShift.x() + pathGlyph.fX, in flush()
275 ctm.preConcat(pathMatrix); in flush()
282 path->transform(pathMatrix, sourceOutline); in flush()
/external/skia/src/gpu/text/
DGrTextBlob.cpp255 SkMatrix pathMatrix = SkMatrix::MakeScale(pathGlyph.fScale, pathGlyph.fScale); in flush() local
262 pathMatrix.postTranslate(originShift.x() + pathGlyph.fX, in flush()
275 ctm.preConcat(pathMatrix); in flush()
282 path->transform(pathMatrix, sourceOutline); in flush()