Home
last modified time | relevance | path

Searched refs:TopRight (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/Traits/World/
H A DD2kResourceRenderer.cs37 TopRight = 0x20, enumerator
71 { ClearSides.Top | ClearSides.TopLeft | ClearSides.TopRight, 18 },
72 { ClearSides.Right | ClearSides.TopRight | ClearSides.BottomRight, 19 },
76 { ClearSides.TopRight, 23 },
86 { ClearSides.TopLeft | ClearSides.TopRight | ClearSides.BottomLeft, 33 },
87 { ClearSides.TopRight | ClearSides.BottomRight, 34 },
88 { ClearSides.TopLeft | ClearSides.TopRight, 35 },
89 { ClearSides.TopRight | ClearSides.BottomLeft, 36 },
115 ret |= ClearSides.Top | ClearSides.TopLeft | ClearSides.TopRight; in FindClearSides()
121 ret |= ClearSides.Right | ClearSides.TopRight | ClearSides.BottomRight; in FindClearSides()
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/charmbracelet/lipgloss/
H A Dborders.go19 TopRight string member
71 TopRight: "┐",
82 TopRight: "╮",
93 TopRight: "┓",
104 TopRight: "╗",
115 TopRight: " ",
207 if hasTop && hasRight && border.TopRight == "" {
208 border.TopRight = " "
223 border.TopRight = ""
227 border.TopRight = ""
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_raster_data.cpp296 TopRight, in contourLines() enumerator
311 xy[TopRight].setX( pos.x() ); in contourLines()
312 xy[TopRight].setY( pos.y() ); in contourLines()
313 xy[TopRight].setZ( in contourLines()
314 value( xy[TopRight].x(), xy[TopRight].y() ) in contourLines()
324 xy[TopLeft] = xy[TopRight]; in contourLines()
327 xy[TopRight].setX( pos.x() + dx ); in contourLines()
328 xy[TopRight].setY( pos.y() ); in contourLines()
332 xy[TopRight].setZ( in contourLines()
333 value( xy[TopRight].x(), xy[TopRight].y() ) in contourLines()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_raster_data.cpp296 TopRight, in contourLines() enumerator
311 xy[TopRight].setX( pos.x() ); in contourLines()
312 xy[TopRight].setY( pos.y() ); in contourLines()
313 xy[TopRight].setZ( in contourLines()
314 value( xy[TopRight].x(), xy[TopRight].y() ) in contourLines()
324 xy[TopLeft] = xy[TopRight]; in contourLines()
327 xy[TopRight].setX( pos.x() + dx ); in contourLines()
328 xy[TopRight].setY( pos.y() ); in contourLines()
332 xy[TopRight].setZ( in contourLines()
333 value( xy[TopRight].x(), xy[TopRight].y() ) in contourLines()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/
H A Drect_part.h16 TopRight = (1 << 2), enumerator
24 FullTop = TopLeft | Top | TopRight,
32 FullRight = TopRight | Right | BottomRight,
36 AllCorners = TopLeft | TopRight | BottomLeft | BottomRight,
45 return (corner == RectPart::TopLeft) || (corner == RectPart::TopRight); in IsTopCorner()
57 return (corner == RectPart::TopRight) || (corner == RectPart::BottomRight); in IsRightCorner()
/dports/x11-wm/compiz/compiz-0.8.8/po/
H A Dzh_CN.po3426 #~ "TopRight, BottomLeft, BottomRight)"
3476 #~ "TopRight, BottomLeft, BottomRight)"
3506 #~ "TopRight, BottomLeft, BottomRight)"
3528 #~ "TopRight, BottomLeft, BottomRight)"
3540 #~ "TopRight, BottomLeft, BottomRight)"
3561 #~ "TopRight, BottomLeft, BottomRight)"
3567 #~ "TopRight, BottomLeft, BottomRight)"
3756 #~ "TopRight, BottomLeft, BottomRight)"
4045 #~ "TopRight, BottomLeft, BottomRight)"
4068 #~ "TopRight, BottomLeft, BottomRight)"
[all …]
H A Dfi.po3472 #~ "TopRight, BottomLeft, BottomRight)"
3528 #~ "TopRight, BottomLeft, BottomRight)"
3573 #~ "TopRight, BottomLeft, BottomRight)"
3604 #~ "TopRight, BottomLeft, BottomRight)"
3619 #~ "TopRight, BottomLeft, BottomRight)"
3649 #~ "TopRight, BottomLeft, BottomRight)"
3658 #~ "TopRight, BottomLeft, BottomRight)"
3918 #~ "TopRight, BottomLeft, BottomRight)"
4327 #~ "TopRight, BottomLeft, BottomRight)"
4355 #~ "TopRight, BottomLeft, BottomRight)"
[all …]
H A Dzh_TW.po3425 #~ "TopRight, BottomLeft, BottomRight)"
3475 #~ "TopRight, BottomLeft, BottomRight)"
3505 #~ "TopRight, BottomLeft, BottomRight)"
3527 #~ "TopRight, BottomLeft, BottomRight)"
3539 #~ "TopRight, BottomLeft, BottomRight)"
3560 #~ "TopRight, BottomLeft, BottomRight)"
3566 #~ "TopRight, BottomLeft, BottomRight)"
3755 #~ "TopRight, BottomLeft, BottomRight)"
4044 #~ "TopRight, BottomLeft, BottomRight)"
4067 #~ "TopRight, BottomLeft, BottomRight)"
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_raster_data.cpp322 TopRight, in contourLines() enumerator
337 xy[TopRight].setPos(pos.x(), pos.y()); in contourLines()
338 xy[TopRight].setZ( in contourLines()
339 value( xy[TopRight].x(), xy[TopRight].y()) in contourLines()
348 xy[TopLeft] = xy[TopRight]; in contourLines()
351 xy[TopRight].setPos(pos.x() + dx, pos.y()); in contourLines()
354 xy[TopRight].setZ( in contourLines()
355 value(xy[TopRight].x(), xy[TopRight].y()) in contourLines()
365 for ( int i = TopRight; i <= BottomLeft; i++ ) in contourLines()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_raster_data.cpp322 TopRight, in contourLines() enumerator
337 xy[TopRight].setPos(pos.x(), pos.y()); in contourLines()
338 xy[TopRight].setZ( in contourLines()
339 value( xy[TopRight].x(), xy[TopRight].y()) in contourLines()
348 xy[TopLeft] = xy[TopRight]; in contourLines()
351 xy[TopRight].setPos(pos.x() + dx, pos.y()); in contourLines()
354 xy[TopRight].setZ( in contourLines()
355 value(xy[TopRight].x(), xy[TopRight].y()) in contourLines()
365 for ( int i = TopRight; i <= BottomLeft; i++ ) in contourLines()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/tests/Windows/UI/Xaml/
H A DCornerRadiusTests.cs20 Assert.Equal(0, cornerRadius.TopRight); in Ctor_Default()
39 Assert.Equal(uniformRadius, cornerRadius.TopRight); in Ctor_UniformRadius()
64 Assert.Equal(topRight, cornerRadius.TopRight); in Ctor_TopLeft_TopRight_BottomRight_BottomLeft()
107 var cornerRadius = new CornerRadius { TopRight = value }; in TopRight_SetValid_GetReturnsExpected()
108 Assert.Equal(value, cornerRadius.TopRight); in TopRight_SetValid_GetReturnsExpected()
116 AssertExtensions.Throws<ArgumentException>(null, () => cornerRadius.TopRight = value); in TopRight_SetInvalid_ThrowsArgumentException()
190 TopRight = double.NaN, in ToString_NaN_ReturnsAuto()
199 public double TopRight; field
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dbox.go172 TopRight: Point{b.Right, b.Top},
261 TopLeft, TopRight, BottomRight, BottomLeft Point member
267 Top: util.Math.MinInt(bc.TopLeft.Y, bc.TopRight.Y),
269 Right: util.Math.MaxInt(bc.TopRight.X, bc.BottomRight.X),
277 maxRight := util.Math.MaxInt(bc.TopRight.X, bc.BottomRight.X)
283 minTop := util.Math.MinInt(bc.TopLeft.Y, bc.TopRight.Y)
292 right := util.Math.MeanInt(bc.TopRight.X, bc.BottomRight.X)
295 top := util.Math.MeanInt(bc.TopLeft.Y, bc.TopRight.Y)
309 trx, try := util.Math.RotateCoordinate(cx, cy, bc.TopRight.X, bc.TopRight.Y, thetaRadians)
315 TopRight: Point{trx, try},
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_pip_raster.cpp33 : RectPart::TopRight; in UnrotateRequest()
34 case RectPart::TopRight: in UnrotateRequest()
42 ? RectPart::TopRight in UnrotateRequest()
50 ? RectPart::TopRight in UnrotateRequest()
59 | unrotatedCorner(RectPart::TopRight) in UnrotateRequest()
104 | ((sides & (Part::Top | Part::Right)) ? Part(0) : Part::TopRight) in paintFade()
148 : RectPart::TopRight) in frameRequest()
183 | ((request.corners & RectPart::TopRight) in staticContentByRequest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dfloat_rounded_rect.cc152 -std::max(radii_.TopLeft().Height(), radii_.TopRight().Height()), in RadiusCenterRect()
153 -std::max(radii_.TopRight().Width(), radii_.BottomRight().Width()), in RadiusCenterRect()
239 const FloatSize& top_right = radii_.TopRight(); in IntersectsQuad()
291 top_right_ = edges.TopRight(); in IncludeLogicalEdges()
297 top_right_ = edges.TopRight(); in IncludeLogicalEdges()
326 radii_sum = radii.TopRight().Height() + radii.BottomRight().Height(); in CalcBorderRadiiConstraintScaleFor()
348 return radii_.TopLeft().Width() + radii_.TopRight().Width() <= in IsRenderable()
354 radii_.TopRight().Height() + radii_.BottomRight().Height() <= in IsRenderable()
360 std::max(radii_.TopLeft().Width() + radii_.TopRight().Width(), in AdjustRadii()
364 radii_.TopRight().Height() + radii_.BottomRight().Height()); in AdjustRadii()
[all …]
H A Dfloat_rounded_rect.h63 top_right_(int_radii.TopRight()), in Radii()
72 constexpr const FloatSize& TopRight() const { return top_right_; } in TopRight() function
149 return FloatRect(rect_.MaxX() - radii_.TopRight().Width(), rect_.Y(), in TopRightCorner()
150 radii_.TopRight().Width(), radii_.TopRight().Height()); in TopRightCorner()
223 return a.TopLeft() == b.TopLeft() && a.TopRight() == b.TopRight() &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dfloat_rounded_rect.h63 top_right_(int_radii.TopRight()), in Radii()
72 constexpr const FloatSize& TopRight() const { return top_right_; } in TopRight() function
144 return FloatRect(rect_.MaxX() - radii_.TopRight().Width(), rect_.Y(), in TopRightCorner()
145 radii_.TopRight().Width(), radii_.TopRight().Height()); in TopRightCorner()
213 return a.TopLeft() == b.TopLeft() && a.TopRight() == b.TopRight() &&
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Graphics/
H A DTextAlignment.cs15 TopRight = 4, enumerator
33 Right = TopRight | CenterRight | BottomRight,
35 Top = TopLeft | TopMiddle | TopRight,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/mlgpu/
H A DShaderDefinitionsMLGPU-inl.h25 TriangleVertices v = {mRect.BottomLeft(), mRect.TopLeft(), mRect.TopRight(), in MakeVertex()
32 TriangleVertices v = {mRect.TopRight(), mRect.BottomRight(), in MakeVertex()
57 mTexCoords.TopRight()}; in MakeVertexData()
63 VertexData v = {mTexCoords.TopRight(), mTexCoords.BottomRight(), in MakeVertexData()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/mlgpu/
H A DShaderDefinitionsMLGPU-inl.h25 TriangleVertices v = {mRect.BottomLeft(), mRect.TopLeft(), mRect.TopRight(), in MakeVertex()
32 TriangleVertices v = {mRect.TopRight(), mRect.BottomRight(), in MakeVertex()
57 mTexCoords.TopRight()}; in MakeVertexData()
63 VertexData v = {mTexCoords.TopRight(), mTexCoords.BottomRight(), in MakeVertexData()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dchildwidgetplacementport.cpp58 m_connectedSide = TopRight; in setNewPositionWhenMoved()
97 m_connectedSide = TopRight; in setNewPositionWhenMoved()
121 case TopRight: in setNewPositionWhenMoved()
184 m_connectedSide = TopRight; in detectConnectedSide()
210 case TopRight: in setNewPositionOnParentResize()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigen2Support/
H A DBlock.h42 case TopRight: in corner()
62 case TopRight: in corner()
94 case TopRight: in corner()
115 case TopRight: in corner()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigen2Support/
H A DBlock.h42 case TopRight: in corner()
62 case TopRight: in corner()
94 case TopRight: in corner()
115 case TopRight: in corner()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigen2Support/
H A DBlock.h42 case TopRight: in corner()
62 case TopRight: in corner()
94 case TopRight: in corner()
115 case TopRight: in corner()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Eigen2Support/
H A DBlock.h42 case TopRight: in corner()
62 case TopRight: in corner()
94 case TopRight: in corner()
115 case TopRight: in corner()
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Eigen2Support/
H A DBlock.h42 case TopRight: in corner()
62 case TopRight: in corner()
94 case TopRight: in corner()
115 case TopRight: in corner()

12345678910>>...56