Home
last modified time | relevance | path

Searched refs:arrowDirection (Results 1 – 25 of 66) sorted by relevance

123

/dports/games/hs-scroll/scroll-1.20180421/
H A DCurses.hs141 arrowDirection :: Event -> Maybe Direction
142 arrowDirection (EventSpecialKey KeyLeftArrow) = Just DLeft function
143 arrowDirection (EventSpecialKey KeyDownArrow) = Just DDown function
144 arrowDirection (EventSpecialKey KeyUpArrow) = Just DUp function
145 arrowDirection (EventSpecialKey KeyRightArrow) = Just DRight function
146 arrowDirection (EventSpecialKey KeyEnter) = Just DDive function
147 arrowDirection _ = Nothing function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/bubble/
H A Dbubble_view_controller.mm22 @property(nonatomic, assign, readonly) BubbleArrowDirection arrowDirection; property
28 @synthesize arrowDirection = _arrowDirection;
32 arrowDirection:(BubbleArrowDirection)direction
45 arrowDirection:self.arrowDirection
H A Dbubble_presenter.mm152 BubbleArrowDirection arrowDirection = BubbleArrowDirectionDown;
175 direction:arrowDirection
210 BubbleArrowDirection arrowDirection =
223 direction:arrowDirection
269 BubbleArrowDirection arrowDirection = BubbleArrowDirectionDown;
280 direction:arrowDirection
311 BubbleArrowDirection arrowDirection =
324 direction:arrowDirection
341 BubbleArrowDirection arrowDirection =
355 direction:arrowDirection
[all …]
H A Dbubble_view_controller_presenter.h49 arrowDirection:(BubbleArrowDirection)arrowDirection
H A Dbubble_view_controller_presenter.mm87 @property(nonatomic, assign) BubbleArrowDirection arrowDirection; property
106 @synthesize arrowDirection = _arrowDirection;
112 arrowDirection:(BubbleArrowDirection)arrowDirection
119 arrowDirection:arrowDirection
138 _arrowDirection = arrowDirection;
288 anchorPoint, self.arrowDirection, self.alignment, rect.size);
298 bubble_util::BubbleFrame(anchorPoint, bubbleSize, self.arrowDirection,
H A Dbubble_view_unittest.mm45 arrowDirection:arrowDirection_
57 arrowDirection:arrowDirection_
70 arrowDirection:arrowDirection_
H A Dbubble_util.mm62 BubbleArrowDirection arrowDirection,
65 if (arrowDirection == BubbleArrowDirectionUp) {
68 DCHECK_EQ(arrowDirection, BubbleArrowDirectionDown);
155 CGPoint AnchorPoint(CGRect targetFrame, BubbleArrowDirection arrowDirection) {
158 if (arrowDirection == BubbleArrowDirectionUp) {
162 DCHECK_EQ(arrowDirection, BubbleArrowDirectionDown);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/
H A DCalloutArrow.as160 var arrowDirection:String = hostComponent.arrowDirection;
162 if (arrowDirection == ArrowDirection.NONE)
182 if ((arrowDirection == ArrowDirection.LEFT) ||
183 (arrowDirection == ArrowDirection.RIGHT))
198 if (arrowDirection == ArrowDirection.LEFT)
218 if (hostComponent.arrowDirection == ArrowDirection.UP)
272 switch (arrowDirection)
332 var isArrowUp:Boolean = (arrowDirection == ArrowDirection.UP);
349 if (arrowDirection == ArrowDirection.LEFT)
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/contrib/
H A DPmwFullTimeCounter.py39 self.arrowDirection = {}
82 self.arrowDirection[self._downYearArrowBtn] = 0
90 self.arrowDirection[self._downMonthArrowBtn] = 0
98 self.arrowDirection[self._downDayArrowBtn] = 0
106 self.arrowDirection[self._downHourArrowBtn] = 0
114 self.arrowDirection[self._downMinuteArrowBtn] = 0
156 self.arrowDirection[self._upYearArrowBtn] = 1
164 self.arrowDirection[self._upMonthArrowBtn] = 1
172 self.arrowDirection[self._upDayArrowBtn] = 1
180 self.arrowDirection[self._upHourArrowBtn] = 1
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/contrib/
H A DPmwFullTimeCounter.py38 self.arrowDirection = {}
81 self.arrowDirection[self._downYearArrowBtn] = 0
89 self.arrowDirection[self._downMonthArrowBtn] = 0
97 self.arrowDirection[self._downDayArrowBtn] = 0
105 self.arrowDirection[self._downHourArrowBtn] = 0
155 self.arrowDirection[self._upYearArrowBtn] = 1
163 self.arrowDirection[self._upMonthArrowBtn] = 1
171 self.arrowDirection[self._upDayArrowBtn] = 1
179 self.arrowDirection[self._upHourArrowBtn] = 1
187 self.arrowDirection[self._upMinuteArrowBtn] = 1
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwTimeCounter.py40 self.arrowDirection = {}
86 self.arrowDirection[self._downHourArrowBtn] = 'down'
94 self.arrowDirection[self._downMinuteArrowBtn] = 'down'
102 self.arrowDirection[self._downSecondArrowBtn] = 'down'
132 self.arrowDirection[self._upHourArrowBtn] = 'up'
140 self.arrowDirection[self._upMinuteArrowBtn] = 'up'
148 self.arrowDirection[self._upSecondArrowBtn] = 'up'
268 self._drawArrow(btn, self.arrowDirection[btn])
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwTimeCounter.py39 self.arrowDirection = {}
85 self.arrowDirection[self._downHourArrowBtn] = 'down'
93 self.arrowDirection[self._downMinuteArrowBtn] = 'down'
101 self.arrowDirection[self._downSecondArrowBtn] = 'down'
131 self.arrowDirection[self._upHourArrowBtn] = 'up'
139 self.arrowDirection[self._upMinuteArrowBtn] = 'up'
147 self.arrowDirection[self._upSecondArrowBtn] = 'up'
267 self._drawArrow(btn, self.arrowDirection[btn])
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/colors/
H A Ddcolorvalueselector.h57 Q_PROPERTY(Qt::ArrowType arrowDirection READ arrowDirection WRITE setArrowDirection)
89 Qt::ArrowType arrowDirection() const;
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsCharts.php34 * @param string $arrowDirection direction of link arrow
36 public static function printSosaNumber($sosa, $pid = "", $arrowDirection = "up") argument
43 if ($arrowDirection == "blank") {
51 if ($arrowDirection == "left") {
53 } elseif ($arrowDirection == "right") {
55 } elseif ($arrowDirection == "down") {
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkselector.h39 Q_PROPERTY(Qt::ArrowType arrowDirection READ arrowDirection WRITE setArrowDirection)
79 Qt::ArrowType arrowDirection() const;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripArrowRenderEventArgs.cs42 …StripItem toolStripItem, Rectangle arrowRectangle, Color arrowColor, ArrowDirection arrowDirection) in ToolStripArrowRenderEventArgs() argument
49 this.arrow_direction = arrowDirection; in ToolStripArrowRenderEventArgs()
/dports/graphics/radiance/radiance-baf2c40/resources/qml/
H A DPopOut.qml80 property real arrowDirection: open ? -1 : 1;
94 ctx.lineTo(width / 2 + sign * (inset + arrowWidth * arrowDirection), height / 2);
100 ctx.lineTo(width / 2, height / 2 + sign * (inset + arrowWidth * arrowDirection));
118 Behavior on arrowDirection {
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobilecomponents/src/spark/components/
H A DCallout.as375 // arrowDirection
404 public function get arrowDirection():String property in spark.components.Callout
423 // arrowDirection on it's own.
427 switch (arrowDirection)
514 (arrowDirection == ArrowDirection.UP))
644 if (arrowDirection != direction)
799 * <code>arrowDirection</code>.</p>
817 (arrowDirection == ArrowDirection.NONE) ||
1087 var oldArrowDirection:String = arrowDirection;
1177 switch (arrowDirection)
[all …]
/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A DMpeg2play70 *larrow.arrowDirection: XmARROW_LEFT
86 *rarrow.arrowDirection: XmARROW_RIGHT
H A DMpeg2play.ad70 *larrow.arrowDirection: XmARROW_LEFT
86 *rarrow.arrowDirection: XmARROW_RIGHT
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A DSelector.cpp22 const TPointD &arrowDirection = TPointD(0.0, -1.0), in drawArrow() argument
30 TPointD myArrowDirection(arrowDirection); in drawArrow()
32 if (arrowDirection.y <= 0.0) myArrowDirection = normalize(TPointD(-0.5, 0.8)); in drawArrow()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DGDD.asn207 arrowDirection IO-arrowDirection,
242 IO-arrowDirection ::= INTEGER (0..7)
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DGDD.asn207 arrowDirection IO-arrowDirection,
242 IO-arrowDirection ::= INTEGER (0..7)
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DGDD.asn207 arrowDirection IO-arrowDirection,
242 IO-arrowDirection ::= INTEGER (0..7)
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/its/
H A DGDD.asn207 arrowDirection IO-arrowDirection,
242 IO-arrowDirection ::= INTEGER (0..7)

123