Home
last modified time | relevance | path

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

12

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vcgen_stroke.pas118 m_out_vertices : pod_deque;
195 m_out_vertices.Destruct;
438 @m_out_vertices ,
456 @m_out_vertices ,
492 @m_out_vertices ,
538 @m_out_vertices ,
628 m_out_vertices.Destruct;
855 @m_out_vertices ,
870 @m_out_vertices ,
903 @m_out_vertices ,
[all …]
H A Dagg_vcgen_contour.pas52 m_out_vertices : pod_deque;
116 m_out_vertices.Construct(sizeof(point_type ) );
141 m_out_vertices.Destruct;
380 @m_out_vertices ,
404 if m_out_vertex >= m_out_vertices.size then
408 c:=m_out_vertices.array_operator(m_out_vertex );
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_vcgen_stroke.pas118 m_out_vertices : pod_deque;
195 m_out_vertices.Destruct;
438 @m_out_vertices ,
456 @m_out_vertices ,
492 @m_out_vertices ,
538 @m_out_vertices ,
628 m_out_vertices.Destruct;
855 @m_out_vertices ,
870 @m_out_vertices ,
903 @m_out_vertices ,
[all …]
H A Dagg_vcgen_contour.pas52 m_out_vertices : pod_deque;
116 m_out_vertices.Construct(sizeof(point_type ) );
141 m_out_vertices.Destruct;
380 @m_out_vertices ,
404 if m_out_vertex >= m_out_vertices.size then
408 c:=m_out_vertices.array_operator(m_out_vertex );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_vcgen_stroke.pas118 m_out_vertices : pod_deque;
195 m_out_vertices.Destruct;
438 @m_out_vertices ,
456 @m_out_vertices ,
492 @m_out_vertices ,
538 @m_out_vertices ,
628 m_out_vertices.Destruct;
855 @m_out_vertices ,
870 @m_out_vertices ,
903 @m_out_vertices ,
[all …]
H A Dagg_vcgen_contour.pas52 m_out_vertices : pod_deque;
116 m_out_vertices.Construct(sizeof(point_type ) );
141 m_out_vertices.Destruct;
380 @m_out_vertices ,
404 if m_out_vertex >= m_out_vertices.size then
408 c:=m_out_vertices.array_operator(m_out_vertex );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vcgen_stroke.pas118 m_out_vertices : pod_deque;
195 m_out_vertices.Destruct;
438 @m_out_vertices ,
456 @m_out_vertices ,
492 @m_out_vertices ,
538 @m_out_vertices ,
628 m_out_vertices.Destruct;
855 @m_out_vertices ,
870 @m_out_vertices ,
903 @m_out_vertices ,
[all …]
H A Dagg_vcgen_contour.pas52 m_out_vertices : pod_deque;
116 m_out_vertices.Construct(sizeof(point_type ) );
141 m_out_vertices.Destruct;
380 @m_out_vertices ,
404 if m_out_vertex >= m_out_vertices.size then
408 c:=m_out_vertices.array_operator(m_out_vertex );
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/src/
H A Dagg_vcgen_stroke.cpp30 m_out_vertices(), in vcgen_stroke()
108 m_stroker.calc_cap(m_out_vertices, in vertex()
119 m_stroker.calc_cap(m_out_vertices, in vertex()
146 m_stroker.calc_join(m_out_vertices, in vertex()
171 m_stroker.calc_join(m_out_vertices, in vertex()
184 if(m_out_vertex >= m_out_vertices.size()) in vertex()
190 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_contour.cpp31 m_out_vertices(), in vcgen_contour()
129 m_stroker.calc_join(m_out_vertices, in vertex()
140 if(m_out_vertex >= m_out_vertices.size()) in vertex()
146 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/graphics/agg/agg-2.5/src/
H A Dagg_vcgen_stroke.cpp36 m_out_vertices(), in vcgen_stroke()
114 m_stroker.calc_cap(m_out_vertices, in vertex()
125 m_stroker.calc_cap(m_out_vertices, in vertex()
152 m_stroker.calc_join(m_out_vertices, in vertex()
177 m_stroker.calc_join(m_out_vertices, in vertex()
190 if(m_out_vertex >= m_out_vertices.size()) in vertex()
196 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_contour.cpp36 m_out_vertices(), in vcgen_contour()
134 m_stroker.calc_join(m_out_vertices, in vertex()
145 if(m_out_vertex >= m_out_vertices.size()) in vertex()
151 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/
H A Dagg_vcgen_stroke.cpp30 m_out_vertices(), in vcgen_stroke()
108 m_stroker.calc_cap(m_out_vertices, in vertex()
119 m_stroker.calc_cap(m_out_vertices, in vertex()
146 m_stroker.calc_join(m_out_vertices, in vertex()
171 m_stroker.calc_join(m_out_vertices, in vertex()
184 if(m_out_vertex >= m_out_vertices.size()) in vertex()
190 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_contour.cpp31 m_out_vertices(), in vcgen_contour()
129 m_stroker.calc_join(m_out_vertices, in vertex()
140 if(m_out_vertex >= m_out_vertices.size()) in vertex()
146 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/
H A Dagg_vcgen_stroke.cpp30 m_out_vertices(), in vcgen_stroke()
108 m_stroker.calc_cap(m_out_vertices, in vertex()
119 m_stroker.calc_cap(m_out_vertices, in vertex()
146 m_stroker.calc_join(m_out_vertices, in vertex()
171 m_stroker.calc_join(m_out_vertices, in vertex()
184 if(m_out_vertex >= m_out_vertices.size()) in vertex()
190 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_contour.cpp31 m_out_vertices(), in vcgen_contour()
129 m_stroker.calc_join(m_out_vertices, in vertex()
140 if(m_out_vertex >= m_out_vertices.size()) in vertex()
146 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dagg_vcgen_stroke.cpp30 m_out_vertices(), in vcgen_stroke()
108 m_stroker.calc_cap(m_out_vertices, in vertex()
119 m_stroker.calc_cap(m_out_vertices, in vertex()
146 m_stroker.calc_join(m_out_vertices, in vertex()
171 m_stroker.calc_join(m_out_vertices, in vertex()
184 if(m_out_vertex >= m_out_vertices.size()) in vertex()
190 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_contour.cpp31 m_out_vertices(), in vcgen_contour()
129 m_stroker.calc_join(m_out_vertices, in vertex()
140 if(m_out_vertex >= m_out_vertices.size()) in vertex()
146 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/src/
H A Dagg_vcgen_stroke.cpp29 m_out_vertices(), in vcgen_stroke()
107 m_stroker.calc_cap(m_out_vertices, in vertex()
118 m_stroker.calc_cap(m_out_vertices, in vertex()
145 m_stroker.calc_join(m_out_vertices, in vertex()
170 m_stroker.calc_join(m_out_vertices, in vertex()
183 if(m_out_vertex >= m_out_vertices.size()) in vertex()
189 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_contour.cpp30 m_out_vertices(), in vcgen_contour()
128 m_stroker.calc_join(m_out_vertices, in vertex()
139 if(m_out_vertex >= m_out_vertices.size()) in vertex()
145 const point_d& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp33 m_out_vertices(), in vcgen_stroke()
109 stroke_calc_cap(m_out_vertices, in vertex()
122 stroke_calc_cap(m_out_vertices, in vertex()
147 stroke_calc_join(m_out_vertices, in vertex()
175 stroke_calc_join(m_out_vertices, in vertex()
192 if(m_out_vertex >= m_out_vertices.size()) { in vertex()
195 const point_type& c = m_out_vertices[m_out_vertex++]; in vertex()
H A Dagg_vcgen_stroke.h105 coord_storage m_out_vertices; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp35 m_out_vertices(), in vcgen_stroke()
111 stroke_calc_cap(m_out_vertices, in vertex()
124 stroke_calc_cap(m_out_vertices, in vertex()
149 stroke_calc_join(m_out_vertices, in vertex()
177 stroke_calc_join(m_out_vertices, in vertex()
194 if(m_out_vertex >= m_out_vertices.size()) { in vertex()
197 const point_type& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp34 m_out_vertices(), in vcgen_stroke()
110 stroke_calc_cap(m_out_vertices, in vertex()
123 stroke_calc_cap(m_out_vertices, in vertex()
148 stroke_calc_join(m_out_vertices, in vertex()
176 stroke_calc_join(m_out_vertices, in vertex()
193 if(m_out_vertex >= m_out_vertices.size()) { in vertex()
196 const point_type& c = m_out_vertices[m_out_vertex++]; in vertex()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp34 m_out_vertices(), in vcgen_stroke()
110 stroke_calc_cap(m_out_vertices, in vertex()
123 stroke_calc_cap(m_out_vertices, in vertex()
148 stroke_calc_join(m_out_vertices, in vertex()
176 stroke_calc_join(m_out_vertices, in vertex()
193 if(m_out_vertex >= m_out_vertices.size()) { in vertex()
196 const point_type& c = m_out_vertices[m_out_vertex++]; in vertex()

12