Home
last modified time | relevance | path

Searched refs:path_cmd_move_to (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_vcgen_dash.cpp114 unsigned cmd = path_cmd_move_to; in vertex()
134 return path_cmd_move_to; in vertex()
138 path_cmd_move_to : in vertex()
Dagg_conv_adaptor_vcgen.h101 m_generator.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex()
102 m_markers.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex()
Dagg_basics.h152 path_cmd_move_to = 1, enumerator
173 return c >= path_cmd_move_to && c < path_cmd_end_poly; in is_vertex()
188 return c == path_cmd_move_to; in is_move_to()
Dagg_vcgen_stroke.cpp106 cmd = path_cmd_move_to; in vertex()
168 cmd = path_cmd_move_to; in vertex()
Dagg_path_storage.h155 add_vertex(x, y, path_cmd_move_to); in move_to()
Dagg_curves.h108 return (m_count == 1) ? path_cmd_move_to : path_cmd_line_to; in vertex()