Lines Matching full:void
17 SkOSWindow(void* hwnd);
20 void* getHWND() const { return fHWND; }
21 void setSize(int width, int height);
22 void updateSize();
27 void detachGL();
28 void presentGL();
31 void detachD3D9();
32 void presentD3D9();
34 void* d3d9Device() { return fD3D9Device; }
48 virtual void onHandleInval(const SkIRect&);
50 virtual void onAddMenu(const SkOSMenu*);
52 virtual void onSetTitle(const char title[]);
55 void* fHWND;
57 void doPaint(void* ctx);
59 void* fHGLRC;
63 void* fD3D9Device;