Home | History | Annotate | Download | only in qt

Lines Matching defs:QtPixmapInstance

57         return jsNumber(static_cast<const QtPixmapInstance*>(instance)->width());
67 return jsNumber(static_cast<const QtPixmapInstance*>(instance)->height());
78 virtual JSValue invoke(ExecState* exec, QtPixmapInstance*) = 0;
86 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
117 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
131 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
174 Class* QtPixmapInstance::getClass() const
179 JSValue QtPixmapInstance::getMethod(ExecState* exec, const Identifier& propertyName)
185 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod)
217 void QtPixmapInstance::getPropertyNames(ExecState*exec, PropertyNameArray& arr)
226 JSValue QtPixmapInstance::defaultValue(ExecState* exec, PreferredPrimitiveType ptype) const
240 JSValue QtPixmapInstance::valueOf(ExecState* exec) const
247 QtPixmapInstance::QtPixmapInstance(PassRefPtr<RootObject> rootObj, const QVariant& d)
252 int QtPixmapInstance::width() const
261 int QtPixmapInstance::height() const
270 QPixmap QtPixmapInstance::toPixmap()
284 QImage QtPixmapInstance::toImage()
298 QVariant QtPixmapInstance::variantFromObject(JSObject* object, QMetaType::Type hint)
329 QtPixmapInstance* instance = static_cast<QtPixmapInstance*>(runtimeObject->getInternalInstance());
348 RuntimeObject* QtPixmapInstance::newRuntimeObject(ExecState* exec)
353 JSObject* QtPixmapInstance::createPixmapRuntimeObject(ExecState* exec, PassRefPtr<RootObject> root, const QVariant& data)
356 RefPtr<QtPixmapInstance> instance = adoptRef(new QtPixmapInstance(root, data));
360 bool QtPixmapInstance::canHandle(QMetaType::Type hint)