Searched refs:vertex_dist (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/third_party/agg23/ |
H A D | agg_vertex_sequence.h | 17 // vertex_sequence container and vertex_dist struct 73 struct vertex_dist { struct in namespace:agg 77 vertex_dist() {} function in struct:agg::vertex_dist 78 vertex_dist(FX_FLOAT x_, FX_FLOAT y_) : function in struct:agg::vertex_dist 84 bool operator () (const vertex_dist& val) 90 struct vertex_dist_cmd : public vertex_dist { 94 vertex_dist(x_, y_),
|
H A D | agg_vcgen_dash.h | 38 typedef vertex_sequence<vertex_dist, 6> vertex_storage; 67 const vertex_dist* m_v1; 68 const vertex_dist* m_v2;
|
H A D | agg_math_stroke.h | 90 const vertex_dist& v0, 91 const vertex_dist& v1, 92 const vertex_dist& v2, 146 const vertex_dist& v0, 147 const vertex_dist& v1, 186 const vertex_dist& v0, 187 const vertex_dist& v1, 188 const vertex_dist& v2,
|
H A D | agg_vcgen_dash.cpp | 88 m_src_vertices.modify_last(vertex_dist(x, y)); 91 m_src_vertices.add(vertex_dist(x, y));
|
H A D | agg_vcgen_stroke.cpp | 68 const vertex_dist& v0, 69 const vertex_dist& v1,
|
Completed in 295 milliseconds