Home
last modified time | relevance | path

Searched refs:GetLeft (Results 1 – 25 of 1547) sorted by relevance

12345678910>>...62

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLandSmoothAction.cpp327 auto l = std::max(normRange.GetLeft(), 32); in SmoothLand()
415 for (int32_t x = validRange.GetLeft(); x <= validRange.GetRight(); x += COORDS_XY_STEP) in SmoothLand()
481 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 32, 0, 3, 0); in SmoothLand()
483 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 0, 32, 1, 0); in SmoothLand()
486 … isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, -32, 0, 0, 3); in SmoothLand()
494 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 32, 0, 2, 1); in SmoothLand()
502 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 0, 32, 1, 0); in SmoothLand()
512 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 32, 0, 2, 1); in SmoothLand()
515 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 0, 32, 2, 3); in SmoothLand()
522 isExecuting, { validRange.GetLeft(), validRange.GetTop() }, z, 0, 32, 2, 3); in SmoothLand()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dcaret.hxx70 long GetLeft() const {return _left;} in GetLeft() function in SmCaretLine
73 return (GetLeft() - line.GetLeft()) * (GetLeft() - line.GetLeft()); in SquaredDistanceX()
76 return (GetLeft() - pos.X()) * (GetLeft() - pos.X()); in SquaredDistanceX()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/gqb/
H A DgqbGridRestTable.cpp230 dc.DrawLine(rectButton.GetLeft(), rectButton.GetBottom(), in Draw()
236 dc.DrawLine(rectButton.GetLeft() + 1, rectButton.GetBottom() - 1, in Draw()
243 rectButton.GetLeft() + 1, rectButton.GetTop() + 1); in Draw()
244 dc.DrawLine(rectButton.GetLeft() + 1, rectButton.GetTop() + 1, in Draw()
245 rectButton.GetLeft() + 1, rectButton.GetBottom() - 1); in Draw()
262 rectCell.GetLeft(), rectCell.GetTop()); in Draw()
307 dc.DrawLine(rectButton.GetLeft(), rectButton.GetBottom(), in Draw()
313 dc.DrawLine(rectButton.GetLeft() + 1, rectButton.GetBottom() - 1, in Draw()
320 rectButton.GetLeft() + 1, rectButton.GetTop() + 1); in Draw()
321 dc.DrawLine(rectButton.GetLeft() + 1, rectButton.GetTop() + 1, in Draw()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dcaret.hxx70 tools::Long GetLeft() const { return _left; } in GetLeft() function in SmCaretLine
74 return (GetLeft() - line.GetLeft()) * (GetLeft() - line.GetLeft()); in SquaredDistanceX()
78 return (GetLeft() - pos.X()) * (GetLeft() - pos.X()); in SquaredDistanceX()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/table/
H A Dswtablerep.cxx43 nEnd = rTabCol[ i ] - rTabCol.GetLeft(); in SwTableRep()
50 m_aTColumns[ m_nAllCols ].nWidth = rTabCol.GetRight() - rTabCol.GetLeft() - nStart; in SwTableRep()
62 tools::Long nOldLeft = rTabCols.GetLeft(), in FillTabCols()
85 const SwTwips nEnd = rTabCols[i] - rTabCols.GetLeft(); in FillTabCols()
90 pOldTColumns[m_nAllCols - 1].nWidth = rTabCols.GetRight() - rTabCols.GetLeft() - nStart; in FillTabCols()
130 rTabCols[i] = nPos + rTabCols.GetLeft(); in FillTabCols()
137 if(std::abs(nOldLeft - rTabCols.GetLeft()) < 3) in FillTabCols()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/table/
H A Dswtablerep.cxx72 nEnd = rTabCol[ i ] - rTabCol.GetLeft(); in SwTableRep()
79 m_pTColumns[ m_nAllCols ].nWidth = rTabCol.GetRight() - rTabCol.GetLeft() - nStart; in SwTableRep()
91 long nOldLeft = rTabCols.GetLeft(), in FillTabCols()
114 const SwTwips nEnd = rTabCols[i] - rTabCols.GetLeft(); in FillTabCols()
119 pOldTColumns[m_nAllCols - 1].nWidth = rTabCols.GetRight() - rTabCols.GetLeft() - nStart; in FillTabCols()
159 rTabCols[i] = nPos + rTabCols.GetLeft(); in FillTabCols()
166 if(std::abs(nOldLeft - rTabCols.GetLeft()) < 3) in FillTabCols()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkBSPIntersections.cxx152 if (kd->GetLeft() == nullptr) in SelfRegister()
164 fail = this->SelfRegister(kd->GetLeft()); in SelfRegister()
179 if (kd->GetLeft() != nullptr) in NumberOfLeafNodes()
181 int numLeft = vtkBSPIntersections::NumberOfLeafNodes(kd->GetLeft()); in NumberOfLeafNodes()
195 if (kd->GetLeft() == nullptr) in SetIDRanges()
202 vtkBSPIntersections::SetIDRanges(kd->GetLeft(), min, max); in SetIDRanges()
317 if (node->GetLeft() == nullptr) in _IntersectsBox()
385 if (node->GetLeft() == nullptr) in _IntersectsSphere2()
391 nnodes1 = _IntersectsSphere2(node->GetLeft(), ids, len, x, y, z, rSquared); in _IntersectsSphere2()
451 if (node->GetLeft()) in _IntersectsCell()
[all …]
H A DvtkBSPCuts.cxx107 vtkKdNode *left = nd->GetLeft(); in DeleteAllDescendants()
110 if (left && left->GetLeft()) in DeleteAllDescendants()
115 if (right && right->GetLeft()) in DeleteAllDescendants()
211 if (kd->GetLeft()) in CountNodes()
228 if (kd->GetLeft()) in WriteArray()
232 vtkKdNode *left = kd->GetLeft(); in WriteArray()
397 if (kd->GetLeft()) in SetMinMaxId()
399 vtkBSPCuts::SetMinMaxId(kd->GetLeft()); in SetMinMaxId()
409 int min1 = kd->GetLeft()->GetMinID(); in SetMinMaxId()
410 int max1 = kd->GetLeft()->GetMaxID(); in SetMinMaxId()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkBSPIntersections.cxx150 if (kd->GetLeft() == nullptr) in SelfRegister()
162 fail = this->SelfRegister(kd->GetLeft()); in SelfRegister()
177 if (kd->GetLeft() != nullptr) in NumberOfLeafNodes()
179 int numLeft = vtkBSPIntersections::NumberOfLeafNodes(kd->GetLeft()); in NumberOfLeafNodes()
193 if (kd->GetLeft() == nullptr) in SetIDRanges()
200 vtkBSPIntersections::SetIDRanges(kd->GetLeft(), min, max); in SetIDRanges()
310 if (node->GetLeft() == nullptr) in _IntersectsBox()
316 nnodes1 = _IntersectsBox(node->GetLeft(), ids, len, x0, x1, y0, y1, z0, z1); in _IntersectsBox()
375 if (node->GetLeft() == nullptr) in _IntersectsSphere2()
381 nnodes1 = _IntersectsSphere2(node->GetLeft(), ids, len, x, y, z, rSquared); in _IntersectsSphere2()
[all …]
H A DvtkBSPCuts.cxx107 vtkKdNode* left = nd->GetLeft(); in DeleteAllDescendants()
110 if (left && left->GetLeft()) in DeleteAllDescendants()
115 if (right && right->GetLeft()) in DeleteAllDescendants()
210 if (kd->GetLeft()) in CountNodes()
227 if (kd->GetLeft()) in WriteArray()
231 vtkKdNode* left = kd->GetLeft(); in WriteArray()
394 if (kd->GetLeft()) in SetMinMaxId()
396 vtkBSPCuts::SetMinMaxId(kd->GetLeft()); in SetMinMaxId()
406 int min1 = kd->GetLeft()->GetMinID(); in SetMinMaxId()
407 int max1 = kd->GetLeft()->GetMaxID(); in SetMinMaxId()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkBSPIntersections.cxx152 if (kd->GetLeft() == NULL) in SelfRegister()
164 fail = this->SelfRegister(kd->GetLeft()); in SelfRegister()
179 if (kd->GetLeft() != NULL) in NumberOfLeafNodes()
181 int numLeft = vtkBSPIntersections::NumberOfLeafNodes(kd->GetLeft()); in NumberOfLeafNodes()
195 if (kd->GetLeft() == NULL) in SetIDRanges()
202 vtkBSPIntersections::SetIDRanges(kd->GetLeft(), min, max); in SetIDRanges()
317 if (node->GetLeft() == NULL) in _IntersectsBox()
385 if (node->GetLeft() == NULL) in _IntersectsSphere2()
391 nnodes1 = _IntersectsSphere2(node->GetLeft(), ids, len, x, y, z, rSquared); in _IntersectsSphere2()
451 if (node->GetLeft()) in _IntersectsCell()
[all …]
H A DvtkBSPCuts.cxx111 vtkKdNode *left = nd->GetLeft(); in DeleteAllDescendants()
114 if (left && left->GetLeft()) in DeleteAllDescendants()
119 if (right && right->GetLeft()) in DeleteAllDescendants()
215 if (kd->GetLeft()) in CountNodes()
232 if (kd->GetLeft()) in WriteArray()
236 vtkKdNode *left = kd->GetLeft(); in WriteArray()
401 if (kd->GetLeft()) in SetMinMaxId()
403 vtkBSPCuts::SetMinMaxId(kd->GetLeft()); in SetMinMaxId()
413 int min1 = kd->GetLeft()->GetMinID(); in SetMinMaxId()
414 int max1 = kd->GetLeft()->GetMaxID(); in SetMinMaxId()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pagelayout_editor/tools/
H A Dpl_selection.cpp44 else if( currentItemBB.GetLeft() < topLeftItemBB.GetLeft() ) in GetTopLeftItem()
49 else if( topLeftItemBB.GetLeft() == currentItemBB.GetLeft() in GetTopLeftItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dcolmgr.cxx45 sal_uInt32 const borders = col.GetLeft() + col.GetRight(); in FitToActualSize()
50 if (col.GetLeft() < col.GetRight()) in FitToActualSize()
52 auto const shrinkLeft = std::min(sal_uInt32(col.GetLeft()), half); in FitToActualSize()
53 col.SetLeft(col.GetLeft() - shrinkLeft); in FitToActualSize()
59 col.SetLeft(col.GetLeft() - (shrink - shrinkRight)); in FitToActualSize()
86 nRet = rCols[nPos].GetRight() + rCols[nPos + 1].GetLeft(); in GetGutterWidth()
144 nWidth = nWidth - o3tl::narrowing<sal_uInt16>(rLR.GetLeft()); in SwColMgr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dcolmgr.cxx45 sal_uInt32 const borders = col.GetLeft() + col.GetRight(); in FitToActualSize()
50 if (col.GetLeft() < col.GetRight()) in FitToActualSize()
52 auto const shrinkLeft = std::min(sal_uInt32(col.GetLeft()), half); in FitToActualSize()
53 col.SetLeft(col.GetLeft() - shrinkLeft); in FitToActualSize()
59 col.SetLeft(col.GetLeft() - (shrink - shrinkRight)); in FitToActualSize()
86 nRet = rCols[nPos].GetRight() + rCols[nPos + 1].GetLeft(); in GetGutterWidth()
145 nWidth = nWidth - static_cast<sal_uInt16>(rLR.GetLeft()); in SwColMgr()
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dlivehashtree.cpp54 Node *Node::GetLeft() in GetLeft() function in Node
140 if (n->GetLeft() != NULL) { in FreeTree()
141 FreeTree(n->GetLeft()); in FreeTree()
157 if (par->GetLeft() == n) in PruneTree()
360 ComputeTree(start->GetLeft()); in ComputeTree()
362 if (!start->GetLeft()->GetVerified()) in ComputeTree()
645 iter = iter->GetLeft(); in CreateAndVerifyNode()
729 if (piter->GetLeft() == NULL) in CreateAndVerifyNode()
974 iter = iter->GetLeft(); in FindNode()
1051 if (n->GetLeft() != NULL) { in sane_node()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/util/
H A DHighsSplay.h26 template <typename KeyT, typename GetLeft, typename GetRight, typename GetKey>
27 int highs_splay(const KeyT& key, int root, GetLeft&& get_left, in highs_splay()
80 template <typename GetLeft, typename GetRight, typename GetKey>
81 void highs_splay_link(int linknode, int& root, GetLeft&& get_left, in highs_splay_link()
108 template <typename GetLeft, typename GetRight, typename GetKey>
109 void highs_splay_unlink(int unlinknode, int& root, GetLeft&& get_left, in highs_splay_unlink()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfXObject.cpp109 temp = m_rRect.GetLeft(); in PdfXObject()
132 e = - m_rRect.GetLeft(); in PdfXObject()
137 e = m_rRect.GetLeft() + m_rRect.GetWidth(); in PdfXObject()
142 e = m_rRect.GetLeft() + m_rRect.GetWidth(); in PdfXObject()
148 e = - m_rRect.GetLeft(); in PdfXObject()
195 temp = m_rRect.GetLeft(); in PdfXObject()
218 e = - m_rRect.GetLeft(); in PdfXObject()
223 e = m_rRect.GetLeft() + m_rRect.GetWidth(); in PdfXObject()
228 e = m_rRect.GetLeft() + m_rRect.GetWidth(); in PdfXObject()
234 e = - m_rRect.GetLeft(); in PdfXObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocdesc.cxx230 return rDesc.GetLeft(); in getFrameFormat()
247 ? rDesc.GetLeft().GetHeader() in CopyMasterHeader()
322 ? rDesc.GetLeft().GetFooter() in CopyMasterFooter()
449 rDesc.GetLeft().ResetFormatAttr(RES_HEADER); in ChgPageDesc()
452 rDesc.GetLeft().ResetFormatAttr(RES_FOOTER); in ChgPageDesc()
517 const_cast<SwPageDesc&>(rChged).GetLeft()); in ChgPageDesc()
521 ::lcl_DescSetAttr(rChged.GetLeft(), in ChgPageDesc()
636 ::lcl_DescSetAttr( rChged.GetLeft(), rDesc.GetLeft() ); in ChgPageDesc()
646 rDesc.GetLeft().CallSwClientNotify(aHint); in ChgPageDesc()
992 SwFrameFormat& rLeft = rDesc.GetLeft(); in CheckDefaultPageFormat()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dwx_panel.cpp55 dc.DrawLine( rect.GetLeft(), rect.GetTop(), rect.GetLeft(), rect.GetBottom() ); in OnPaint()
61 dc.DrawLine( rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetTop() ); in OnPaint()
64 dc.DrawLine( rect.GetLeft(), rect.GetBottom(), rect.GetRight(), rect.GetBottom() ); in OnPaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewtab.cxx181 rLRSpace.SetRight( rLRSpace.GetLeft() ); in SwapPageMargin()
214 nVal = pCol->GetLeft(); in ResizeFrameCols()
350 aLongLR.SetLeft( nOld > aLongLR.GetLeft() ? 0 : aLongLR.GetLeft() - nOld ); in ExecTabWin()
354 aLR.SetLeft(aLongLR.GetLeft()); in ExecTabWin()
399 aLR.SetLeft(aLongLR.GetLeft()); in ExecTabWin()
418 aLR.SetLeft(aLongLR.GetLeft()); in ExecTabWin()
593 const long nLeft = aLR.GetLeft(); in ExecTabWin()
1113 aLR.SetLeft(aLongLR.GetLeft()); in ExecTabWin()
1166 aLR.SetLeft(aLongLR.GetLeft()); in ExecTabWin()
1426 aTmpPageLRSpace.GetLeft(), in StateTabWin()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DRammingChart.cpp23 …dc.DrawText(_(L("NO RAMMING AT ALL")),wxPoint(m_rect.GetLeft()+m_rect.GetWidth()/2-legend_side,m_r… in draw()
32 …dc.DrawLine(m_rect.GetLeft()+1+i,(m_line_to_draw)[i],m_rect.GetLeft()+1+i,m_rect.GetBottom()); … in draw()
37 … dc.DrawLine(m_rect.GetLeft()+i,(m_line_to_draw)[i],m_rect.GetLeft()+i+1,(m_line_to_draw)[i+1]); in draw()
39 … dc.DrawLine(m_rect.GetLeft()+i,(m_line_to_draw)[i],m_rect.GetLeft()+i+1,(m_line_to_draw)[i]); in draw()
40 … dc.DrawLine(m_rect.GetLeft()+i+1,(m_line_to_draw)[i],m_rect.GetLeft()+i+1,(m_line_to_draw)[i+1]); in draw()
68 int x = m_rect.GetLeft(); in draw()
80 …dc.DrawText(label,wxPoint(0.5*(m_rect.GetRight()+m_rect.GetLeft())-text_width/2.f, m_rect.GetBotto… in draw()
209 for (int x=m_rect.GetLeft(); x<=m_rect.GetRight() ; ++x) { in recalculate_line()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DImageListBox.cpp82 dc.DrawBitmap(img, rect.GetLeft() + m_border.x, rect.GetTop() + m_border.y, true); in drawItem()
92 …xControl::Ellipsize(ttl, dc, wxELLIPSIZE_MIDDLE, rect.GetWidth() - (rect.GetLeft() + m_imageSize.x… in drawItem()
93 dc.DrawText(shortTtl, rect.GetLeft() + m_imageSize.x + 8, yOff); in drawItem()
98 …xControl::Ellipsize(sub, dc, wxELLIPSIZE_MIDDLE, rect.GetWidth() - (rect.GetLeft() + m_imageSize.x… in drawItem()
99 dc.DrawText(shortSub, rect.GetLeft() + m_imageSize.x + 8, yOff); in drawItem()
128 dc.DrawLine(rect.GetLeft(), rect.GetBottom(), rect.GetRight(), rect.GetBottom()); in OnDrawSeparator()
H A DBorderPanel.cpp59 dc.DrawLine(rect.GetLeft(), rect.GetTop(), rect.GetLeft(), rect.GetBottom()); in OnPaint()
61 dc.DrawLine(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetTop()); in OnPaint()
65 dc.DrawLine(rect.GetLeft(), rect.GetBottom(), rect.GetRight(), rect.GetBottom()); in OnPaint()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dview_histogram.cpp236 …Draw_FillRect(dc, wxColour(222, 222, 222), r.GetLeft() + ax, r.GetBottom(), r.GetLeft() + bx, r.Ge… in Draw_Histogram()
245 int ax = r.GetLeft(), ay = r.GetBottom(); in Draw_Histogram()
253 int bx = ax; ax = r.GetLeft() + (int)(dx * (iClass + 1.)); in Draw_Histogram()
273 int ix = r.GetLeft() + (int)(((X) - Minimum) / dx);\ in Draw_Histogram()
309 dc.DrawLine(r.GetLeft() + i - 1, r.GetBottom() - ay, r.GetLeft() + i, r.GetBottom() - y); in Draw_Histogram()
353 int ix = r.GetLeft() + (int)(dx * (0.5 + iClass)); in Draw_Frame()
366 Draw_Scale(dc, wxRect(r.GetLeft(), r.GetBottom(), r.GetWidth(), 20), in Draw_Frame()
386 int ix = r.GetLeft() + (int)(dx * i); in Draw_Frame()
402 wxPoint(r.GetLeft () + m_Margin_Left, r.GetTop () + 10), in Draw_Get_rDiagram()
408 wxPoint(r.GetLeft () + m_Margin_Left, r.GetTop () + 10), in Draw_Get_rDiagram()
[all …]

12345678910>>...62