Home
last modified time | relevance | path

Searched refs:create_concave_path (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPathRendererCacheTests.cpp21 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/tests/
DPathRendererCacheTests.cpp21 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/skia/samplecode/
DSampleClipDrawMatch.cpp73 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/skqp/samplecode/
DSampleClipDrawMatch.cpp73 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()