HomeSort by relevance Sort by last modified time
    Searched refs:recursive_bezier (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_curves.cpp 39 void curve4_div::recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, function in class:agg::curve4_div
97 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1);
98 recursive_bezier(x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1);
106 recursive_bezier(x1, y1, x2, y2, x3, y3, x4, y4, 0);
agg_curves.h 130 void recursive_bezier(FX_FLOAT x1, FX_FLOAT y1,

Completed in 3104 milliseconds