Home
last modified time | relevance | path

Searched refs:curve4 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_curves.h125 class curve4
128 curve4() {} in curve4() function
129 curve4(float x1, float y1, in curve4() function
136 curve4(const curve4_points& cp) in curve4() function
Dagg_path_storage.cpp89 void path_storage::curve4(float x_ctrl1, float y_ctrl1, in curve4() function in pdfium::agg::path_storage
Dagg_path_storage.h61 void curve4(float x_ctrl1, float y_ctrl1,
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp945 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x, in BuildAggPath()