Searched refs:curve4 (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_curves.h | 125 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
|
D | agg_path_storage.cpp | 89 void path_storage::curve4(float x_ctrl1, float y_ctrl1, in curve4() function in pdfium::agg::path_storage
|
D | agg_path_storage.h | 61 void curve4(float x_ctrl1, float y_ctrl1,
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 945 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x, in BuildAggPath()
|