Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_curves.h138 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
Dagg_path_storage.cpp84 void path_storage::curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1, in curve4() function in agg::path_storage
Dagg_path_storage.h55 void curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1,
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp306 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x, in BuildPath()