Home | History | Annotate | Download | only in gpu

Lines Matching defs:combinedMatrix

703                              const SkMatrix& combinedMatrix,
737 if (!combinedMatrix.preservesAxisAlignment()) {
743 if (!combinedMatrix.preservesRightAngles()) {
749 combinedMatrix.mapRect(devBoundRect, rect);
774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
776 combinedMatrix.preConcat(*matrix);
794 if (!combinedMatrix.invert(&invM)) {
818 bool doAA = needAA && apply_aa_to_rect(target, rect, width, combinedMatrix, &devBoundRect,
827 combinedMatrix, devBoundRect,
832 rect, combinedMatrix, devBoundRect,