Home
last modified time | relevance | path

Searched refs:sweepDirection (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathHelpers.h130 Float sweepDirection = aAntiClockwise ? -1.0f : 1.0f; variable
133 Float arcSweepLeft = (aEndAngle - aStartAngle) * sweepDirection;
141 aStartAngle = aEndAngle - arcSweepLeft * sweepDirection;
160 std::min(arcSweepLeft, Float(M_PI / 2.0f)) * sweepDirection;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathHelpers.h130 Float sweepDirection = aAntiClockwise ? -1.0f : 1.0f; variable
133 Float arcSweepLeft = (aEndAngle - aStartAngle) * sweepDirection;
141 aStartAngle = aEndAngle - arcSweepLeft * sweepDirection;
160 std::min(arcSweepLeft, Float(M_PI / 2.0f)) * sweepDirection;
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathHelpers.h130 Float sweepDirection = aAntiClockwise ? -1.0f : 1.0f; variable
133 Float arcSweepLeft = (aEndAngle - aStartAngle) * sweepDirection;
141 aStartAngle = aEndAngle - arcSweepLeft * sweepDirection;
160 std::min(arcSweepLeft, Float(M_PI / 2.0f)) * sweepDirection;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathHelpers.h130 Float sweepDirection = aAntiClockwise ? -1.0f : 1.0f; variable
133 Float arcSweepLeft = (aEndAngle - aStartAngle) * sweepDirection;
141 aStartAngle = aEndAngle - arcSweepLeft * sweepDirection;
160 std::min(arcSweepLeft, Float(M_PI / 2.0f)) * sweepDirection;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSTextContainer.inc67sweepDirection: NSLineSweepDirection; movementDirection: NSLineMovementDirection; remainingRect: N…
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathHelpers.h87 Float sweepDirection = aAntiClockwise ? -1.0f : 1.0f; variable
90 Float arcSweepLeft = (aEndAngle - aStartAngle) * sweepDirection;
98 aStartAngle = aEndAngle - arcSweepLeft * sweepDirection;
116 std::min(arcSweepLeft, Float(M_PI / 2.0f)) * sweepDirection;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathHelpers.h91 Float sweepDirection = aAntiClockwise ? -1.0f : 1.0f; variable
94 Float arcSweepLeft = (aEndAngle - aStartAngle) * sweepDirection;
102 aStartAngle = aEndAngle - arcSweepLeft * sweepDirection;
119 currentStartAngle + std::min(arcSweepLeft, Float(M_PI / 2.0f)) * sweepDirection;
/dports/biology/biococoa/biococoa-2.2.2/BCAppKit/
H A DKDTextViewContainer.m60 sweepDirection:(NSLineSweepDirection)sweepDirection
H A DBCSequenceView.m980 sweepDirection:(NSLineSweepDirection)sweepDirection
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSTextContainer.h169 sweepDirection: (NSLineSweepDirection)sweepDir
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1helper.h75 …t D2D1_SIZE_F &size, const FLOAT rotationAngle, D2D1_SWEEP_DIRECTION sweepDirection, D2D1_ARC_SIZE…
76 D2D1_ARC_SEGMENT r = {point, size, rotationAngle, sweepDirection, arcSize};
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1helper.h75 …t D2D1_SIZE_F &size, const FLOAT rotationAngle, D2D1_SWEEP_DIRECTION sweepDirection, D2D1_ARC_SIZE…
76 D2D1_ARC_SEGMENT r = {point, size, rotationAngle, sweepDirection, arcSize};
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1helper.h200 _In_ D2D1_SWEEP_DIRECTION sweepDirection,
204 D2D1_ARC_SEGMENT arcSegment = { point, size, rotationAngle, sweepDirection, arcSize };
/dports/math/vtk9/VTK-9.1.0/Parallel/DIY/
H A DvtkDIYGhostUtilities.cxx1203 constexpr int sweepDirection[2] = { 1, -1 }; in GridsFit() local
1232 sweepDirection[yCornerId], points, pointId, extentId, extent)) in GridsFit()
1254 constexpr int sweepDirection[2] = { 1, -1 }; in SweepGrids() local
1284 x != xCorners[(xCornerId + 1) % 2] + sweepDirection[xCornerId]; in SweepGrids()
1285 queryX += directionX, x += sweepDirection[xCornerId]) in SweepGrids()
1292 y != yCorners[(yCornerId + 1) % 2] + sweepDirection[yCornerId]; in SweepGrids()
1293 queryY += directionY, y += sweepDirection[yCornerId]) in SweepGrids()
1318 x -= sweepDirection[xCornerId]; in SweepGrids()
1319 y -= sweepDirection[yCornerId]; in SweepGrids()
1342 this->Grid.XOrientation = sweepDirection[xCornerId]; in SweepGrids()
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSTextContainer.m356 sweepDirection: (NSLineSweepDirection)sweepDir
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2dgraphicspath.cpp492 …arc.sweepDirection = clockwise ? D2D1_SWEEP_DIRECTION_CLOCKWISE : D2D1_SWEEP_DIRECTION_COUNTER_CLO… in createPath()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2dgraphicspath.cpp492 …arc.sweepDirection = clockwise ? D2D1_SWEEP_DIRECTION_CLOCKWISE : D2D1_SWEEP_DIRECTION_COUNTER_CLO… in createPath()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,
/dports/net-im/fractal/fractal-4.4.0/vendor/winapi-0.2.8/src/
H A Dd2d1.rs165 sweepDirection: D2D1_SWEEP_DIRECTION,

123456789