Home
last modified time | relevance | path

Searched refs:GetY (Results 1 – 25 of 2753) sorted by relevance

12345678910>>...111

/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkChartMatrix.cxx80 increments.SetY((this->Private->Geometry.GetY() - (this->Size.GetY() - 1) * in Paint()
97 y += increments.GetY() + this->Gutter.GetY(); in Paint()
117 increments.GetY() * span.GetY() - resize.GetY() + in Paint()
118 (span.GetY() - 1) * this->Gutter.GetY())); in Paint()
130 if (this->Size.GetX() != size.GetX() || this->Size.GetY() != size.GetY()) in SetSize()
225 if (position.GetX() < this->Size.GetX() && position.GetY() < this->Size.GetY()) in SetChart()
267 this->Size.GetY() - position.GetY() - span.GetY() < 0) in SetChartSpan()
302 increments.SetY((this->Private->Geometry.GetY() - (this->Size.GetY() - 1) * in GetChartIndex()
319 y += increments.GetY() + this->Gutter.GetY(); in GetChartIndex()
342 position.GetY() < (y2 + increments.GetY() * span.GetY() - resize.GetY() in GetChartIndex()
[all …]
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkChartMatrix.cxx80 increments.SetY((this->Private->Geometry.GetY() - (this->Size.GetY() - 1) * in Paint()
97 y += increments.GetY() + this->Gutter.GetY(); in Paint()
111 increments.GetY() * span.GetY() + in Paint()
112 (span.GetY() - 1) * this->Gutter.GetY())); in Paint()
124 if (this->Size.GetX() != size.GetX() || this->Size.GetY() != size.GetY()) in SetSize()
200 if (position.GetX() < this->Size.GetX() && position.GetY() < this->Size.GetY()) in SetChart()
242 this->Size.GetY() - position.GetY() - span.GetY() < 0) in SetChartSpan()
277 increments.SetY((this->Private->Geometry.GetY() - (this->Size.GetY() - 1) * in GetChartIndex()
294 y += increments.GetY() + this->Gutter.GetY(); in GetChartIndex()
309 position.GetY() < (y + increments.GetY() * span.GetY() in GetChartIndex()
[all …]
/dports/cad/alliance/alliance/src/ocp/src/common/
H A DPBBox.cpp54 if (bbox.Min.GetY() < Min.GetY()) Min.SetY(bbox.Min.GetY()); in Merge()
55 if (bbox.Max.GetY() > Max.GetY()) Max.SetY(bbox.Max.GetY()); in Merge()
78 if (dst.GetY() > src.GetY()) { in Update()
79 if (src.GetY() == Min.GetY()) { in Update()
82 } else if (dst.GetY() > Max.GetY()) { in Update()
83 Max.SetY(dst.GetY()); in Update()
85 } else if (dst.GetY() < src.GetY()) { in Update()
86 if (src.GetY() == Max.GetY()) { in Update()
89 } else if (dst.GetY() < Min.GetY()) { in Update()
90 Min.SetY(dst.GetY()); in Update()
[all …]
/dports/games/csmash/csmash-0.6.6/
H A DBallView2D.cpp51 if ( theBall.GetY() > -3.5 ) { in Redraw()
52 RenderRect( theBall.GetX()-BALL_R/2, theBall.GetY()-BALL_R/2, in Redraw()
54 theBall.GetX()+BALL_R/2, theBall.GetY()+BALL_R/2, in Redraw()
63 if ( theBall.GetY() > -TABLELENGTH/2 && theBall.GetY() < TABLELENGTH/2 ){ in Redraw()
65 theBall.GetX()+BALL_R/2, theBall.GetY()+BALL_R/2, TABLEHEIGHT, in Redraw()
71 theBall.GetX()+BALL_R/2, theBall.GetY()+BALL_R/2, 0.0, in Redraw()
95 if ( theBall.GetY() > -3.5 ) { in GetDamageRect()
98 RenderRect( theBall.GetX()-BALL_R/2, theBall.GetY()-BALL_R/2, in GetDamageRect()
100 theBall.GetX()+BALL_R/2, theBall.GetY()+BALL_R/2, in GetDamageRect()
111 if ( theBall.GetY() > -TABLELENGTH/2 && theBall.GetY() < TABLELENGTH/2 ){ in GetDamageRect()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/ComputationalGeometry/
H A DvtkBilinearQuadIntersection.cxx74 return (srfpos.GetY() - orig.GetY()) / dir.GetY(); in ComputeIntersectionFactor()
124 respt.SetY(((1.0 - u) * (1.0 - v) * this->Point00.GetY() + (1.0 - u) * v * this->Point01.GetY() + in ComputeCartesianCoordinates()
125 u * (1.0 - v) * this->Point10.GetY() + u * v * this->Point11.GetY())); in ComputeCartesianCoordinates()
133 respt.SetZ(respt.GetY()); in ComputeCartesianCoordinates()
167 double qy = q.GetY(); in RayIntersection()
171 double ry = r.GetY(); in RayIntersection()
191 this->Point00.SetX(this->Point00.GetY()); in RayIntersection()
215 this->Point11.GetY() - this->Point10.GetY() - this->Point01.GetY() + this->Point00.GetY(); in RayIntersection()
221 double by = this->Point10.GetY() - this->Point00.GetY(); in RayIntersection()
226 double cy = this->Point01.GetY() - this->Point00.GetY(); in RayIntersection()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Ddcmirror.h126 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
131 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
140 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
141 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
164 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
178 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
183 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
217 GetX(w, h), GetY(w, h),
225 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
230 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Ddcmirror.h126 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
131 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
140 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
141 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
164 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
178 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
183 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
217 GetX(w, h), GetY(w, h),
225 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
230 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Ddcmirror.h126 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
131 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
140 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
141 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
164 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
178 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
183 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
217 GetX(w, h), GetY(w, h),
225 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
230 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Ddcmirror.h126 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
131 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
140 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
141 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
164 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
178 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
183 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
217 GetX(w, h), GetY(w, h),
225 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
230 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGRect.cpp18 GetX(), GetY(), GetWidth(), GetHeight()); in GetValueAsString()
43 wxSVGPoint point1(GetX(), GetY()); in MatrixTransform()
45 wxSVGPoint point2(GetX() + GetWidth(), GetY() + GetHeight()); in MatrixTransform()
50 rect.SetY(point1.GetY() < point2.GetY() ? point1.GetY() : point2.GetY()); in MatrixTransform()
52 …rect.SetHeight(point1.GetY() < point2.GetY() ? point2.GetY() - rect.GetY() : point1.GetY() - rect. in MatrixTransform()
H A DSVGLocatable.cpp78 if (bbox.GetY() > childBBox.GetY()) { in GetChildrenBBox()
79 bbox.SetHeight(bbox.GetHeight() + bbox.GetY() - childBBox.GetY()); in GetChildrenBBox()
80 bbox.SetY(childBBox.GetY()); in GetChildrenBBox()
84 if (bbox.GetY() + bbox.GetHeight() < childBBox.GetY() + childBBox.GetHeight()) in GetChildrenBBox()
85 bbox.SetHeight(childBBox.GetY() + childBBox.GetHeight() - bbox.GetY()); in GetChildrenBBox()
108 if (bbox.GetY() > childBBox.GetY()) { in GetChildrenResultBBox()
109 bbox.SetHeight(bbox.GetHeight() + bbox.GetY() - childBBox.GetY()); in GetChildrenResultBBox()
110 bbox.SetY(childBBox.GetY()); in GetChildrenResultBBox()
114 if (bbox.GetY() + bbox.GetHeight() < childBBox.GetY() + childBBox.GetHeight()) in GetChildrenResultBBox()
115 bbox.SetHeight(childBBox.GetY() + childBBox.GetHeight() - bbox.GetY()); in GetChildrenResultBBox()
H A DSVGPolygonElement.cpp25 wxSVGRect bbox(p0.GetX(), p0.GetY(), 0, 0); in GetBBox()
34 if (bbox.GetY() > pi.GetY()) { in GetBBox()
35 bbox.SetHeight(bbox.GetHeight() + bbox.GetY() - pi.GetY()); in GetBBox()
36 bbox.SetY(pi.GetY()); in GetBBox()
41 if (bbox.GetY() + bbox.GetHeight() < pi.GetY()) in GetBBox()
42 bbox.SetHeight(pi.GetY() - bbox.GetY()); in GetBBox()
H A DSVGPolylineElement.cpp25 wxSVGRect bbox(p0.GetX(), p0.GetY(), 0, 0); in GetBBox()
34 if (bbox.GetY() > pi.GetY()) { in GetBBox()
35 bbox.SetHeight(bbox.GetHeight() + bbox.GetY() - pi.GetY()); in GetBBox()
36 bbox.SetY(pi.GetY()); in GetBBox()
41 if (bbox.GetY() + bbox.GetHeight() < pi.GetY()) in GetBBox()
42 bbox.SetHeight(pi.GetY() - bbox.GetY()); in GetBBox()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGRect.cpp16 return wxString::Format(wxT("%g %g %g %g"), GetX(), GetY(), GetWidth(), GetHeight()); in GetValueAsString()
41 wxSVGPoint point1(GetX(), GetY()); in MatrixTransform()
43 wxSVGPoint point2(GetX() + GetWidth(), GetY() + GetHeight()); in MatrixTransform()
48 rect.SetY(point1.GetY() < point2.GetY() ? point1.GetY() : point2.GetY()); in MatrixTransform()
50 …rect.SetHeight(point1.GetY() < point2.GetY() ? point2.GetY() - rect.GetY() : point1.GetY() - rect. in MatrixTransform()
H A DSVGLocatable.cpp78 if (bbox.GetY() > childBBox.GetY()) { in GetChildrenBBox()
79 bbox.SetHeight(bbox.GetHeight() + bbox.GetY() - childBBox.GetY()); in GetChildrenBBox()
80 bbox.SetY(childBBox.GetY()); in GetChildrenBBox()
84 if (bbox.GetY() + bbox.GetHeight() < childBBox.GetY() + childBBox.GetHeight()) in GetChildrenBBox()
85 bbox.SetHeight(childBBox.GetY() + childBBox.GetHeight() - bbox.GetY()); in GetChildrenBBox()
108 if (bbox.GetY() > childBBox.GetY()) { in GetChildrenResultBBox()
109 bbox.SetHeight(bbox.GetHeight() + bbox.GetY() - childBBox.GetY()); in GetChildrenResultBBox()
110 bbox.SetY(childBBox.GetY()); in GetChildrenResultBBox()
114 if (bbox.GetY() + bbox.GetHeight() < childBBox.GetY() + childBBox.GetHeight()) in GetChildrenResultBBox()
115 bbox.SetHeight(childBBox.GetY() + childBBox.GetHeight() - bbox.GetY()); in GetChildrenResultBBox()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddcmirror.h116 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
121 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
130 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
131 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
154 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
168 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
173 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
208 GetX(w, h), GetY(w, h),
216 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
221 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddcmirror.h116 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
121 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
130 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
131 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
154 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
168 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
173 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
208 GetX(w, h), GetY(w, h),
216 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
221 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddcmirror.h116 m_dc.DoDrawPoint(GetX(x, y), GetY(x, y)); in DoDrawPoint()
121 m_dc.DoDrawLine(GetX(x1, y1), GetY(x1, y1), GetX(x2, y2), GetY(x2, y2)); in DoDrawLine()
130 m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1), in DoDrawArc()
131 GetX(x2, y2), GetY(x2, y2), in DoDrawArc()
154 m_dc.DoDrawRectangle(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawRectangle()
168 m_dc.DoDrawEllipse(GetX(x, y), GetY(x, y), GetX(w, h), GetY(w, h)); in DoDrawEllipse()
173 m_dc.DoCrossHair(GetX(x, y), GetY(x, y)); in DoCrossHair()
208 GetX(w, h), GetY(w, h),
216 m_dc.DoGetSize(GetX(w, h), GetY(w, h)); in DoGetSize()
221 m_dc.DoGetSizeMM(GetX(w, h), GetY(w, h)); in DoGetSizeMM()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Elevator.ocd/Case.ocd/
H A DScript.c31 if (clonk->GetY() < elevator->GetY()) return false; in Ready()
33 if (Inside(clonk->GetY(), GetY()-10, GetY()+10)) return false; in Ready()
37 if (clonk->GetY() < GetY()) in Ready()
39 if (!PathFree(GetX(), GetY(), GetX(), clonk->GetY())) return false; in Ready()
40 } else if (!PathFree(GetX(), GetY()+14, GetX(), clonk->GetY())) in Ready()
56 var max_y = clonk->GetY() - GetY(); in DrawCustomInteractionSelector()
207 var diff = Abs(partner->GetY() - GetY()); in FxTryToSyncTimer()
246 var d = GetY() - (elevator->GetY() + 20); in FxElevatorUpperLimitCheckTimer()
305 if(Abs(GetY() - vehicle->GetY()) > 10) return true; in OutOfRange()
593 if (y > GetY()) in FxMoveToTimer()
[all …]
/dports/games/bomns/Bomns-for-Linux-113be27/src/
H A Dai.cpp61 if(g_anLevel[GetX() / 10][GetY() / 10 - 1] == OBJ_WALL) //running into wall in Update()
63 if(g_anLevel[GetX() / 10 - 1][GetY() / 10] != OBJ_WALL) in Update()
70 if(Move(UP, g_Player1.GetX(), g_Player1.GetY())) in Update()
79 if(g_anLevel[GetX() / 10 - 1][GetY() / 10] != OBJ_WALL) in Update()
86 if(Move(DOWN, g_Player1.GetX(), g_Player1.GetY())) in Update()
93 if(g_anLevel[GetX() / 10 - 1][GetY() / 10] == OBJ_WALL) in Update()
95 if(g_anLevel[GetX() / 10][GetY() / 10 - 1] != OBJ_WALL) in Update()
102 if(Move(LEFT, g_Player1.GetX(), g_Player1.GetY())) in Update()
111 if(g_anLevel[GetX() / 10][GetY() / 10 - 1] != OBJ_WALL) in Update()
118 if(Move(RIGHT, g_Player1.GetX(), g_Player1.GetY())) in Update()
[all …]
/dports/deskutils/moregroupware/moregroupware/modules/contact/inc/
H A Dpdf.class.php31 $this->Line(10,$this->GetY()+2,200,$this->GetY()+2);
35 $this->Text(20,$this->GetY()+7,Lang::getLanguageString("pdfname"));
37 $this->Text($this->GetX(),$this->GetY()+7,Lang::getLanguageString("pdfno"));
39 $this->Text($this->GetX(),$this->GetY()+7,Lang::getLanguageString("pdfmobile"));
40 $this->Line(10,$this->GetY()+9,200,$this->GetY()+9);
55 $this->Line(10,$this->GetY(),200,$this->GetY());
56 …$this->Text(10,$this->GetY()+4,date($_SESSION["MGW"]->settings["datefmt"]." ".$_SESSION["MGW"]->se…
57 $this->Text(100,$this->GetY()+4,Lang::getLanguageString("pdfpage")." ".$this->PageNo()."/{nb}");
66 $y=$this->GetY()+3;
86 $y=$this->GetY()+3;
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkRect.h171 if (point[1] < this->GetY()) in AddPoint()
173 T dy = this->GetY() - point[1]; in AddPoint()
221 if (rect.GetY() < this->GetY()) in AddRect()
223 T dy = this->GetY() - rect.GetY(); in AddRect()
224 this->SetY(rect.GetY()); in AddRect()
227 else if (rect.GetY() > this->GetY()) in AddRect()
229 T dy = rect.GetY() - this->GetY(); in AddRect()
261 if (rect.GetY() < this->GetY()) in IntersectsWith()
263 T dy = this->GetY() - rect.GetY(); in IntersectsWith()
266 else if (rect.GetY() > this->GetY()) in IntersectsWith()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkRect.h179 if (point[1] < this->GetY()) in AddPoint()
181 T dy = this->GetY() - point[1]; in AddPoint()
229 if (rect.GetY() < this->GetY()) in AddRect()
231 T dy = this->GetY() - rect.GetY(); in AddRect()
232 this->SetY(rect.GetY()); in AddRect()
235 else if (rect.GetY() > this->GetY()) in AddRect()
237 T dy = rect.GetY() - this->GetY(); in AddRect()
269 if (rect.GetY() < this->GetY()) in IntersectsWith()
271 T dy = this->GetY() - rect.GetY(); in IntersectsWith()
274 else if (rect.GetY() > this->GetY()) in IntersectsWith()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/Windmill.ocs/System.ocg/
H A DGetBoardingPoint.c21 if (this->GetY() > target->GetY()) in GetBoardingPoint()
28 y = this->GetY() / 2; in GetBoardingPoint()
31 y = this->GetY() / 2; in GetBoardingPoint()
43 var ydist = target->GetY() - GetY(); in GetBoardingPoint()
45 y = target->GetY() - (ydist * 30) / dist; in GetBoardingPoint()
49 if (IslandRectangle->IsPointContained(this->GetX(), this->GetY())) in GetBoardingPoint()
53 y = this->GetY(); in GetBoardingPoint()
63 return IslandRectangle->IsPointContained(ship->GetX(), ship->GetY()); in InsideIslandRectangle()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Elevator.ocd/
H A DScript.c18 case->SetPosition(case->GetX(), GetY()-10); in CreateShaft()
19 ClearFreeRect(GetX() + 7 - 38*GetDir(), GetY() + 20, 24, length + 13); in CreateShaft()
21 case->SetPosition(case->GetX(), GetY()+20); in CreateShaft()
36 if (case) case->SetPosition(GetX() -19 * GetCalcDir(), case->GetY()); in SetDir()
61 if (case) case->SetPosition(GetX() + GetCaseXOff(), case->GetY()); in EditCursorMoved()
62 if (rope) rope->SetPosition(GetX() + GetCaseXOff(), GetY() - 13); in EditCursorMoved()
91 if (Inside(partner->GetY(), GetY()-3, GetY()+3)) in Initialize()
94 SetPosition(GetX(), partner->GetY()); in Initialize()
292 if (ObjectDistance(partner) > 62 || !Inside(partner->GetY(), GetY()-1, GetY()+1)) in CheckSlavery()
309 if (case && case->GetY() > GetY() + 20) in SaveScenarioObject()
[all …]

12345678910>>...111