Searched refs:kTestMatrix (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | CanvasTest.cpp | 162 const SkMatrix kTestMatrix = testMatrix(); variable 241 SIMPLE_TEST_STEP_WITH_ASSERT(Concat, concat(kTestMatrix)); 242 SIMPLE_TEST_STEP(SetMatrix, setMatrix(kTestMatrix)); 265 SIMPLE_TEST_STEP(DrawBitmapMatrix, drawBitmapMatrix(kTestBitmap, kTestMatrix, 268 kTestMatrix, &kTestPaint)); 282 kTestText.size(), kTestPath, &kTestMatrix, kTestPaint)); 283 SIMPLE_TEST_STEP(SetExternalMatrix, setExternalMatrix(&kTestMatrix));
|