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

/external/skia/experimental/SkV8Example/
H A DPath2DBuilder.h20 class Path2DBuilder : SkNoncopyable { class in inherits:SkNoncopyable
22 Path2DBuilder() : fSkPath() {} function in class:Path2DBuilder
23 virtual ~Path2DBuilder() {}
27 // The JS Path2DBuilder constuctor implementation.
30 // Add the Path2DBuilder JS constructor to the global context.
33 // Path2DBuilder JS methods.
48 static Path2DBuilder* Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 382 milliseconds