Home
last modified time | relevance | path

Searched defs:GeometryInfo (Results 1 – 21 of 21) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dgeometry_info.cc83 template struct GeometryInfo<1>; variable
84 template struct GeometryInfo<2>; variable
85 template struct GeometryInfo<3>; variable
86 template struct GeometryInfo<4>; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/private/
H A Dlistctrl.h172 struct GeometryInfo struct
175 wxRect m_rectAll;
178 wxRect m_rectLabel;
181 wxRect m_rectIcon;
184 wxRect m_rectHighlight;
187 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/private/
H A Dlistctrl.h172 struct GeometryInfo struct
175 wxRect m_rectAll;
178 wxRect m_rectLabel;
181 wxRect m_rectIcon;
184 wxRect m_rectHighlight;
187 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/private/
H A Dlistctrl.h172 struct GeometryInfo struct
175 wxRect m_rectAll;
178 wxRect m_rectLabel;
181 wxRect m_rectIcon;
184 wxRect m_rectHighlight;
187 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dmeshmanager.h39 GeometryInfo(const std::string _source, in GeometryInfo() function
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dmeshmanager.h39 GeometryInfo(const std::string _source, in GeometryInfo() function
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/
H A Dmagick_compat.c66 #define GeometryInfo GMPrivateGeometryInfo macro
84 } GeometryInfo; typedef
/dports/graphics/py-wand/Wand-0.6.7/wand/cdefs/
H A Dstructures.py64 class GeometryInfo(Structure): class
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DGeometryInfo.java128 public class GeometryInfo { class
210 public GeometryInfo(int primitive) in GeometryInfo() method in GeometryInfo
231 public GeometryInfo(GeometryArray ga) in GeometryInfo() method in GeometryInfo
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dgeometry.h114 } GeometryInfo; typedef
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dgeometry.h114 } GeometryInfo; typedef
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dgeometry.h113 } GeometryInfo; typedef
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dgeometry.h113 } GeometryInfo; typedef
/dports/net-p2p/amule/aMule-2.3.3/src/extern/wxWidgets/
H A Dlistctrl.cpp255 struct GeometryInfo struct in MuleExtern::wxListLineData
258 wxRect m_rectAll;
261 wxRect m_rectLabel;
264 wxRect m_rectIcon;
267 wxRect m_rectHighlight;
270 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp256 struct GeometryInfo struct in wxListLineData
259 wxRect m_rectAll;
262 wxRect m_rectLabel;
265 wxRect m_rectIcon;
268 wxRect m_rectHighlight;
271 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp256 struct GeometryInfo struct in wxListLineData
259 wxRect m_rectAll;
262 wxRect m_rectLabel;
265 wxRect m_rectIcon;
268 wxRect m_rectHighlight;
271 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp256 struct GeometryInfo struct in wxListLineData
259 wxRect m_rectAll;
262 wxRect m_rectLabel;
265 wxRect m_rectIcon;
268 wxRect m_rectHighlight;
271 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dlistctrl.cpp256 struct GeometryInfo struct in wxListLineData
259 wxRect m_rectAll;
262 wxRect m_rectLabel;
265 wxRect m_rectIcon;
268 wxRect m_rectHighlight;
271 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/extern/wxWidgets/
H A Dlistctrl.cpp255 struct GeometryInfo struct in MuleExtern::wxListLineData
258 wxRect m_rectAll;
261 wxRect m_rectLabel;
264 wxRect m_rectIcon;
267 wxRect m_rectHighlight;
270 void ExtendWidth(wxCoord w) in ExtendWidth()
/dports/x11/xkbcomp/xkbcomp-1.4.5/
H A Dgeometry.c247 } GeometryInfo; typedef
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dultimatelistctrl.py3680 class GeometryInfo(object): class