Searched refs:testPoints (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | SurfaceTest.cpp | 397 const SkPoint testPoints[3] = { in test_copy_on_write() local 425 EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount, testPoints, \ in test_copy_on_write()
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 397 const SkPoint testPoints[3] = { in test_copy_on_write() local 425 EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount, testPoints, \ in test_copy_on_write()
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 2157 SkPoint testPoints[] = {{30, 30}, {120, 30}, {120, 129} }; 2160 testPath.addPoly(testPoints, SK_ARRAY_COUNT(testPoints), true);
|
/external/skia/docs/ |
D | SkCanvas_Reference.bmh | 2100 SkPoint testPoints[] = {{30, 30}, {120, 30}, {120, 129} }; 2103 testPath.addPoly(testPoints, SK_ARRAY_COUNT(testPoints), true);
|