Searched refs:BezierCurveTo (Results 1 – 2 of 2) sorted by relevance
39 static void BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
52 ADD_METHOD("bezierCurveTo", BezierCurveTo); in AddToGlobal()121 void Path2DBuilder::BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in BezierCurveTo() function in Path2DBuilder