Lines Matching full:matrix
351 SkMatrix matrix;
354 fRec.getMatrixFrom2x2(&matrix);
357 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
424 SkMatrix matrix;
439 matrix.setTranslate(-SkIntToScalar(glyph->fLeft),
447 draw.fMatrix = &matrix;
461 SkMatrix matrix;
466 fRec.getMatrixFrom2x2(&matrix);
468 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
545 SkMatrix matrix, inverse;
547 fRec.getMatrixFrom2x2(&matrix);
548 matrix.invert(&inverse);
550 // now localPath is only affected by the paint settings, and not the canvas matrix
577 *fillToDevMatrix = matrix;
580 localPath.transform(matrix, devPath);
629 // now concat the device matrix