Home
last modified time | relevance | path

Searched defs:anticlockwise (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_path.cc184 float AdjustEndAngle(float start_angle, float end_angle, bool anticlockwise) { in AdjustEndAngle()
299 bool anticlockwise) { in DegenerateEllipse()
348 bool anticlockwise, in arc()
387 bool anticlockwise, in ellipse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_path.cc185 float AdjustEndAngle(float start_angle, float end_angle, bool anticlockwise) { in AdjustEndAngle()
300 bool anticlockwise) { in DegenerateEllipse()
349 bool anticlockwise, in arc()
388 bool anticlockwise, in ellipse()
/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);
73 …ic function ellipse($x, $y, $radiusX, $radiusY, $rotation, $startAngle, $endAngle, $anticlockwise);
H A DSurfaceGmagick.php180 public function arc($x, $y, $radius, $startAngle, $endAngle, $anticlockwise = false)
192 …lic function ellipse($x, $y, $radiusX, $radiusY, $rotation, $startAngle, $endAngle, $anticlockwise)
H A DSurfacePDFLib.php204 public function arc($x, $y, $radius, $startAngle, $endAngle, $anticlockwise = false)
216 …lic function ellipse($x, $y, $radiusX, $radiusY, $rotation, $startAngle, $endAngle, $anticlockwise)
H A DSurfaceCpdf.php262 public function arc($x, $y, $radius, $startAngle, $endAngle, $anticlockwise = false)
274 …lic function ellipse($x, $y, $radiusX, $radiusY, $rotation, $startAngle, $endAngle, $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
305 …ddArc(const FloatPoint& center, float radius, float startAngle, float endAngle, bool anticlockwise) in addArc()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp236 bool anticlockwise = false; in addArcTo() local
260 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWCanvasPaintDevice.C267 const bool anticlockwise = spanAngle > 0; in drawArc() local
410 const bool anticlockwise = spanAngle > 0; in drawPlainPath() local
/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()
/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Daddarc.cpp248 bool anticlockwise = false; variable
/dports/games/golly/golly-3.3-src/Scripts/Python/glife/
H A D__init__.py51 anticlockwise = 1 variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Daddarc.cpp250 bool anticlockwise = false; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtscript/examples/script/context2d/
H A Dcontext2d.cpp571 bool anticlockwise) in arc()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/script/context2d/
H A Dcontext2d.cpp565 bool anticlockwise) in arc()
/dports/devel/upp/upp/uppsrc/Geom/
H A Dgeometry.h406 VecArcInfo(Pointf c, Pointf a, Pointf b, bool anticlockwise) { Set(c, a, b, anticlockwise); } in VecArcInfo()
H A Dvecalg.cpp1030 void VecArcInfo::Set(Pointf _C, Pointf _A, Pointf _B, bool anticlockwise) in Set()
/dports/science/cdk/cdk-cdk-2.3/storage/smiles/src/test/java/org/openscience/cdk/smiles/
H A DSmilesGeneratorTest.java1304 …static ITetrahedralChirality anticlockwise(IAtomContainer container, int central, int a1, int a2, … in anticlockwise() method in SmilesGeneratorTest
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp2992 bool anticlockwise; in ArcTo() local
5626 bool anticlockwise; in ArcTo() local
5694 bool anticlockwise, ErrorResult& error) { in Ellipse()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/canvas/
H A Dcanvas_paint_thread.rs494 let anticlockwise = direction < 0.0; in arc_to() localVariable
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3009 bool anticlockwise; in ArcTo() local
5653 bool anticlockwise; in ArcTo() local
5720 bool anticlockwise, ErrorResult& aError) { in Ellipse()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3076 bool anticlockwise; in ArcTo() local
5723 bool anticlockwise; in ArcTo() local
5790 bool anticlockwise, ErrorResult& aError) { in Ellipse()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3009 bool anticlockwise; in ArcTo() local
5653 bool anticlockwise; in ArcTo() local
5720 bool anticlockwise, ErrorResult& aError) { in Ellipse()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3537 bool anticlockwise; in ArcTo() local
6155 bool anticlockwise; in ArcTo() local
6223 bool anticlockwise, ErrorResult& error) { in Ellipse()

12