Home | History | Annotate | Download | only in gpu

Lines Matching refs:combinedMatrix

456                                           const SkMatrix& combinedMatrix,
485 if (combinedMatrix.rectStaysRect()) {
491 combinedMatrix.mapRect(&devRect, rect);
499 { combinedMatrix[SkMatrix::kMScaleX], combinedMatrix[SkMatrix::kMSkewY] },
500 { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] }
511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4);
605 const SkMatrix& combinedMatrix) {
609 combinedMatrix.mapPoints(&center, 1);
612 SkVector dir = { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] };
617 { combinedMatrix[SkMatrix::kMScaleX], combinedMatrix[SkMatrix::kMSkewY] },
618 { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] }
647 combinedMatrix.mapRect(&devRect, rect);
669 const SkMatrix& combinedMatrix) {
671 SkASSERT(combinedMatrix.rectStaysRect());
689 combinedMatrix.mapRect(&devRect, rect);
727 const SkMatrix& combinedMatrix,
735 combinedMatrix.mapVectors(&devStrokeSize, 1);
751 combinedMatrix.mapRect(&devRect, rect);
915 const SkMatrix& combinedMatrix,
917 SkASSERT(combinedMatrix.rectStaysRect());
921 combinedMatrix.mapRect(&devOutside, rects[0]);
923 combinedMatrix.mapPoints((SkPoint*)&devInside, (const SkPoint*)&rects[1], 2);