Home
last modified time | relevance | path

Searched refs:BottomRight (Results 1 – 25 of 1807) sorted by relevance

12345678910>>...73

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/Traits/World/
H A DD2kResourceRenderer.cs39 BottomRight = 0x80, enumerator
72 { ClearSides.Right | ClearSides.TopRight | ClearSides.BottomRight, 19 },
74 { ClearSides.Bottom | ClearSides.BottomLeft | ClearSides.BottomRight, 21 },
78 { ClearSides.BottomRight, 25 },
85 { ClearSides.TopLeft | ClearSides.TopRight | ClearSides.BottomRight, 32 },
87 { ClearSides.TopRight | ClearSides.BottomRight, 34 },
91 { ClearSides.BottomLeft | ClearSides.BottomRight, 38 },
92 { ClearSides.TopLeft | ClearSides.BottomRight, 39 },
121 ret |= ClearSides.Right | ClearSides.TopRight | ClearSides.BottomRight; in FindClearSides()
124 ret |= ClearSides.Bottom | ClearSides.BottomLeft | ClearSides.BottomRight; in FindClearSides()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/HitShapes/
H A DRectangle.cs29 public readonly int2 BottomRight; field in OpenRA.Mods.Common.HitShapes.RectangleShape
54 BottomRight = br; in RectangleShape()
59 if (TopLeft.X >= BottomRight.X || TopLeft.Y >= BottomRight.Y) in Initialize()
65 quadrantSize = (BottomRight - TopLeft) / 2; in Initialize()
68 var topRight = new int2(BottomRight.X, TopLeft.Y); in Initialize()
69 var bottomLeft = new int2(TopLeft.X, BottomRight.Y); in Initialize()
76 new WVec(BottomRight.X, TopLeft.Y, VerticalTopOffset), in Initialize()
77 new WVec(BottomRight.X, BottomRight.Y, VerticalTopOffset), in Initialize()
85 new WVec(BottomRight.X, BottomRight.Y, VerticalBottomOffset), in Initialize()
101 new WVec(BottomRight.X, BottomRight.Y, VerticalTopOffset), in Initialize()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/search/query/
H A Dgeo_boundingbox.go30 BottomRight []float64 `json:"bottom_right,omitempty"` member
38 BottomRight: []float64{bottomRightLon, bottomRightLat},
65 if q.BottomRight[0] < q.TopLeft[0] {
68 …leftSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, -180, q.BottomRight[1], q.BottomRight[0…
72 …rightSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], 180, q…
81 …return searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], q.BottomRight[0], q.T…
91 BottomRight interface{} `json:"bottom_right,omitempty"`
105 lon, lat, found = geo.ExtractGeoPoint(tmp.BottomRight)
109 q.BottomRight = []float64{lon, lat}
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/search/query/
H A Dgeo_boundingbox.go30 BottomRight []float64 `json:"bottom_right,omitempty"` member
38 BottomRight: []float64{bottomRightLon, bottomRightLat},
65 if q.BottomRight[0] < q.TopLeft[0] {
68 …leftSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, -180, q.BottomRight[1], q.BottomRight[0…
72 …rightSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], 180, q…
81 …return searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], q.BottomRight[0], q.T…
91 BottomRight interface{} `json:"bottom_right,omitempty"`
105 lon, lat, found = geo.ExtractGeoPoint(tmp.BottomRight)
109 q.BottomRight = []float64{lon, lat}
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/search/query/
H A Dgeo_boundingbox.go30 BottomRight []float64 `json:"bottom_right,omitempty"` member
38 BottomRight: []float64{bottomRightLon, bottomRightLat},
65 if q.BottomRight[0] < q.TopLeft[0] {
68 …leftSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, -180, q.BottomRight[1], q.BottomRight[0…
72 …rightSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], 180, q…
81 …return searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], q.BottomRight[0], q.T…
91 BottomRight interface{} `json:"bottom_right,omitempty"`
105 lon, lat, found = geo.ExtractGeoPoint(tmp.BottomRight)
109 q.BottomRight = []float64{lon, lat}
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/search/query/
H A Dgeo_boundingbox.go30 BottomRight []float64 `json:"bottom_right,omitempty"` member
38 BottomRight: []float64{bottomRightLon, bottomRightLat},
65 if q.BottomRight[0] < q.TopLeft[0] {
68 …leftSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, -180, q.BottomRight[1], q.BottomRight[0…
72 …rightSearcher, err := searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], 180, q…
81 …return searcher.NewGeoBoundingBoxSearcher(i, q.TopLeft[0], q.BottomRight[1], q.BottomRight[0], q.T…
91 BottomRight interface{} `json:"bottom_right,omitempty"`
105 lon, lat, found = geo.ExtractGeoPoint(tmp.BottomRight)
109 q.BottomRight = []float64{lon, lat}
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/charmbracelet/lipgloss/
H A Dborders.go20 BottomRight string member
73 BottomRight: "┘",
84 BottomRight: "╯",
95 BottomRight: "┛",
106 BottomRight: "╝",
117 BottomRight: " ",
213 if hasBottom && hasRight && border.BottomRight == "" {
214 border.BottomRight = " "
234 border.BottomRight = ""
238 border.BottomRight = ""
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/
H A Drect_part.h22 BottomRight = (1 << 8), enumerator
26 FullBottom = BottomLeft | Bottom | BottomRight,
32 FullRight = TopRight | Right | BottomRight,
36 AllCorners = TopLeft | TopRight | BottomLeft | BottomRight,
49 return (corner == RectPart::BottomLeft) || (corner == RectPart::BottomRight); in IsBottomCorner()
57 return (corner == RectPart::TopRight) || (corner == RectPart::BottomRight); in IsRightCorner()
/dports/x11-wm/compiz/compiz-0.8.8/po/
H A Dzh_CN.po3257 #~ "BottomRight)"
3264 #~ "BottomRight)"
3271 #~ "BottomRight)"
3278 #~ "BottomRight)"
3285 #~ "BottomRight)"
3292 #~ "BottomRight)"
3299 #~ "BottomRight)"
3306 #~ "BottomRight)"
3313 #~ "BottomRight)"
3320 #~ "BottomRight)"
[all …]
H A Dfi.po3280 #~ "BottomRight)"
3287 #~ "BottomRight)"
3294 #~ "BottomRight)"
3301 #~ "BottomRight)"
3308 #~ "BottomRight)"
3315 #~ "BottomRight)"
3322 #~ "BottomRight)"
3329 #~ "BottomRight)"
3336 #~ "BottomRight)"
3343 #~ "BottomRight)"
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_raster_data.cpp297 BottomRight, in contourLines() enumerator
317 xy[BottomRight].setX( pos.x() ); in contourLines()
318 xy[BottomRight].setY( pos.y() + dy ); in contourLines()
319 xy[BottomRight].setZ( in contourLines()
320 value( xy[BottomRight].x(), xy[BottomRight].y() ) in contourLines()
325 xy[BottomLeft] = xy[BottomRight]; in contourLines()
329 xy[BottomRight].setX( pos.x() + dx ); in contourLines()
330 xy[BottomRight].setY( pos.y() + dy ); in contourLines()
335 xy[BottomRight].setZ( in contourLines()
336 value( xy[BottomRight].x(), xy[BottomRight].y() ) in contourLines()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_raster_data.cpp297 BottomRight, in contourLines() enumerator
317 xy[BottomRight].setX( pos.x() ); in contourLines()
318 xy[BottomRight].setY( pos.y() + dy ); in contourLines()
319 xy[BottomRight].setZ( in contourLines()
320 value( xy[BottomRight].x(), xy[BottomRight].y() ) in contourLines()
325 xy[BottomLeft] = xy[BottomRight]; in contourLines()
329 xy[BottomRight].setX( pos.x() + dx ); in contourLines()
330 xy[BottomRight].setY( pos.y() + dy ); in contourLines()
335 xy[BottomRight].setZ( in contourLines()
336 value( xy[BottomRight].x(), xy[BottomRight].y() ) in contourLines()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Map/
H A DProjectedCellRegion.cs23 public readonly PPos BottomRight; field in OpenRA.ProjectedCellRegion
33 BottomRight = bottomRight; in ProjectedCellRegion()
53 …return puv.U >= TopLeft.U && puv.U <= BottomRight.U && puv.V >= TopLeft.V && puv.V <= BottomRight.… in Contains()
99 if (u > r.BottomRight.U) in MoveNext()
105 if (v > r.BottomRight.V) in MoveNext()
H A DCellRegion.cs25 public readonly CPos BottomRight; field in OpenRA.CellRegion
37 BottomRight = bottomRight; in CellRegion()
40 mapBottomRight = BottomRight.ToMPos(gridType); in CellRegion()
50 BottomRight = bottomRight.ToCPos(gridType); in CellRegion()
91 BottomRight.X >= region.BottomRight.X && BottomRight.Y >= region.BottomRight.Y; in Contains()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/tests/Windows/UI/Xaml/
H A DCornerRadiusTests.cs21 Assert.Equal(0, cornerRadius.BottomRight); in Ctor_Default()
40 Assert.Equal(uniformRadius, cornerRadius.BottomRight); in Ctor_UniformRadius()
65 Assert.Equal(bottomRight, cornerRadius.BottomRight); in Ctor_TopLeft_TopRight_BottomRight_BottomLeft()
123 var cornerRadius = new CornerRadius { BottomRight = value }; in BottomRight_SetValid_GetReturnsExpected()
124 Assert.Equal(value, cornerRadius.BottomRight); in BottomRight_SetValid_GetReturnsExpected()
132 … AssertExtensions.Throws<ArgumentException>(null, () => cornerRadius.BottomRight = value); in BottomRight_SetInvalid_ThrowsArgumentException()
191 BottomRight = double.NaN, in ToString_NaN_ReturnsAuto()
201 public double BottomRight; field
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dbox.go173 BottomRight: Point{b.Right, b.Bottom},
261 TopLeft, TopRight, BottomRight, BottomLeft Point member
269 Right: util.Math.MaxInt(bc.TopRight.X, bc.BottomRight.X),
270 Bottom: util.Math.MaxInt(bc.BottomLeft.Y, bc.BottomRight.Y),
277 maxRight := util.Math.MaxInt(bc.TopRight.X, bc.BottomRight.X)
284 maxBottom := util.Math.MaxInt(bc.BottomLeft.Y, bc.BottomRight.Y)
292 right := util.Math.MeanInt(bc.TopRight.X, bc.BottomRight.X)
296 bottom := util.Math.MeanInt(bc.BottomLeft.Y, bc.BottomRight.Y)
310 brx, bry := util.Math.RotateCoordinate(cx, cy, bc.BottomRight.X, bc.BottomRight.Y, thetaRadians)
316 BottomRight: Point{brx, bry},
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_raster_data.cpp323 BottomRight, in contourLines() enumerator
342 xy[BottomRight].setPos(pos.x(), pos.y() + dy); in contourLines()
343 xy[BottomRight].setZ( in contourLines()
344 value(xy[BottomRight].x(), xy[BottomRight].y()) in contourLines()
349 xy[BottomLeft] = xy[BottomRight]; in contourLines()
352 xy[BottomRight].setPos(pos.x() + dx, pos.y() + dy); in contourLines()
357 xy[BottomRight].setZ( in contourLines()
358 value(xy[BottomRight].x(), xy[BottomRight].y()) in contourLines()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_raster_data.cpp323 BottomRight, in contourLines() enumerator
342 xy[BottomRight].setPos(pos.x(), pos.y() + dy); in contourLines()
343 xy[BottomRight].setZ( in contourLines()
344 value(xy[BottomRight].x(), xy[BottomRight].y()) in contourLines()
349 xy[BottomLeft] = xy[BottomRight]; in contourLines()
352 xy[BottomRight].setPos(pos.x() + dx, pos.y() + dy); in contourLines()
357 xy[BottomRight].setZ( in contourLines()
358 value(xy[BottomRight].x(), xy[BottomRight].y()) in contourLines()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dfloat_rounded_rect.h65 bottom_right_(int_radii.BottomRight()) {} in Radii()
74 constexpr const FloatSize& BottomRight() const { return bottom_right_; } in BottomRight() function
157 return FloatRect(rect_.MaxX() - radii_.BottomRight().Width(), in BottomRightCorner()
158 rect_.MaxY() - radii_.BottomRight().Height(), in BottomRightCorner()
159 radii_.BottomRight().Width(), in BottomRightCorner()
160 radii_.BottomRight().Height()); in BottomRightCorner()
224 a.BottomLeft() == b.BottomLeft() && a.BottomRight() == b.BottomRight();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dfloat_rounded_rect.h65 bottom_right_(int_radii.BottomRight()) {} in Radii()
74 constexpr const FloatSize& BottomRight() const { return bottom_right_; } in BottomRight() function
152 return FloatRect(rect_.MaxX() - radii_.BottomRight().Width(), in BottomRightCorner()
153 rect_.MaxY() - radii_.BottomRight().Height(), in BottomRightCorner()
154 radii_.BottomRight().Width(), in BottomRightCorner()
155 radii_.BottomRight().Height()); in BottomRightCorner()
214 a.BottomLeft() == b.BottomLeft() && a.BottomRight() == b.BottomRight();
/dports/devel/upp/upp/bazaar/Map/
H A DMapRenderInfo.cpp14 if (r.BottomRight().x > p2.x) in GetRect()
15 p2.x = r.BottomRight().x; in GetRect()
17 if (r.BottomRight().y > p2.y) in GetRect()
18 p2.y = r.BottomRight().y; in GetRect()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_pip_raster.cpp32 ? RectPart::BottomRight in UnrotateRequest()
39 : RectPart::BottomRight; in UnrotateRequest()
40 case RectPart::BottomRight: in UnrotateRequest()
48 ? RectPart::BottomRight in UnrotateRequest()
60 | unrotatedCorner(RectPart::BottomRight) in UnrotateRequest()
107 : Part::BottomRight) in paintFade()
151 : RectPart::BottomRight) in frameRequest()
186 | ((request.corners & RectPart::BottomRight) in staticContentByRequest()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Graphics/
H A DTextAlignment.cs27 BottomRight = 256, enumerator
33 Right = TopRight | CenterRight | BottomRight,
39 Bottom = BottomLeft | BottomMiddle | BottomRight
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/search/
H A Dquery_geo_bounding_box.go11 BottomRight string member
22 query.BottomRight = &q.BottomRight
/dports/editors/lazarus/lazarus/test/lcltests/
H A Dtestpagecontrol.pas754 PgRectScr.BottomRight := PageControl.ClientToScreen(PgRect.BottomRight);
758 TsRectScr.BottomRight := s0.ClientToScreen(TsRect.BottomRight);
766 T0RectScr.BottomRight := PageControl.ClientToScreen(T0Rect.BottomRight);
767 T1RectScr.BottomRight := PageControl.ClientToScreen(T1Rect.BottomRight);
768 T2RectScr.BottomRight := PageControl.ClientToScreen(T2Rect.BottomRight);
814 T2RectaScr.BottomRight := PageControl.ClientToScreen(T2Recta.BottomRight);
815 T3RectScr.BottomRight := PageControl.ClientToScreen(T3Rect.BottomRight);
861 T0RectScr.BottomRight := PageControl.ClientToScreen(T0Rect.BottomRight);
862 T1RectScr.BottomRight := PageControl.ClientToScreen(T1Rect.BottomRight);
863 T2RectScr.BottomRight := PageControl.ClientToScreen(T2Rect.BottomRight);
[all …]

12345678910>>...73