Searched refs:DrawingMethods (Results 1 – 3 of 3) sorted by relevance
18 DrawingMethods* DrawingMethods::Unwrap(v8::Handle<v8::Object> obj) { in Unwrap()21 return static_cast<DrawingMethods*>(ptr); in Unwrap()25 void DrawingMethods::Save(const v8::FunctionCallbackInfo<v8::Value>& args) { in Save()26 DrawingMethods* drawingMethods = Unwrap(args.This()); in Save()35 void DrawingMethods::Restore(const v8::FunctionCallbackInfo<v8::Value>& args) { in Restore()36 DrawingMethods* drawingMethods = Unwrap(args.This()); in Restore()45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rotate()46 DrawingMethods* drawingMethods = Unwrap(args.This()); in Rotate()62 void DrawingMethods::Translate(const v8::FunctionCallbackInfo<v8::Value>& args) { in Translate()63 DrawingMethods* drawingMethods = Unwrap(args.This()); in Translate()[all …]
20 class DrawingMethods {22 DrawingMethods(Global* global) in DrawingMethods() function25 virtual ~DrawingMethods() {} in ~DrawingMethods()36 static DrawingMethods* Unwrap(v8::Handle<v8::Object> obj);
28 class JsContext : public DrawingMethods {60 typedef DrawingMethods INHERITED;