Home
last modified time | relevance | path

Searched refs:EXPECT_COPY_ON_WRITE (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DSurfaceTest.cpp446 #define EXPECT_COPY_ON_WRITE(command) \ in test_copy_on_write() macro
456 EXPECT_COPY_ON_WRITE(clear(testColor)) in test_copy_on_write()
457 EXPECT_COPY_ON_WRITE(drawPaint(testPaint)) in test_copy_on_write()
458 EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount, testPoints, \ in test_copy_on_write()
460 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write()
461 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write()
462 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint)) in test_copy_on_write()
463 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write()
464 EXPECT_COPY_ON_WRITE(drawImage(testBitmap.asImage(), 0, 0)) in test_copy_on_write()
465 EXPECT_COPY_ON_WRITE(drawImageRec in test_copy_on_write()
[all...]

Completed in 2 milliseconds