/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()
|
D | DrawPathTest.cpp | 299 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
|
/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 | 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()
|
D | DrawPathTest.cpp | 299 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
|
/external/skia/include/core/ |
D | SkPaint.h | 396 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, 408 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function 409 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
|
/external/skia/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/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/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/tools/lua/ |
D | count_dashes.lua | 33 local fillpath = paint:getFillPath(path)
|
/external/skqp/tools/lua/ |
D | count_dashes.lua | 33 local fillpath = paint:getFillPath(path)
|
/external/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 56 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
|
/external/skia/bench/ |
D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
|
/external/skqp/bench/ |
D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
|
/external/skqp/samplecode/ |
D | SamplePathFill.cpp | 23 paint.getFillPath(*path, path); in make_frame()
|
D | SamplePathOverstroke.cpp | 177 p.getFillPath(path, &fillpath); in onDrawContent()
|
/external/skia/samplecode/ |
D | SamplePathFill.cpp | 23 paint.getFillPath(*path, path); in make_frame()
|
D | SamplePathOverstroke.cpp | 177 p.getFillPath(path, &fillpath); in onDrawContent()
|