/external/skqp/tests/ |
D | StrokerTest.cpp | 36 p.getFillPath(path, &fill); in pathTest() 160 p.getFillPath(path, &fill); in DEF_TEST() 200 p.getFillPath(path, &fill); in DEF_TEST() 252 p.getFillPath(path, &fill); in DEF_TEST() 310 p.getFillPath(path, &fill); in DEF_TEST() 356 p.getFillPath(path, &fill); in DEF_TEST() 395 p.getFillPath(path, &fill); in DEF_TEST() 432 p.getFillPath(path, &fill); in DEF_TEST() 457 p.getFillPath(path, &fill); in DEF_TEST()
|
D | StrokeTest.cpp | 42 paint.getFillPath(path, &fillPath); in test_strokecubic() 48 paint.getFillPath(path, &fillPath); in test_strokecubic() 72 paint.getFillPath(path, &fillPath); in test_strokerect() 179 paint.getFillPath(path, &strokeAndFillPath); in test_big_stroke()
|
D | DashPathEffectTest.cpp | 110 paint.getFillPath(path, &fill); in DEF_TEST() 141 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
|
/external/skia/tests/ |
D | StrokerTest.cpp | 36 p.getFillPath(path, &fill); in pathTest() 160 p.getFillPath(path, &fill); in DEF_TEST() 200 p.getFillPath(path, &fill); in DEF_TEST() 252 p.getFillPath(path, &fill); in DEF_TEST() 310 p.getFillPath(path, &fill); in DEF_TEST() 356 p.getFillPath(path, &fill); in DEF_TEST() 395 p.getFillPath(path, &fill); in DEF_TEST() 432 p.getFillPath(path, &fill); in DEF_TEST() 457 p.getFillPath(path, &fill); in DEF_TEST()
|
D | StrokeTest.cpp | 43 paint.getFillPath(path, &fillPath); in test_strokecubic() 49 paint.getFillPath(path, &fillPath); in test_strokecubic() 73 paint.getFillPath(path, &fillPath); in test_strokerect() 179 paint.getFillPath(path, &strokeAndFillPath); in test_big_stroke()
|
D | DashPathEffectTest.cpp | 110 paint.getFillPath(path, &fill); in DEF_TEST() 141 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
|
/external/skqp/include/core/ |
D | SkPaint.h | 394 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, 406 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function 407 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
|
/external/skia/include/core/ |
D | SkPaint.h | 421 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, 433 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function 434 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
|
/external/skia/gm/ |
D | overstroke.cpp | 146 p.getFillPath(path, &fillpath); in draw_quad_fillpath() 183 p.getFillPath(path, &fillpath); in draw_cubic_fillpath() 221 p.getFillPath(path, &fillpath); in draw_oval_fillpath()
|
D | fatpathfill.cpp | 69 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
|
/external/skqp/gm/ |
D | OverStroke.cpp | 150 p.getFillPath(path, &fillpath); in draw_quad_fillpath() 187 p.getFillPath(path, &fillpath); in draw_cubic_fillpath() 225 p.getFillPath(path, &fillpath); in draw_oval_fillpath()
|
D | fatpathfill.cpp | 65 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
|
D | strokerect.cpp | 98 paint.getFillPath(path, &fillPath); in onDraw()
|
/external/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 90 SkPath getFillPath(const SkPath& path, const SkPaint& paint); 134 SkPath SkPathStroker2::getFillPath(const SkPath& path, const SkPaint& paint) { in getFillPath() function in __anon22ae24220111::SkPathStroker2 439 SkPath fillPath = stroker.getFillPath(path, fStrokePaint); in onDrawContent() 456 fStrokePaint.getFillPath(path, &hidden); in onDrawContent()
|
/external/skia/docs/examples/ |
D | Paint_getFillPath_2.cpp | 15 paint.getFillPath(strokePath, &fillPath); in draw()
|
D | Paint_getFillPath.cpp | 19 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision); in draw()
|
D | cubics_are_horrible.cpp | 25 p.getFillPath(path, &fillpath); in draw()
|
D | zero_off_dashing.cpp | 27 p.getFillPath(path, &path2); in draw()
|
D | convex_overstroke_quad.cpp | 30 p.getFillPath(path, &fillpath); in draw()
|
D | convex_overstroke_linear_approx_curve.cpp | 44 p.getFillPath(path, &fillpath); in draw()
|
D | strokerect_gm.cpp | 44 paint.getFillPath(path, &fillPath); in draw()
|
/external/skqp/tools/lua/ |
D | count_dashes.lua | 33 local fillpath = paint:getFillPath(path)
|
/external/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 57 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
|
/external/skqp/bench/ |
D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
|
/external/skia/bench/ |
D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
|