| /external/skia/tests/ |
| PathRendererCacheTests.cpp | 21 static SkPath create_concave_path() { function 121 test_path(reporter, create_concave_path, createPR, kExpectedResources); 129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style); 142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|
| /external/skqp/tests/ |
| PathRendererCacheTests.cpp | 21 static SkPath create_concave_path() { function 121 test_path(reporter, create_concave_path, createPR, kExpectedResources); 129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style); 142 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage); 150 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kCoverage,
|
| /external/skia/samplecode/ |
| SampleClipDrawMatch.cpp | 73 SkPath create_concave_path(const SkPoint& offset) { function 112 canvas->drawPath(create_concave_path(offset), p); 179 canvas->clipPath(create_concave_path(offset), useAA); 203 canvas->clipPath(create_concave_path(offset), useAA);
|
| /external/skqp/samplecode/ |
| SampleClipDrawMatch.cpp | 73 SkPath create_concave_path(const SkPoint& offset) { function 112 canvas->drawPath(create_concave_path(offset), p); 179 canvas->clipPath(create_concave_path(offset), useAA); 203 canvas->clipPath(create_concave_path(offset), useAA);
|