Home
last modified time | relevance | path

Searched refs:rightTop (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DRect.cpp31 const auto rightTop = ScreenCoordsXY{ rect.GetRight(), rect.GetTop() }; in gfx_fill_rect_inset()
54 gfx_filter_rect(dpi, { leftTop, rightTop }, palette.highlight); in gfx_fill_rect_inset()
55 gfx_filter_rect(dpi, { rightTop, rightBottom }, palette.shadow); in gfx_fill_rect_inset()
67 gfx_filter_rect(dpi, { leftTop, rightTop }, palette.shadow); in gfx_fill_rect_inset()
68 gfx_filter_rect(dpi, { rightTop, rightBottom }, palette.highlight); in gfx_fill_rect_inset()
102 gfx_fill_rect(dpi, { leftTop + ScreenCoordsXY{ 1, 0 }, rightTop }, shadow); in gfx_fill_rect_inset()
103 …gfx_fill_rect(dpi, { rightTop + ScreenCoordsXY{ 0, 1 }, rightBottom - ScreenCoordsXY{ 0, 1 } }, hi… in gfx_fill_rect_inset()
126 …gfx_fill_rect(dpi, { leftTop + ScreenCoordsXY{ 1, 0 }, rightTop - ScreenCoordsXY{ 1, 0 } }, hiligh… in gfx_fill_rect_inset()
127 gfx_fill_rect(dpi, { rightTop, rightBottom - ScreenCoordsXY{ 0, 1 } }, shadow); in gfx_fill_rect_inset()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DError.cpp142 ScreenCoordsXY rightTop{ rightBottom.x, leftTop.y }; in window_error_paint() local
152 dpi, ScreenRect{ rightTop + ScreenCoordsXY{ 0, 2 }, rightBottom - ScreenCoordsXY{ 0, 2 } }, in window_error_paint()
158 dpi, ScreenRect{ leftTop + ScreenCoordsXY{ 2, 0 }, rightTop - ScreenCoordsXY{ 2, 0 } }, in window_error_paint()
162 dpi, ScreenRect{ rightTop + ScreenCoordsXY{ 1, 1 }, rightTop + ScreenCoordsXY{ 1, 1 } }, in window_error_paint()
165 dpi, ScreenRect{ rightTop + ScreenCoordsXY{ -1, 1 }, rightTop + ScreenCoordsXY{ -1, 1 } }, in window_error_paint()
H A DMap.cpp1153 auto rightTop = ScreenCoordsXY{ rightBottom.x, leftTop.y }; in window_map_paint_hud_rectangle()
1158 gfx_fill_rect(dpi, { rightTop - ScreenCoordsXY{ 3, 0 }, rightTop }, PALETTE_INDEX_56); in window_map_paint_hud_rectangle()
1169 gfx_fill_rect(dpi, { rightTop, rightTop + ScreenCoordsXY{ 0, 3 } }, PALETTE_INDEX_56); in window_map_paint_hud_rectangle()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/fsm/
H A DFSMDemos.java45 State rightTop = new State("rightTop"); in rotDecoder() local
47 …ft, leftTop, leftBottom, bottomSetLeft, bottom, bottomSetRight, rightBottom, rightTop, topSetRight) in rotDecoder()
52 .transition(top, rightTop, "A=0 & B=1") in rotDecoder()
56 .transition(rightTop, top, "A=0 & B=0") in rotDecoder()
67 .transition(rightTop, bottomSetRight, "A=1 & B=1") in rotDecoder()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkConvexHull2D.cxx162 double rightTop[2]; in ResizeHullToMinimumInDisplay() local
171 rightTop[0] = coord[0]; in ResizeHullToMinimumInDisplay()
172 rightTop[1] = coord[1]; in ResizeHullToMinimumInDisplay()
173 double currentDisplaySize[2] = {rightTop[0] - leftBottom[0], in ResizeHullToMinimumInDisplay()
174 rightTop[1] - leftBottom[1]}; in ResizeHullToMinimumInDisplay()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkConvexHull2D.cxx158 double rightTop[2]; in ResizeHullToMinimumInDisplay() local
167 rightTop[0] = coord[0]; in ResizeHullToMinimumInDisplay()
168 rightTop[1] = coord[1]; in ResizeHullToMinimumInDisplay()
169 double currentDisplaySize[2] = { rightTop[0] - leftBottom[0], rightTop[1] - leftBottom[1] }; in ResizeHullToMinimumInDisplay()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkConvexHull2D.cxx162 double rightTop[2]; in ResizeHullToMinimumInDisplay() local
171 rightTop[0] = coord[0]; in ResizeHullToMinimumInDisplay()
172 rightTop[1] = coord[1]; in ResizeHullToMinimumInDisplay()
173 double currentDisplaySize[2] = {rightTop[0] - leftBottom[0], in ResizeHullToMinimumInDisplay()
174 rightTop[1] - leftBottom[1]}; in ResizeHullToMinimumInDisplay()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ShapeHelpers/
H A DShapeUtils.cpp22 RDGeom::Point3D &rightTop, const RDGeom::Transform3D *trans, in computeConfBox() argument
44 rightTop.x = xmax; in computeConfBox()
45 rightTop.y = ymax; in computeConfBox()
46 rightTop.z = zmax; in computeConfBox()
48 rightTop += padPt; in computeConfBox()
H A DShapeUtils.h45 RDGeom::Point3D &rightTop, const RDGeom::Transform3D *trans = nullptr,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_export_dxf/model/
H A DdxfLibrary.py608 rightTop=(1.0,1.0), argument
634 self.rightTop=rightTop
661 _point(self.rightTop,1),
738 def ViewByWindow(name,leftBottom=(0,0),rightTop=(1,1),**options): argument
739 width=abs(rightTop[0]-leftBottom[0])
740 height=abs(rightTop[1]-leftBottom[1])
741 center=((rightTop[0]+leftBottom[0])*0.5,(rightTop[1]+leftBottom[1])*0.5)
906 d.views.append(ViewByWindow('Window',leftBottom=(1,0),rightTop=(2,1))) #idem
H A DmigiusModel.py105 … d.views.append(DXF.ViewByWindow('BF_TOPVIEW',leftBottom=(-100,-60),rightTop=(100,60))) #idem
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dfrustum.cpp458 GfVec3d rightTop = in Transform() local
463 rightTop = matrix.Transform(rightTop); in Transform()
471 rightTop -= frustum._position; in Transform()
473 rightTop = frustum._rotation.GetInverse().TransformDir(rightTop); in Transform()
482 rightTop /= scale; in Transform()
486 frustum._window.SetMax(GfVec2d(rightTop[0], rightTop[1])); in Transform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/inspector_overlay/
H A Dcss_grid_label_helpers.ts37 rightTop: 'right-top',
576 arrowType = _adaptArrowTypeForWritingMode(GridArrowTypes.rightTop, writingMode);
756 return GridArrowTypes.rightTop;
761 case GridArrowTypes.rightTop:
804 case GridArrowTypes.rightTop:
811 return GridArrowTypes.rightTop;
828 return GridArrowTypes.rightTop;
833 case GridArrowTypes.rightTop:
872 case GridArrowTypes.rightTop:
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dtransformation.h39 const gfx::PointF& rightTop() const { return m_corners[RIGHT_TOP]; } in rightTop() function
44 void rightTop(const gfx::PointF& pt) { m_corners[RIGHT_TOP] = pt; } in rightTop() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dpixels_movement.cpp555 newPivot += pivotPosFactor.x * point2Vector(corners.rightTop() - corners.leftTop()); in dropImageTemporarily()
739 int(corners.rightTop().x-leftTop.x), in drawParallelogram()
740 int(corners.rightTop().y-leftTop.y), in drawParallelogram()
753 int(corners.rightTop().x-leftTop.x), in drawParallelogram()
754 int(corners.rightTop().y-leftTop.y), in drawParallelogram()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/shaders/
H A DmeshWire.glslfx146 vec2 rightTop = vec2(1.0) - leftBottom;
149 return vec4(leftBottom.y, rightTop.x, rightTop.y, leftBottom.x);
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_export_dxf/primitive_exporters/
H A Dcamera_exporter.py26 rightTop=(1.0,1.0) # default
/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/include/ics/ui/
H A DRect.h94 Point rightTop() const { in rightTop() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DRect.schelp51 method::rightTop
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/client/appletabilities/
H A DContainerGridBindings.qml84 name: "rightTop"
H A DContainerAnchorBindings.qml111 name: "rightTop"
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/
H A DuiElementsContext.tsx28 | 'rightTop'
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Geometry/
H A DRect.sc52 rightTop { ^Point.new(this.right, this.top) }
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/layouts/
H A DAppletsContainer.qml102 name: "rightTop"
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrTessellator.cpp974 Vertex* rightTop = edge->fRight->fTop; in cleanup_active_edges() local
976 if (c.sweep_gt(top->fPoint, rightTop->fPoint) && !edge->fRight->isRightOf(top)) { in cleanup_active_edges()
978 } else if (c.sweep_gt(rightTop->fPoint, top->fPoint) && !edge->isLeftOf(rightTop)) { in cleanup_active_edges()
979 split_edge(edge, rightTop, activeEdges, c, alloc); in cleanup_active_edges()

123