Home
last modified time | relevance | path

Searched refs:GetRightEdge (Results 1 – 14 of 14) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GWTreePlugin/GWTree/
H A DPartner.cs32 right = GetRightEdge(); in GetPivot()
48 var right = GetRightEdge(); in ShiftPivot()
H A DPair.cs54 public override Node GetRightEdge() in GetRightEdge() method in GWTree.Pair
71 right = GetRightEdge(); in GetPivot()
H A DChildren.cs71 rightRes = right.SelfFamily.Pair.GetRightEdge(); in GetRightPartner()
92 public override Node GetRightEdge() in GetRightEdge() method in GWTree.Children
H A DTreeModel.cs288 rightOrder = nd.ParentFamily.Pair.GetRightEdge().Order; in AddParents()
321 spOrder = pair.GetRightEdge().Order + 1; in AddSpouse()
349 var right = family.Children.GetRightEdge(); in AddChild()
H A DGroup.cs57 public virtual Node GetRightEdge() in GetRightEdge() method in GWTree.Group
H A DFamily.cs53 public override Node GetRightEdge() in GetRightEdge() method in GWTree.Family
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Droom.cpp43 SCRIPT_METHOD(Room::get_RightEdge, Room::GetRightEdge); in AGS_EngineStartup()
92 void Room::GetRightEdge(ScriptMethodParams &params) { in GetRightEdge() function in AGS3::Plugins::Core::Room
H A Droom.h48 void GetRightEdge(ScriptMethodParams &params);
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLTableCellElement.cc345 if (leftSibling) cell->aGroup[k - 1].rightEdge = leftSibling->GetRightEdge();
349 if (k == cell->nAlignGroup - 1) cell->aGroup[k].rightEdge = GetRightEdge();
391 if (frame) alignPoint = frame->GetRightEdge();
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dgame_volume.h105 PXreal GetRightEdge() const { return (m_fRightEdge); } in GetRightEdge() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Constructor.ocd/ConstructionPreviewer.ocd/
H A DScript.c86 …if (!(other_site->GetLeftEdge() > GetX()+dimension_x/2 || other_site->GetRightEdge() < GetX()-dime… in AdjustPreview()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Constructor.ocd/
H A DScript.c151 other_site->GetRightEdge() < GetX()+x-structure_id->GetDefWidth()/2 || in CreateConstructionSite()
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datsynedit_carets.pas61 function GetRightEdge: TPoint;
458 function TATCaretItem.GetRightEdge: TPoint; in GetRightEdge() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DObject.c441 global func GetRightEdge() in GetRightEdge() function