Home | History | Annotate | Download | only in effects

Lines Matching refs:invMatrix

453     SkMatrix invMatrix;
454 if (!matrix.invert(&invMatrix)) {
455 invMatrix.reset();
457 invMatrix.postConcat(invMatrix); // Square the matrix
464 invMatrix.mapPoints(&newPoint, &newPoint, 1);
775 kMat33f_GrSLType, "invMatrix");
988 kMat33f_GrSLType, "invMatrix");