Searched refs:curve4 (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_curves.h | 138 class curve4 141 curve4() {} in curve4() function 142 curve4(FX_FLOAT x1, FX_FLOAT y1, in curve4() function 149 curve4(const curve4_points& cp) in curve4() function
|
D | agg_path_storage.cpp | 84 void path_storage::curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1, in curve4() function in agg::path_storage
|
D | agg_path_storage.h | 55 void curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1,
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 306 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x, in BuildPath()
|