Home
last modified time | relevance | path

Searched refs:vertex_dist_cmd (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_vertex_sequence.h90 struct vertex_dist_cmd : public vertex_dist { struct
92 vertex_dist_cmd() {} in vertex_dist_cmd() function
93 vertex_dist_cmd(float x_, float y_, unsigned cmd_) : in vertex_dist_cmd() function
Dagg_vcgen_stroke.cpp57 m_src_vertices.modify_last(vertex_dist_cmd(x, y, cmd)); in add_vertex()
60 m_src_vertices.add(vertex_dist_cmd(x, y, cmd)); in add_vertex()
Dagg_vcgen_stroke.h37 typedef vertex_sequence<vertex_dist_cmd, 6> vertex_storage;