Home
last modified time | relevance | path

Searched refs:path_cmd_curve4 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp85 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4); in curve4()
86 add_vertex(x_ctrl2, y_ctrl2, path_cmd_curve4); in curve4()
87 add_vertex(x_to, y_to, path_cmd_curve4); in curve4()
Dagg_basics.h152 path_cmd_curve4 = 4, enumerator
195 return c == path_cmd_curve3 || c == path_cmd_curve4; in is_curve()
205 return c == path_cmd_curve4; in is_curve4()