Home
last modified time | relevance | path

Searched refs:TOP_RIGHT (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Ddirection.cpp35 if ( direct & TOP_RIGHT ) { in String()
78 case TOP_RIGHT: in ShortDistanceClockWise()
89 case TOP_RIGHT: in ShortDistanceClockWise()
143 case TOP_RIGHT: in ShortDistanceClockWise()
156 case TOP_RIGHT: in ShortDistanceClockWise()
169 case TOP_RIGHT: in ShortDistanceClockWise()
193 case TOP_RIGHT: in Reflect()
202 return TOP_RIGHT; in Reflect()
216 …static const Directions allDirections = Directions( {TOP_LEFT, TOP, TOP_RIGHT, RIGHT, BOTTOM_RIGHT… in All()
H A Ddirection.h37 TOP_RIGHT = 0x0004, enumerator
55 #define DIRECTION_TOP_ROW ( Direction::TOP_LEFT | Direction::TOP | Direction::TOP_RIGHT )
60 #define DIRECTION_RIGHT_COL ( Direction::TOP_RIGHT | Direction::RIGHT | Direction::BOTTOM_RIGHT )
64 #define DIRECTION_TOP_RIGHT_CORNER ( Direction::TOP | Direction::TOP_RIGHT | Direction::RIGHT )
68 #define DIRECTION_ALL_CORNERS ( Direction::TOP_RIGHT | Direction::BOTTOM_RIGHT | Direction::BOTTOM_…
H A Droute.cpp138 case Direction::TOP_RIGHT: in GetIndexSprite()
162 case Direction::TOP_RIGHT: in GetIndexSprite()
167 case Direction::TOP_RIGHT: in GetIndexSprite()
205 case Direction::TOP_RIGHT: in GetIndexSprite()
222 case Direction::TOP_RIGHT: in GetIndexSprite()
269 case Direction::TOP_RIGHT: in GetIndexSprite()
324 case Direction::TOP_RIGHT: in GetIndexSprite()
341 case Direction::TOP_RIGHT: in GetIndexSprite()
H A Dheroes_move.cpp142 case Direction::TOP_RIGHT: in SpriteHero()
209 case Direction::TOP_RIGHT: in SpriteFlag()
279 case Direction::TOP_RIGHT: in SpriteFlag()
301 case Direction::TOP_RIGHT: in SpriteShad()
357 case Direction::TOP_RIGHT: in SpriteFroth()
764 case Direction::TOP_RIGHT: in AngleStep()
793 case Direction::TOP_RIGHT: in AngleStep()
822 next = clockwise ? Direction::TOP_RIGHT : Direction::TOP_LEFT; in AngleStep()
824 case Direction::TOP_RIGHT: in AngleStep()
854 case Direction::TOP_RIGHT: in AngleStep()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/src/ui/grid/
H A Ddraw_next_symbol.rs4 pub const TOP_RIGHT: &str = "┐"; const
19 …(boundaries::TOP_RIGHT, boundaries::TOP_RIGHT) => Some(boundaries::TOP_RIGHT), // (┐, ┐) => Some(┐) in combine_symbols()
20 …(boundaries::TOP_RIGHT, boundaries::VERTICAL) => Some(boundaries::VERTICAL_LEFT), // (┐, │) => Som… in combine_symbols()
21 …(boundaries::TOP_RIGHT, boundaries::HORIZONTAL) => Some(boundaries::HORIZONTAL_DOWN), // (┐, ─) =>… in combine_symbols()
22 …(boundaries::TOP_RIGHT, boundaries::TOP_LEFT) => Some(boundaries::HORIZONTAL_DOWN), // (┐, ┌) => S… in combine_symbols()
23 …(boundaries::TOP_RIGHT, boundaries::BOTTOM_RIGHT) => Some(boundaries::VERTICAL_LEFT), // (┐, ┘) =>… in combine_symbols()
24 … (boundaries::TOP_RIGHT, boundaries::BOTTOM_LEFT) => Some(boundaries::CROSS), // (┐, └) => Some(┼) in combine_symbols()
25 …(boundaries::TOP_RIGHT, boundaries::VERTICAL_LEFT) => Some(boundaries::VERTICAL_LEFT), // (┐, ┤) =… in combine_symbols()
26 …(boundaries::TOP_RIGHT, boundaries::VERTICAL_RIGHT) => Some(boundaries::CROSS), // (┐, ├) => Some(… in combine_symbols()
28 …(boundaries::TOP_RIGHT, boundaries::HORIZONTAL_UP) => Some(boundaries::CROSS), // (┐, ┴) => Some(┼) in combine_symbols()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DRoundedCornerMaskCache.java24 @IntDef({Corner.TOP_LEFT, Corner.TOP_RIGHT, Corner.BOTTOM_LEFT, Corner.BOTTOM_RIGHT})
27 int TOP_RIGHT = 1; field
98 case Corner.TOP_RIGHT: in get()
99 if (mMasks[Corner.TOP_RIGHT] == null) { in get()
100 mMasks[Corner.TOP_RIGHT] = in get()
102 mCanvas.setBitmap(mMasks[Corner.TOP_RIGHT]); in get()
106 return mMasks[Corner.TOP_RIGHT]; in get()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/resources/
H A Dborder.vert31 #define TOP_RIGHT 1
60 …TOP_LEFT], inRect.y, inRect.z - corner_widths[TOP_LEFT] - corner_widths[TOP_RIGHT], inBorderWidths…
64 …ec4(inRect.x + inRect.z - corner_widths[TOP_RIGHT], inRect.y, corner_widths[TOP_RIGHT], corner_hei…
67 …Widths[RIGHT], inRect.y + corner_heights[TOP_RIGHT], inBorderWidths[RIGHT], inRect.w - corner_heig…
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DOrientation.vala10 TOP_RIGHT = 2,
24 case TOP_RIGHT:
55 case TOP_RIGHT:
65 return TOP_RIGHT;
86 case TOP_RIGHT:
117 case TOP_RIGHT:
148 case TOP_RIGHT:
199 case TOP_RIGHT:
259 case TOP_RIGHT:
312 case TOP_RIGHT:
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DOrientation.vala23 TOP_RIGHT = 2,
37 case TOP_RIGHT:
68 case TOP_RIGHT:
78 return TOP_RIGHT;
99 case TOP_RIGHT:
130 case TOP_RIGHT:
161 case TOP_RIGHT:
212 case TOP_RIGHT:
272 case TOP_RIGHT:
325 case TOP_RIGHT:
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/
H A DTextAnchor.java72 public static final TextAnchor TOP_RIGHT field in TextAnchor
159 || this == TOP_RIGHT; in isRight()
185 return this == TOP_LEFT || this == TOP_CENTER || this == TOP_RIGHT; in isTop()
297 else if (this.equals(TextAnchor.TOP_RIGHT)) { in readResolve()
298 result = TextAnchor.TOP_RIGHT; in readResolve()
H A DRectangleAnchor.java76 public static final RectangleAnchor TOP_RIGHT field in RectangleAnchor
183 else if (anchor == RectangleAnchor.TOP_RIGHT) { in coordinates()
243 else if (anchor == RectangleAnchor.TOP_RIGHT) { in createRectangle()
288 else if (this.equals(RectangleAnchor.TOP_RIGHT)) { in readResolve()
289 result = RectangleAnchor.TOP_RIGHT; in readResolve()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/bubble/
H A Dbubble_border_unittest.cc23 EXPECT_EQ(BubbleBorder::TOP_RIGHT, in TEST_F()
26 BubbleBorder::horizontal_mirror(BubbleBorder::TOP_RIGHT)); in TEST_F()
62 BubbleBorder::vertical_mirror(BubbleBorder::TOP_RIGHT)); in TEST_F()
66 EXPECT_EQ(BubbleBorder::TOP_RIGHT, in TEST_F()
97 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_RIGHT)); in TEST_F()
120 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_RIGHT)); in TEST_F()
143 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_RIGHT)); in TEST_F()
166 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_RIGHT)); in TEST_F()
192 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::TOP_RIGHT)); in TEST_F()
254 {BubbleBorder::TOP_RIGHT, kSmallSize, kSmallNoArrow}, in TEST_F()
[all …]
H A Dbubble_frame_view_unittest.cc223 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
226 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
301 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
304 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
374 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
468 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
471 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
553 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
556 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
694 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/bubble/
H A Dbubble_border_unittest.cc23 EXPECT_EQ(BubbleBorder::TOP_RIGHT, in TEST_F()
26 BubbleBorder::horizontal_mirror(BubbleBorder::TOP_RIGHT)); in TEST_F()
62 BubbleBorder::vertical_mirror(BubbleBorder::TOP_RIGHT)); in TEST_F()
66 EXPECT_EQ(BubbleBorder::TOP_RIGHT, in TEST_F()
97 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_RIGHT)); in TEST_F()
120 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::TOP_RIGHT)); in TEST_F()
143 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(BubbleBorder::TOP_RIGHT)); in TEST_F()
166 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::TOP_RIGHT)); in TEST_F()
192 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::TOP_RIGHT)); in TEST_F()
254 {BubbleBorder::TOP_RIGHT, kSmallSize, kSmallNoArrow}, in TEST_F()
[all …]
H A Dbubble_frame_view_unittest.cc224 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
227 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
302 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
305 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
375 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
469 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
472 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
554 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
557 BubbleBorder::Arrow::TOP_RIGHT, // |delegate_arrow| in TEST_F()
695 frame.SetArrow(BubbleBorder::TOP_RIGHT); in TEST_F()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/common/
H A Dposition.ts29 TOP_RIGHT: "top-right" as "top-right",
39 position === Position.TOP_RIGHT ||
59 … (position === Position.TOP || position === Position.TOP_LEFT || position === Position.TOP_RIGHT) {
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/text/
H A DTextBlockAnchor.java69 public static final TextBlockAnchor TOP_RIGHT = new TextBlockAnchor( field in TextBlockAnchor
168 else if (this.equals(TextBlockAnchor.TOP_RIGHT)) { in readResolve()
169 return TextBlockAnchor.TOP_RIGHT; in readResolve()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/panel/
H A DCrosshairOverlay.java386 || anchor == RectangleAnchor.TOP_RIGHT); in calculateLabelPoint()
389 || anchor == RectangleAnchor.TOP_RIGHT); in calculateLabelPoint()
442 result = TextAnchor.TOP_RIGHT; in textAlignPtForLabelAnchorV()
447 else if (anchor.equals(RectangleAnchor.TOP_RIGHT)) { in textAlignPtForLabelAnchorV()
484 else if (anchor.equals(RectangleAnchor.TOP_RIGHT)) { in textAlignPtForLabelAnchorH()
500 result = TextAnchor.TOP_RIGHT; in textAlignPtForLabelAnchorH()
508 result = RectangleAnchor.TOP_RIGHT; in flipAnchorH()
510 else if (anchor.equals(RectangleAnchor.TOP_RIGHT)) { in flipAnchorH()
533 else if (anchor.equals(RectangleAnchor.TOP_RIGHT)) { in flipAnchorV()
546 result = RectangleAnchor.TOP_RIGHT; in flipAnchorV()
/dports/x11/nfy/nfy-0.1/
H A Dconfig.h5 enum { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; /* Window positions */ enumerator
14 static const unsigned int pos = TOP_RIGHT; /* Window position */
/dports/sysutils/herbe/herbe-1.0.0/
H A Dconfig.def.h13 enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; enumerator
14 enum corners corner = TOP_RIGHT;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/shells/
H A DDockPosition.java32 public static final int TOP_RIGHT = 3; field in DockPosition
45 if (position == TOP_LEFT || position == TOP_RIGHT in DockPosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/suggestions/
H A DThumbnailGradient.java45 @IntDef({GradientDirection.TOP_LEFT, GradientDirection.TOP_RIGHT})
49 int TOP_RIGHT = 1; field
146 : GradientDirection.TOP_RIGHT; in getGradientDirection()
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dfault.h34 #ifndef TOP_RIGHT
35 #define TOP_RIGHT 1 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DRoundedCornerMaskCacheTest.java92 assertThat(masks.mMasks[Corner.TOP_RIGHT]).isNull(); in testCreatesOnlyRequestedCorners()
96 masks.get(Corner.TOP_RIGHT); in testCreatesOnlyRequestedCorners()
99 assertThat(masks.mMasks[Corner.TOP_RIGHT]).isNotNull(); in testCreatesOnlyRequestedCorners()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/user_education/
H A Dfeature_promo_registry.cc144 params.arrow = views::BubbleBorder::Arrow::TOP_RIGHT; in RegisterKnownFeatures()
154 params.arrow = views::BubbleBorder::Arrow::TOP_RIGHT; in RegisterKnownFeatures()
166 params.arrow = views::BubbleBorder::TOP_RIGHT; in RegisterKnownFeatures()

12345678910>>...22