Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
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()
Dagg_vcgen_stroke.h105 coord_storage m_out_vertices; variable