Searched refs:pathMatrix (Results 1 – 2 of 2) sorted by relevance
255 SkMatrix pathMatrix = SkMatrix::MakeScale(pathGlyph.fScale, pathGlyph.fScale); in flush() local262 pathMatrix.postTranslate(originShift.x() + pathGlyph.fX, in flush()275 ctm.preConcat(pathMatrix); in flush()282 path->transform(pathMatrix, sourceOutline); in flush()
239 SkMatrix pathMatrix = strikeToSource; in draw() local240 pathMatrix.postTranslate(pos.x(), pos.y()); in draw()241 SkPreConcatMatrixProvider strikeToDevice(viewMatrix, pathMatrix); in draw()254 SkMatrix pathMatrix = strikeToSource; in draw() local255 pathMatrix.postTranslate(pos.x(), pos.y()); in draw()258 path.transform(pathMatrix, &deviceOutline); in draw()2370 SkMatrix pathMatrix = strikeToSource; in processSourcePaths() local2371 pathMatrix.postTranslate(pos.x(), pos.y()); in processSourcePaths()2372 SkPreConcatMatrixProvider strikeToDevice(fViewMatrix, pathMatrix); in processSourcePaths()2385 SkMatrix pathMatrix = strikeToSource; in processSourcePaths() local[all …]