Home
last modified time | relevance | path

Searched refs:anticlockwise (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_path.cc214 } else if (!anticlockwise && start_angle > end_angle) { in AdjustEndAngle()
217 } else if (anticlockwise && start_angle < end_angle) { in AdjustEndAngle()
223 DCHECK((anticlockwise && (start_angle >= new_end_angle)) || in AdjustEndAngle()
224 (!anticlockwise && (new_end_angle >= start_angle))); in AdjustEndAngle()
299 bool anticlockwise) { in DegenerateEllipse() argument
303 DCHECK((anticlockwise && (start_angle - end_angle) >= 0) || in DegenerateEllipse()
317 if (!anticlockwise) { in DegenerateEllipse()
348 bool anticlockwise, in arc() argument
387 bool anticlockwise, in ellipse() argument
421 AdjustEndAngle(start_angle, end_angle, anticlockwise); in ellipse()
[all …]
H A Dcanvas_path.h72 bool anticlockwise,
81 bool anticlockwise,
H A Dcanvas_path.idl16 …estricted double startAngle, unrestricted double endAngle, optional boolean anticlockwise = false);
17 …estricted double startAngle, unrestricted double endAngle, optional boolean anticlockwise = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_path.cc215 } else if (!anticlockwise && start_angle > end_angle) { in AdjustEndAngle()
218 } else if (anticlockwise && start_angle < end_angle) { in AdjustEndAngle()
224 DCHECK((anticlockwise && (start_angle >= new_end_angle)) || in AdjustEndAngle()
225 (!anticlockwise && (new_end_angle >= start_angle))); in AdjustEndAngle()
300 bool anticlockwise) { in DegenerateEllipse() argument
304 DCHECK((anticlockwise && (start_angle - end_angle) >= 0) || in DegenerateEllipse()
318 if (!anticlockwise) { in DegenerateEllipse()
349 bool anticlockwise, in arc() argument
388 bool anticlockwise, in ellipse() argument
422 AdjustEndAngle(start_angle, end_angle, anticlockwise); in ellipse()
[all …]
H A Dcanvas_path.h73 bool anticlockwise,
82 bool anticlockwise,
H A Dcanvas_path.idl18 …estricted double startAngle, unrestricted double endAngle, optional boolean anticlockwise = false);
19 …estricted double startAngle, unrestricted double endAngle, optional boolean anticlockwise = false);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp236 bool anticlockwise = false; in addArcTo() local
246 anticlockwise = true; in addArcTo()
248 anticlockwise = true; in addArcTo()
252 addArc(p, radius, sa, ea, anticlockwise); in addArcTo()
260 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() argument
273 anticlockwise = !anticlockwise; in addArc()
286 if ((!anticlockwise && (ea - sa >= 360)) || (anticlockwise && (sa - ea >= 360))) { in addArc()
292 if (anticlockwise) in addArc()
295 if (!anticlockwise && (ea < sa)) in addArc()
297 else if (anticlockwise && (sa < ea)) in addArc()
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/
H A DPathQt.cpp125 void Path::addArc(const FloatPoint &p, float r, float sar, float ear, bool anticlockwise) in addArc() argument
137 anticlockwise = !anticlockwise; in addArc()
150 if (!anticlockwise && (ea < sa)) { in addArc()
152 } else if (anticlockwise && (sa < ea)) { in addArc()
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/qt/
H A DPathQt.cpp127 void Path::addArc(const FloatPoint &p, float r, float sar, float ear, bool anticlockwise) in addArc() argument
139 anticlockwise = !anticlockwise; in addArc()
152 if (!anticlockwise && (ea < sa)) { in addArc()
154 } else if (anticlockwise && (sa < ea)) { in addArc()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/Surface/
H A DSurfaceInterface.php71 public function arc($x, $y, $radius, $startAngle, $endAngle, $anticlockwise = false); argument
73 …ic function ellipse($x, $y, $radiusX, $radiusY, $rotation, $startAngle, $endAngle, $anticlockwise); argument
/dports/games/xblast/levels-2005-01-06/
H A DGoFart.xal33 bombClick=anticlockwise
34 wallClick=anticlockwise
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp269 const bool anticlockwise = cross < 0; in addArcTo() local
272 const VGubyte segmentCommand = anticlockwise ? VG_SCCWARC_TO_ABS : VG_SCWARC_TO_ABS; in addArcTo()
305 …ddArc(const FloatPoint& center, float radius, float startAngle, float endAngle, bool anticlockwise) in addArc() argument
324 const VGfloat angleDelta = anticlockwise in addArc()
357 const VGubyte segmentCommand = !anticlockwise in addArc()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCanvasPath.h48 double endAngle, bool anticlockwise, ErrorResult& error);
51 bool anticlockwise, ErrorResult& error);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DCanvasPath.h47 double endAngle, bool anticlockwise, ErrorResult& error);
50 bool anticlockwise, ErrorResult& error);
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasPath.h48 double endAngle, bool anticlockwise, ErrorResult& error);
51 bool anticlockwise, ErrorResult& error);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCanvasPath.h48 double endAngle, bool anticlockwise, ErrorResult& error);
51 bool anticlockwise, ErrorResult& error);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCanvasPath.h50 double endAngle, bool anticlockwise, ErrorResult& error);
53 bool anticlockwise, ErrorResult& error);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DCanvasPath.h52 double startAngle, double endAngle, bool anticlockwise,
56 bool anticlockwise, ErrorResult& error);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.9/
H A DRotate.def20 "90 degrees anticlockwise"
49 /* rotate image anticlockwise by any angle
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.8/
H A DRotate.def20 "90 degrees anticlockwise"
49 /* rotate image anticlockwise by any angle
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrapath.pas828 if not arc.anticlockwise then
915 anticlockwise: boolean;
922 result.anticlockwise:= false;
943 anticlockwise := (dir < 0);
953 result.anticlockwise:= anticlockwise;
973 result.anticlockwise := anticlockwise;
1019 if not arc.anticlockwise then
2996 anticlockwise: boolean);
3007 anticlockwise: boolean);
3041 transformedArc.anticlockwise := arcDef.anticlockwise;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrapath.pas828 if not arc.anticlockwise then
915 anticlockwise: boolean;
922 result.anticlockwise:= false;
943 anticlockwise := (dir < 0);
953 result.anticlockwise:= anticlockwise;
973 result.anticlockwise := anticlockwise;
1019 if not arc.anticlockwise then
2996 anticlockwise: boolean);
3007 anticlockwise: boolean);
3041 transformedArc.anticlockwise := arcDef.anticlockwise;
[all …]
/dports/math/R-cran-deldir/deldir/man/
H A DtileArea.Rd16 \bold{anticlockwise} direction. The last coordinate should
21 \bold{anticlockwise} direction. The last coordinate should
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/canvas/offscreen/path-objects/
H A D2d.path.arc.angle.1.html.ini2 [arc() draws pi/2 .. -pi anticlockwise correctly]
H A D2d.path.arc.angle.2.html.ini2 [arc() draws -3pi/2 .. -pi anticlockwise correctly]

12345678910>>...41