Home
last modified time | relevance | path

Searched refs:GetH (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dregion.h87 wxCoord GetH() const;
88 wxCoord GetHeight() const { return GetH(); } in GetHeight()
90 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dregion.h87 wxCoord GetH() const;
88 wxCoord GetHeight() const { return GetH(); } in GetHeight()
90 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dregion.h87 wxCoord GetH() const;
88 wxCoord GetHeight() const { return GetH(); } in GetHeight()
90 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dregion.h87 wxCoord GetH() const;
88 wxCoord GetHeight() const { return GetH(); } in GetHeight()
90 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dregion.h86 wxCoord GetH() const;
87 wxCoord GetHeight() const { return GetH(); } in GetHeight()
89 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dregion.h86 wxCoord GetH() const;
87 wxCoord GetHeight() const { return GetH(); } in GetHeight()
89 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dregion.h86 wxCoord GetH() const;
87 wxCoord GetHeight() const { return GetH(); } in GetHeight()
89 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/design/
H A Dfrmfpreportalignelements.pp35 function GetH: THAlignAction; override;
40 Property Horizontal : THAlignAction Read GetH Write SetH;
58 function TAlignForm.GetH: THAlignAction;
H A Dreportdesignbaseforms.pp42 function GetH: TSizeAdjust; virtual; abstract;
51 Property Horizontal : TSizeAdjust Read GetH Write SetH;
60 function GetH: THAlignAction; virtual; abstract;
65 Property Horizontal : THAlignAction Read GetH Write SetH;
/dports/editors/lazarus-qt5/lazarus/components/fpreport/design/
H A Dfrmfpreportalignelements.pp35 function GetH: THAlignAction; override;
40 Property Horizontal : THAlignAction Read GetH Write SetH;
58 function TAlignForm.GetH: THAlignAction;
H A Dreportdesignbaseforms.pp42 function GetH: TSizeAdjust; virtual; abstract;
51 Property Horizontal : TSizeAdjust Read GetH Write SetH;
60 function GetH: THAlignAction; virtual; abstract;
65 Property Horizontal : THAlignAction Read GetH Write SetH;
/dports/editors/lazarus/lazarus/components/fpreport/design/
H A Dfrmfpreportalignelements.pp35 function GetH: THAlignAction; override;
40 Property Horizontal : THAlignAction Read GetH Write SetH;
58 function TAlignForm.GetH: THAlignAction;
H A Dreportdesignbaseforms.pp42 function GetH: TSizeAdjust; virtual; abstract;
51 Property Horizontal : TSizeAdjust Read GetH Write SetH;
60 function GetH: THAlignAction; virtual; abstract;
65 Property Horizontal : THAlignAction Read GetH Write SetH;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/design/
H A Dfrmfpreportalignelements.pp35 function GetH: THAlignAction; override;
40 Property Horizontal : THAlignAction Read GetH Write SetH;
58 function TAlignForm.GetH: THAlignAction;
H A Dreportdesignbaseforms.pp42 function GetH: TSizeAdjust; virtual; abstract;
51 Property Horizontal : TSizeAdjust Read GetH Write SetH;
60 function GetH: THAlignAction; virtual; abstract;
65 Property Horizontal : THAlignAction Read GetH Write SetH;
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/
H A Dregion.h155 wxCoord GetH() const;
156 wxCoord GetHeight() const { return GetH(); } in GetHeight()
158 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); } in GetRect()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dregion.h71 long GetH() const;
72 long GetHeight() const { return GetH(); } in GetHeight()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dregion.h71 long GetH() const;
72 long GetHeight() const { return GetH(); } in GetHeight()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dregion.h71 long GetH() const;
72 long GetHeight() const { return GetH(); } in GetHeight()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dregion.h71 long GetH() const;
72 long GetHeight() const { return GetH(); } in GetHeight()
/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dtest_pointrect.cc109 EXPECT_TRUE(r.GetX() == 1 && r.GetY() == 2 && r.GetW() == 3 && r.GetH() == 4);
122 EXPECT_TRUE(r.GetX() == 5 && r.GetY() == 6 && r.GetW() == 7 && r.GetH() == 8);
128 EXPECT_TRUE(r.GetX() == 9 && r.GetY() == 10 && r.GetW() == 11 && r.GetH() == 12);
140 EXPECT_TRUE(r.GetX() == 17 && r.GetY() == 18 && r.GetW() == 19 && r.GetH() == 20);
151 EXPECT_TRUE(r.GetX() == 25 && r.GetY() == 26 && r.GetW() == 27 && r.GetH() == 28);
163 EXPECT_TRUE(r.GetW() == 16 && r.GetH() == 31);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dregion.h73 long GetH() const;
74 long GetHeight() const { return GetH(); } in GetHeight()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dregion.h73 long GetH() const;
74 long GetHeight() const { return GetH(); } in GetHeight()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DANCFBeamBE2D.h61 virtual void GetH(Matrix& H);
62 virtual void GetIntDuDq(Matrix& dudq) { GetH(dudq); } in GetIntDuDq()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dregion.h73 long GetH() const;
74 long GetHeight() const { return GetH(); } in GetHeight()

12345678910