Home
last modified time | relevance | path

Searched refs:getFillPath (Results 1 – 25 of 66) sorted by relevance

123

/external/skqp/tests/
DStrokerTest.cpp36 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()
DStrokeTest.cpp42 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()
DDashPathEffectTest.cpp110 paint.getFillPath(path, &fill); in DEF_TEST()
141 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
DDrawPathTest.cpp299 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
/external/skia/tests/
DStrokerTest.cpp36 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()
DStrokeTest.cpp42 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()
DDashPathEffectTest.cpp110 paint.getFillPath(path, &fill); in DEF_TEST()
141 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
DDrawPathTest.cpp299 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
/external/skia/include/core/
DSkPaint.h396 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/
DOverStroke.cpp150 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()
Dfatpathfill.cpp65 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
Dstrokerect.cpp98 paint.getFillPath(path, &fillPath); in onDraw()
/external/skqp/gm/
DOverStroke.cpp150 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()
Dfatpathfill.cpp65 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
Dstrokerect.cpp98 paint.getFillPath(path, &fillPath); in onDraw()
/external/skqp/include/core/
DSkPaint.h394 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/
Dcount_dashes.lua33 local fillpath = paint:getFillPath(path)
/external/skqp/tools/lua/
Dcount_dashes.lua33 local fillpath = paint:getFillPath(path)
/external/skia/modules/sksg/src/
DSkSGDraw.cpp56 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
/external/skia/bench/
DStrokeBench.cpp37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
/external/skqp/bench/
DStrokeBench.cpp37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
/external/skqp/samplecode/
DSamplePathFill.cpp23 paint.getFillPath(*path, path); in make_frame()
DSamplePathOverstroke.cpp177 p.getFillPath(path, &fillpath); in onDrawContent()
/external/skia/samplecode/
DSamplePathFill.cpp23 paint.getFillPath(*path, path); in make_frame()
DSamplePathOverstroke.cpp177 p.getFillPath(path, &fillpath); in onDrawContent()

123