Home | History | Annotate | Download | only in paint

Lines Matching refs:inst

44 PaintPlugin::PaintPlugin(NPP inst) : SurfaceSubPlugin(inst) {
62 gLogI.log(kError_ANPLogType, "----%p Unable to create the touch path", inst);
81 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
142 NPP instance = this->inst();
239 jclass paintClass = gSystemI.loadJavaClass(inst(), className);
246 PluginObject *obj = (PluginObject*) inst()->pdata;
251 jobject paintSurface = env->NewObject(paintClass, constructor, m_context, (int)inst(), pW, pH);
306 gWindowI.requestCenterFitZoom(inst());
315 gLogI.log(kError_ANPLogType, "----%p Received unintended mouse event", inst());
326 gWindowI.requestFullScreen(inst());
351 PluginObject *obj = (PluginObject*) inst()->pdata;
358 inst(), pW, pH, width, height);