Home
last modified time | relevance | path

Searched refs:m_auto_detect (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/agg/agg-2.5/examples/
H A Dconv_contour.cpp26 agg::cbox_ctrl<agg::rgba8> m_auto_detect; member in the_application
34m_auto_detect(130 + 10.0, 10.0 + 4.0 + 16.0, "Autodetect orientation if not defined", !flip_y) in the_application()
47 add_ctrl(m_auto_detect); in the_application()
134 contour.auto_detect_orientation(m_auto_detect.status()); in on_draw()
142 agg::render_ctrl(ras, sl, renb, m_auto_detect); in on_draw()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vcgen_contour.pas71 m_auto_detect : boolean;
133 m_auto_detect:=false;
197 m_auto_detect:=v;
246 result:=m_auto_detect;
302 if m_auto_detect then
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_vcgen_contour.pas71 m_auto_detect : boolean;
133 m_auto_detect:=false;
197 m_auto_detect:=v;
246 result:=m_auto_detect;
302 if m_auto_detect then
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_vcgen_contour.pas71 m_auto_detect : boolean;
133 m_auto_detect:=false;
197 m_auto_detect:=v;
246 result:=m_auto_detect;
302 if m_auto_detect then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vcgen_contour.pas71 m_auto_detect : boolean;
133 m_auto_detect:=false;
197 m_auto_detect:=v;
246 result:=m_auto_detect;
302 if m_auto_detect then
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; } in auto_detect_orientation()
66 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
89 bool m_auto_detect; variable
/dports/graphics/agg/agg-2.5/include/
H A Dagg_vcgen_contour.h74 void auto_detect_orientation(bool v) { m_auto_detect = v; } in auto_detect_orientation()
75 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
98 bool m_auto_detect; variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; } in auto_detect_orientation()
66 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
89 bool m_auto_detect; variable
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; } in auto_detect_orientation()
66 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
89 bool m_auto_detect; variable
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; } in auto_detect_orientation()
66 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
89 bool m_auto_detect; variable
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_vcgen_contour.h65 void auto_detect_orientation(bool v) { m_auto_detect = v; } in auto_detect_orientation()
66 bool auto_detect_orientation() const { return m_auto_detect; } in auto_detect_orientation()
89 bool m_auto_detect; variable
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dconv_contour.dpr47 m_auto_detect : cbox_ctrl;
67m_auto_detect.Construct(130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Autodetect orientation if not defined' ,no…
83 add_ctrl(@m_auto_detect );
94 m_auto_detect.Destruct;
214 contour.auto_detect_orientation_(m_auto_detect._status );
227 render_ctrl(@ras ,@sl ,@ren ,@m_auto_detect );
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dconv_contour.dpr47 m_auto_detect : cbox_ctrl;
67m_auto_detect.Construct(130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Autodetect orientation if not defined' ,no…
83 add_ctrl(@m_auto_detect );
94 m_auto_detect.Destruct;
214 contour.auto_detect_orientation_(m_auto_detect._status );
227 render_ctrl(@ras ,@sl ,@ren ,@m_auto_detect );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dconv_contour.dpr47 m_auto_detect : cbox_ctrl;
67m_auto_detect.Construct(130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Autodetect orientation if not defined' ,no…
83 add_ctrl(@m_auto_detect );
94 m_auto_detect.Destruct;
214 contour.auto_detect_orientation_(m_auto_detect._status );
227 render_ctrl(@ras ,@sl ,@ren ,@m_auto_detect );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dconv_contour.dpr47 m_auto_detect : cbox_ctrl;
67m_auto_detect.Construct(130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Autodetect orientation if not defined' ,no…
83 add_ctrl(@m_auto_detect );
94 m_auto_detect.Destruct;
214 contour.auto_detect_orientation_(m_auto_detect._status );
227 render_ctrl(@ras ,@sl ,@ren ,@m_auto_detect );
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/src/
H A Dagg_vcgen_contour.cpp36 m_auto_detect(false) in vcgen_contour()
83 if(m_auto_detect) in rewind()
/dports/graphics/agg/agg-2.5/src/
H A Dagg_vcgen_contour.cpp41 m_auto_detect(false) in vcgen_contour()
88 if(m_auto_detect) in rewind()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/
H A Dagg_vcgen_contour.cpp36 m_auto_detect(false) in vcgen_contour()
83 if(m_auto_detect) in rewind()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/
H A Dagg_vcgen_contour.cpp36 m_auto_detect(false) in vcgen_contour()
83 if(m_auto_detect) in rewind()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dagg_vcgen_contour.cpp36 m_auto_detect(false) in vcgen_contour()
83 if(m_auto_detect) in rewind()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/src/
H A Dagg_vcgen_contour.cpp35 m_auto_detect(false) in vcgen_contour()
82 if(m_auto_detect) in rewind()