Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp81 void path_storage::curve4(float x_ctrl1, float y_ctrl1, in curve4() argument
85 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4); in curve4()
Dagg_path_storage.h55 void curve4(float x_ctrl1, float y_ctrl1,