Searched refs:create_concave_path (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | PathRendererCacheTests.cpp | 21 static SkPath create_concave_path() { in create_concave_path() function 121 test_path(reporter, create_concave_path, createPR, kExpectedResources); 130 reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style); 143 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 151 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|
/external/skqp/tests/ |
D | PathRendererCacheTests.cpp | 21 static SkPath create_concave_path() { in create_concave_path() function 124 test_path(reporter, create_concave_path, createPR, kExpectedResources); 132 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style); 145 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 153 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|
/external/skqp/samplecode/ |
D | SampleClipDrawMatch.cpp | 73 SkPath create_concave_path(const SkPoint& offset) { in create_concave_path() function 112 canvas->drawPath(create_concave_path(offset), p); in draw_normal_geom() 179 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom() 203 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom()
|
/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 73 SkPath create_concave_path(const SkPoint& offset) { in create_concave_path() function 112 canvas->drawPath(create_concave_path(offset), p); in draw_normal_geom() 182 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom() 206 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom()
|