Home
last modified time | relevance | path

Searched refs:SIMPLE_TEST_STEP (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DCanvasTest.cpp351 #define SIMPLE_TEST_STEP(NAME, CALL) \ macro
369 SIMPLE_TEST_STEP(Translate, translate(SkIntToScalar(1), SkIntToScalar(2)));
370 SIMPLE_TEST_STEP(Scale, scale(SkIntToScalar(1), SkIntToScalar(2)));
371 SIMPLE_TEST_STEP(Rotate, rotate(SkIntToScalar(1)));
372 SIMPLE_TEST_STEP(Skew, skew(SkIntToScalar(1), SkIntToScalar(2)));
373 SIMPLE_TEST_STEP(Concat, concat(d.fMatrix));
374 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
375 SIMPLE_TEST_STEP(ClipRect, clipRect(d.fRect));
376 SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath));
377 SIMPLE_TEST_STEP(ClipRegion, clipRegion(d.fRegion, kReplace_SkClipOp));
[all …]
/external/skia/tests/
DCanvasTest.cpp351 #define SIMPLE_TEST_STEP(NAME, CALL) \ macro
369 SIMPLE_TEST_STEP(Translate, translate(SkIntToScalar(1), SkIntToScalar(2)));
370 SIMPLE_TEST_STEP(Scale, scale(SkIntToScalar(1), SkIntToScalar(2)));
371 SIMPLE_TEST_STEP(Rotate, rotate(SkIntToScalar(1)));
372 SIMPLE_TEST_STEP(Skew, skew(SkIntToScalar(1), SkIntToScalar(2)));
373 SIMPLE_TEST_STEP(Concat, concat(d.fMatrix));
374 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
375 SIMPLE_TEST_STEP(ClipRect, clipRect(d.fRect));
376 SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath));
377 SIMPLE_TEST_STEP(ClipRegion, clipRegion(d.fRegion, kReplace_SkClipOp));
[all …]