Searched defs:bezier (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp29 BPoint bezier[3] = {BPoint(100,0), BPoint(100, 100), BPoint(25, 50)}; local
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp23 BPoint bezier[3] = { fPath.PointAt(i), fPath.PointAt(i+1), fPath.PointAt(i+2) }; local
35 BPoint bezier[4] = { fPath.PointAt(i), fPath.PointAt(i+1), fPath.PointAt(i+2), fPath.PointAt(i+3) }; local
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp51 BPoint bezier[3] = {BPoint(100,0), BPoint(100, 100), BPoint(25, 50)}; local
/haiku/src/libs/agg/src/
H A Dagg_curves.cpp230 void curve3_div::bezier(double x1, double y1, function in class:agg::curve3_div
602 void curve4_div::bezier(double x1, double y1, function in class:agg::curve4_div

Completed in 87 milliseconds