Home
last modified time | relevance | path

Searched refs:BezierCurveTo (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/SkV8Example/
DPath2DBuilder.h39 static void BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
DPath2DBuilder.cpp52 ADD_METHOD("bezierCurveTo", BezierCurveTo); in AddToGlobal()
121 void Path2DBuilder::BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in BezierCurveTo() function in Path2DBuilder