Home
last modified time | relevance | path

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

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A 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()
H A 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()
H A DDashPathEffectTest.cpp110 paint.getFillPath(path, &fill); in DEF_TEST()
141 paint.getFillPath(path, &path2, &cull); in DEF_TEST()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkPaint.h402 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
414 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
415 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkPaint.h402 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
414 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
415 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Doverstroke.cpp156 p.getFillPath(path, &fillpath); in draw_quad_fillpath()
193 p.getFillPath(path, &fillpath); in draw_cubic_fillpath()
231 p.getFillPath(path, &fillpath); in draw_oval_fillpath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkPaint.h416 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
428 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
429 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkPaint.h402 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
414 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
415 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkPaint.h402 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
414 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
415 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkPaint.h422 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
434 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
435 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Doverstroke.cpp149 p.getFillPath(path, &fillpath); in draw_quad_fillpath()
186 p.getFillPath(path, &fillpath); in draw_cubic_fillpath()
224 p.getFillPath(path, &fillpath); in draw_oval_fillpath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp90 SkPath getFillPath(const SkPath& path, const SkPaint& paint);
134 SkPath SkPathStroker2::getFillPath(const SkPath& path, const SkPaint& paint) { in getFillPath() function in __anone9380da80111::SkPathStroker2
439 SkPath fillPath = stroker.getFillPath(path, fStrokePaint); in onDrawContent()
456 fStrokePaint.getFillPath(path, &hidden); in onDrawContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_flags.cc84 bool PaintFlags::getFillPath(const SkPath& src, in getFillPath() function in cc::PaintFlags
89 return paint.getFillPath(src, dst, cull_rect, res_scale); in getFillPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_flags.cc84 bool PaintFlags::getFillPath(const SkPath& src, in getFillPath() function in cc::PaintFlags
89 return paint.getFillPath(src, dst, cull_rect, res_scale); in getFillPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DPaint_getFillPath_2.cpp15 paint.getFillPath(strokePath, &fillPath); in draw()
H A DPaint_getFillPath.cpp19 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision); in draw()
H A Dcubics_are_horrible.cpp25 p.getFillPath(path, &fillpath); in draw()
H A Dzero_off_dashing.cpp27 p.getFillPath(path, &path2); in draw()
H A Dconvex_overstroke_quad.cpp30 p.getFillPath(path, &fillpath); in draw()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathSkia.cpp134 paint.getFillPath(mPath, &strokePath); in StrokeContainsPoint()
160 paint.getFillPath(mPath, &result); in GetStrokedBounds()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathSkia.cpp166 paint.getFillPath(mPath, &strokePath); in StrokeContainsPoint()
196 paint.getFillPath(mPath, &result); in GetStrokedBounds()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathSkia.cpp145 paint.getFillPath(mPath, &strokePath, nullptr, in StrokeContainsPoint()
172 paint.getFillPath(mPath, &result); in GetStrokedBounds()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathSkia.cpp142 paint.getFillPath(mPath, &strokePath); in StrokeContainsPoint()
168 paint.getFillPath(mPath, &result); in GetStrokedBounds()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathSkia.cpp145 paint.getFillPath(mPath, &strokePath, nullptr, in StrokeContainsPoint()
172 paint.getFillPath(mPath, &result); in GetStrokedBounds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/lua/
H A Dcount_dashes.lua33 local fillpath = paint:getFillPath(path)

12345