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

  /external/pdfium/third_party/agg23/
agg_path_storage.cpp 85 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4);
86 add_vertex(x_ctrl2, y_ctrl2, path_cmd_curve4);
87 add_vertex(x_to, y_to, path_cmd_curve4);
agg_basics.h 152 path_cmd_curve4 = 4, enumerator in enum:agg::path_commands_e
195 return c == path_cmd_curve3 || c == path_cmd_curve4;
205 return c == path_cmd_curve4;

Completed in 128 milliseconds