Home
last modified time | relevance | path

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

/external/skia/experimental/SkV8Example/
DPath2DBuilder.h28 static void ConstructPath(const v8::FunctionCallbackInfo<v8::Value>& args);
DPath2DBuilder.cpp17 void Path2DBuilder::ConstructPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in ConstructPath() function in Path2DBuilder
45 gGlobal->getIsolate(), Path2DBuilder::ConstructPath); in AddToGlobal()