Home | History | Annotate | Download | only in tests

Lines Matching refs:scaleMatrix

885         SkMatrix scaleMatrix;
886 scaleMatrix.setScale(2, 2);
891 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection, nullptr);
894 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection, &bounds);
899 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection, nullptr);
904 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection, &bounds);
910 SkMatrix scaleMatrix;
911 scaleMatrix.setScale(1, -1);
916 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection, nullptr);
919 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection, &bounds);
924 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection, nullptr);
929 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection, &bounds);