Home
last modified time | relevance | path

Searched refs:getFillPath (Results 1 – 25 of 72) 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()
/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.cpp43 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()
DDashPathEffectTest.cpp110 paint.getFillPath(path, &fill); in DEF_TEST()
141 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
/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/include/core/
DSkPaint.h421 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/
Doverstroke.cpp146 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()
Dfatpathfill.cpp69 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
/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/skia/samplecode/
DSampleSimpleStroker.cpp90 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/
DPaint_getFillPath_2.cpp15 paint.getFillPath(strokePath, &fillPath); in draw()
DPaint_getFillPath.cpp19 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision); in draw()
Dcubics_are_horrible.cpp25 p.getFillPath(path, &fillpath); in draw()
Dzero_off_dashing.cpp27 p.getFillPath(path, &path2); in draw()
Dconvex_overstroke_quad.cpp30 p.getFillPath(path, &fillpath); in draw()
Dconvex_overstroke_linear_approx_curve.cpp44 p.getFillPath(path, &fillpath); in draw()
Dstrokerect_gm.cpp44 paint.getFillPath(path, &fillPath); in draw()
/external/skqp/tools/lua/
Dcount_dashes.lua33 local fillpath = paint:getFillPath(path)
/external/skia/modules/sksg/src/
DSkSGDraw.cpp57 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
/external/skqp/bench/
DStrokeBench.cpp37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
/external/skia/bench/
DStrokeBench.cpp37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()

123