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

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

Completed in 141 milliseconds