Home | History | Annotate | Download | only in gpu

Lines Matching defs:combinedMatrix

685                              SkMatrix* combinedMatrix,
739 *combinedMatrix = drawState.getViewMatrix();
741 combinedMatrix->preConcat(*matrix);
747 GrAssert(combinedMatrix->preservesAxisAlignment());
750 GrAssert(combinedMatrix->preservesRightAngles());
756 combinedMatrix->mapRect(devRect, rect);
775 SkMatrix combinedMatrix;
780 &combinedMatrix, &devRect,
789 rect, combinedMatrix, devRect,
794 rect, combinedMatrix, devRect,