HomeSort by relevance Sort by last modified time
    Searched refs:vertex_dist_cmd (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_vertex_sequence.h 90 struct vertex_dist_cmd : public vertex_dist { struct in namespace:agg
92 vertex_dist_cmd() {} function in struct:agg::vertex_dist_cmd
93 vertex_dist_cmd(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : function in struct:agg::vertex_dist_cmd
agg_vcgen_stroke.h 37 typedef vertex_sequence<vertex_dist_cmd, 6> vertex_storage;
fx_agg_vcgen_stroke.cpp 56 m_src_vertices.modify_last(vertex_dist_cmd(x, y, cmd));
59 m_src_vertices.add(vertex_dist_cmd(x, y, cmd));

Completed in 57 milliseconds