Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_path_storage.cpp86 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4); in curve4()
87 add_vertex(x_ctrl2, y_ctrl2, path_cmd_curve4); in curve4()
88 add_vertex(x_to, y_to, path_cmd_curve4); in curve4()
Dagg_basics.h149 path_cmd_curve4 = 4, enumerator
192 return c == path_cmd_curve3 || c == path_cmd_curve4; in is_curve()
202 return c == path_cmd_curve4; in is_curve4()