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.cpp107 unsigned cmd = path_cmd_move_to; in vertex()
127 return path_cmd_move_to; in vertex()
131 path_cmd_move_to : in vertex()
Dagg_conv_adaptor_vcgen.h99 m_generator.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex()
100 m_markers.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex()
Dagg_basics.h149 path_cmd_move_to = 1, enumerator
170 return c >= path_cmd_move_to && c < path_cmd_end_poly; in is_vertex()
185 return c == path_cmd_move_to; in is_move_to()
Dagg_curves.h106 return (m_count == 1) ? path_cmd_move_to : path_cmd_line_to; in vertex()
117 return (m_count == 1) ? path_cmd_move_to : path_cmd_line_to; in vertex_flag()
Dagg_vcgen_stroke.cpp104 cmd = path_cmd_move_to; in vertex()
166 cmd = path_cmd_move_to; in vertex()
Dagg_path_storage.h165 add_vertex(x, y, path_cmd_move_to); in move_to()