Home | History | Annotate | Download | only in tests

Lines Matching refs:minScale

202         SkScalar minScale = mat.getMinScale();
204 REPORTER_ASSERT(reporter, (minScale < 0) == (maxScale < 0));
210 REPORTER_ASSERT(reporter, !success || (scales[0] == minScale && scales[1] == maxScale));
217 // test a bunch of vectors. All should be scaled by between minScale and maxScale
235 REPORTER_ASSERT(reporter, SkScalarDiv(minScale, d) < gVectorScaleTol);
244 REPORTER_ASSERT(reporter, SkScalarDiv(minScale, min) >= gCloseScaleTol);