Home | History | Annotate | Download | only in src

Lines Matching refs:combinedMatrix

872                              GrMatrix* combinedMatrix,
900 *combinedMatrix = target->getViewMatrix();
902 combinedMatrix->preConcat(*matrix);
903 GrAssert(combinedMatrix->preservesAxisAlignment());
906 combinedMatrix->mapRect(devRect, rect);
926 GrMatrix combinedMatrix;
928 &combinedMatrix, &devRect);
934 if (combinedMatrix.invert(&inv)) {
943 combinedMatrix.mapVectors(&strokeSize, 1);