Home | History | Annotate | Download | only in gpu

Lines Matching refs:combinedMatrix

720                              const SkMatrix& combinedMatrix,
754 if (!combinedMatrix.preservesAxisAlignment()) {
760 if (!combinedMatrix.preservesRightAngles()) {
766 combinedMatrix.mapRect(devBoundRect, rect);
798 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
800 combinedMatrix.preConcat(*matrix);
818 if (!combinedMatrix.invert(&invM)) {
842 bool doAA = needAA && apply_aa_to_rect(target, rect, width, combinedMatrix, &devBoundRect,
854 combinedMatrix, devBoundRect,
859 rect, combinedMatrix, devBoundRect,