Searched refs:SIMPLE_TEST_STEP (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | CanvasTest.cpp | 308 #define SIMPLE_TEST_STEP(NAME, CALL) \ macro 328 SIMPLE_TEST_STEP(Translate, translate(SkIntToScalar(1), SkIntToScalar(2))); 329 SIMPLE_TEST_STEP(Scale, scale(SkIntToScalar(1), SkIntToScalar(2))); 330 SIMPLE_TEST_STEP(Rotate, rotate(SkIntToScalar(1))); 331 SIMPLE_TEST_STEP(Skew, skew(SkIntToScalar(1), SkIntToScalar(2))); 332 SIMPLE_TEST_STEP(Concat, concat(d.fMatrix)); 333 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix)); 334 SIMPLE_TEST_STEP(ClipRect, clipRect(d.fRect)); 335 SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath)); 336 SIMPLE_TEST_STEP(ClipRegion, clipRegion(d.fRegion, SkRegion::kReplace_Op)); [all …]
|