Searched defs:testPaint (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DSurfaceTest.cpp374 const SkPaint testPaint; local
415 EXPECT_COPY_ON_WRITE(drawPaint(testPaint))
417 testPaint))
418 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint))
419 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint))
420 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint))
421 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
426 EXPECT_COPY_ON_WRITE(drawText(testText.c_str(), testText.size(), 0, 1, testPaint))
428 testPaint))
430 testPaint))
[all...]

Completed in 47 milliseconds