Home
last modified time | relevance | path

Searched refs:m_text_poly (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/agg/agg-2.5/src/ctrl/
H A Dagg_rbox_ctrl.cpp43 m_text_poly(m_text), in rbox_ctrl_impl()
138 m_text_poly.width(m_text_thickness); in rewind()
139 m_text_poly.line_join(round_join); in rewind()
140 m_text_poly.line_cap(round_cap); in rewind()
141 m_text_poly.rewind(0); in rewind()
192 cmd = m_text_poly.vertex(x, y); in vertex()
206 m_text_poly.rewind(0); in vertex()
207 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_cbox_ctrl.cpp41 m_text_poly(m_text) in cbox_ctrl_impl()
138 m_text_poly.width(m_text_thickness); in rewind()
139 m_text_poly.line_join(round_join); in rewind()
140 m_text_poly.line_cap(round_cap); in rewind()
141 m_text_poly.rewind(0); in rewind()
187 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_slider_ctrl.cpp47 m_text_poly(m_text) in slider_ctrl_impl()
175 m_text_poly.width(m_text_thickness); in rewind()
176 m_text_poly.line_join(round_join); in rewind()
177 m_text_poly.line_cap(round_cap); in rewind()
178 m_text_poly.rewind(0); in rewind()
242 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_gamma_ctrl.cpp52 m_text_poly(m_text), in gamma_ctrl_impl()
252 m_text_poly.width(m_text_thickness); in rewind()
253 m_text_poly.line_join(round_join); in rewind()
254 m_text_poly.line_cap(round_cap); in rewind()
255 m_text_poly.rewind(0); in rewind()
305 cmd = m_text_poly.vertex(x, y); in vertex()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/ctrl/
H A Dagg_rbox_ctrl.cpp38 m_text_poly(m_text), in rbox_ctrl_impl()
133 m_text_poly.width(m_text_thickness); in rewind()
134 m_text_poly.line_join(round_join); in rewind()
135 m_text_poly.line_cap(round_cap); in rewind()
136 m_text_poly.rewind(0); in rewind()
187 cmd = m_text_poly.vertex(x, y); in vertex()
201 m_text_poly.rewind(0); in vertex()
202 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_cbox_ctrl.cpp36 m_text_poly(m_text) in cbox_ctrl_impl()
133 m_text_poly.width(m_text_thickness); in rewind()
134 m_text_poly.line_join(round_join); in rewind()
135 m_text_poly.line_cap(round_cap); in rewind()
136 m_text_poly.rewind(0); in rewind()
182 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_slider_ctrl.cpp42 m_text_poly(m_text) in slider_ctrl_impl()
170 m_text_poly.width(m_text_thickness); in rewind()
171 m_text_poly.line_join(round_join); in rewind()
172 m_text_poly.line_cap(round_cap); in rewind()
173 m_text_poly.rewind(0); in rewind()
237 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_gamma_ctrl.cpp47 m_text_poly(m_text), in gamma_ctrl_impl()
247 m_text_poly.width(m_text_thickness); in rewind()
248 m_text_poly.line_join(round_join); in rewind()
249 m_text_poly.line_cap(round_cap); in rewind()
250 m_text_poly.rewind(0); in rewind()
300 cmd = m_text_poly.vertex(x, y); in vertex()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/ctrl/
H A Dagg_rbox_ctrl.cpp38 m_text_poly(m_text), in rbox_ctrl_impl()
133 m_text_poly.width(m_text_thickness); in rewind()
134 m_text_poly.line_join(round_join); in rewind()
135 m_text_poly.line_cap(round_cap); in rewind()
136 m_text_poly.rewind(0); in rewind()
187 cmd = m_text_poly.vertex(x, y); in vertex()
201 m_text_poly.rewind(0); in vertex()
202 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_cbox_ctrl.cpp36 m_text_poly(m_text) in cbox_ctrl_impl()
133 m_text_poly.width(m_text_thickness); in rewind()
134 m_text_poly.line_join(round_join); in rewind()
135 m_text_poly.line_cap(round_cap); in rewind()
136 m_text_poly.rewind(0); in rewind()
182 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_slider_ctrl.cpp42 m_text_poly(m_text) in slider_ctrl_impl()
170 m_text_poly.width(m_text_thickness); in rewind()
171 m_text_poly.line_join(round_join); in rewind()
172 m_text_poly.line_cap(round_cap); in rewind()
173 m_text_poly.rewind(0); in rewind()
237 cmd = m_text_poly.vertex(x, y); in vertex()
H A Dagg_gamma_ctrl.cpp47 m_text_poly(m_text), in gamma_ctrl_impl()
247 m_text_poly.width(m_text_thickness); in rewind()
248 m_text_poly.line_join(round_join); in rewind()
249 m_text_poly.line_cap(round_cap); in rewind()
250 m_text_poly.rewind(0); in rewind()
300 cmd = m_text_poly.vertex(x, y); in vertex()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/ctrl/
H A Dagg_cbox_ctrl.pas56 m_text_poly : conv_stroke;
118 m_text_poly.Construct(@m_text );
133 m_text_poly.Destruct;
290 m_text_poly.width_ (m_text_thickness );
291 m_text_poly.line_join_(round_join );
292 m_text_poly.line_cap_ (round_cap );
294 m_text_poly.rewind(0 );
354 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_rbox_ctrl.pas73 m_text_poly : conv_stroke;
143 m_text_poly.Construct (@m_text );
165 m_text_poly.Destruct;
394 m_text_poly.width_ (m_text_thickness);
395 m_text_poly.line_join_(round_join );
396 m_text_poly.line_cap_ (round_cap );
398 m_text_poly.rewind(0 );
477 cmd:=m_text_poly.vertex(x ,y );
492 m_text_poly.rewind(0 );
494 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_slider_ctrl.pas84 m_text_poly : conv_stroke;
154 m_text_poly.Construct(@m_text );
179 m_text_poly.Destruct;
492 m_text_poly.width_ (m_text_thickness );
493 m_text_poly.line_join_(round_join );
494 m_text_poly.line_cap_ (round_cap );
496 m_text_poly.rewind(0 );
596 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_gamma_ctrl.pas76 m_text_poly : conv_stroke;
198 m_text_poly.Construct (@m_text );
219 m_text_poly.Destruct;
668 m_text_poly.width_(m_text_thickness );
670 m_text_poly.line_join_(round_join );
671 m_text_poly.line_cap_ (round_cap );
673 m_text_poly.rewind(0);
747 cmd:=m_text_poly.vertex(x ,y );
/dports/editors/lazarus/lazarus/components/aggpas/src/ctrl/
H A Dagg_cbox_ctrl.pas56 m_text_poly : conv_stroke;
118 m_text_poly.Construct(@m_text );
133 m_text_poly.Destruct;
290 m_text_poly.width_ (m_text_thickness );
291 m_text_poly.line_join_(round_join );
292 m_text_poly.line_cap_ (round_cap );
294 m_text_poly.rewind(0 );
354 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_rbox_ctrl.pas73 m_text_poly : conv_stroke;
143 m_text_poly.Construct (@m_text );
165 m_text_poly.Destruct;
394 m_text_poly.width_ (m_text_thickness);
395 m_text_poly.line_join_(round_join );
396 m_text_poly.line_cap_ (round_cap );
398 m_text_poly.rewind(0 );
477 cmd:=m_text_poly.vertex(x ,y );
492 m_text_poly.rewind(0 );
494 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_slider_ctrl.pas84 m_text_poly : conv_stroke;
154 m_text_poly.Construct(@m_text );
179 m_text_poly.Destruct;
492 m_text_poly.width_ (m_text_thickness );
493 m_text_poly.line_join_(round_join );
494 m_text_poly.line_cap_ (round_cap );
496 m_text_poly.rewind(0 );
596 cmd:=m_text_poly.vertex(x ,y );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/ctrl/
H A Dagg_cbox_ctrl.pas56 m_text_poly : conv_stroke;
118 m_text_poly.Construct(@m_text );
133 m_text_poly.Destruct;
290 m_text_poly.width_ (m_text_thickness );
291 m_text_poly.line_join_(round_join );
292 m_text_poly.line_cap_ (round_cap );
294 m_text_poly.rewind(0 );
354 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_rbox_ctrl.pas73 m_text_poly : conv_stroke;
143 m_text_poly.Construct (@m_text );
165 m_text_poly.Destruct;
394 m_text_poly.width_ (m_text_thickness);
395 m_text_poly.line_join_(round_join );
396 m_text_poly.line_cap_ (round_cap );
398 m_text_poly.rewind(0 );
477 cmd:=m_text_poly.vertex(x ,y );
492 m_text_poly.rewind(0 );
494 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_slider_ctrl.pas84 m_text_poly : conv_stroke;
154 m_text_poly.Construct(@m_text );
179 m_text_poly.Destruct;
492 m_text_poly.width_ (m_text_thickness );
493 m_text_poly.line_join_(round_join );
494 m_text_poly.line_cap_ (round_cap );
496 m_text_poly.rewind(0 );
596 cmd:=m_text_poly.vertex(x ,y );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/ctrl/
H A Dagg_cbox_ctrl.pas56 m_text_poly : conv_stroke;
118 m_text_poly.Construct(@m_text );
133 m_text_poly.Destruct;
290 m_text_poly.width_ (m_text_thickness );
291 m_text_poly.line_join_(round_join );
292 m_text_poly.line_cap_ (round_cap );
294 m_text_poly.rewind(0 );
354 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_rbox_ctrl.pas73 m_text_poly : conv_stroke;
143 m_text_poly.Construct (@m_text );
165 m_text_poly.Destruct;
394 m_text_poly.width_ (m_text_thickness);
395 m_text_poly.line_join_(round_join );
396 m_text_poly.line_cap_ (round_cap );
398 m_text_poly.rewind(0 );
477 cmd:=m_text_poly.vertex(x ,y );
492 m_text_poly.rewind(0 );
494 cmd:=m_text_poly.vertex(x ,y );
H A Dagg_slider_ctrl.pas84 m_text_poly : conv_stroke;
154 m_text_poly.Construct(@m_text );
179 m_text_poly.Destruct;
492 m_text_poly.width_ (m_text_thickness );
493 m_text_poly.line_join_(round_join );
494 m_text_poly.line_cap_ (round_cap );
496 m_text_poly.rewind(0 );
596 cmd:=m_text_poly.vertex(x ,y );

12