Searched refs:testPaint (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | SurfaceTest.cpp | 396 const SkPaint testPaint; in test_copy_on_write() local 424 EXPECT_COPY_ON_WRITE(drawPaint(testPaint)) in test_copy_on_write() 426 testPaint)) in test_copy_on_write() 427 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write() 428 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write() 429 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint)) in test_copy_on_write() 430 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write() 434 EXPECT_COPY_ON_WRITE(drawString(testText, 0, 1, SkFont(), testPaint)) in test_copy_on_write()
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 396 const SkPaint testPaint; in test_copy_on_write() local 424 EXPECT_COPY_ON_WRITE(drawPaint(testPaint)) in test_copy_on_write() 426 testPaint)) in test_copy_on_write() 427 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write() 428 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write() 429 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint)) in test_copy_on_write() 430 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write() 434 EXPECT_COPY_ON_WRITE(drawString(testText, 0, 1, SkFont(), testPaint)) in test_copy_on_write()
|