Searched refs:StillImage (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
H A DStillImageQt.cpp38 StillImage::StillImage(const QPixmap& pixmap) function in class:WebCore::StillImage
42 IntSize StillImage::size() const
47 NativeImagePtr StillImage::nativeImageForCurrentFrame()
52 void StillImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
H A DStillImageQt.h35 class StillImage : public Image { class in namespace:WebCore
37 static PassRefPtr<StillImage> create(const QPixmap& pixmap)
39 return adoptRef(new StillImage(pixmap));
52 StillImage(const QPixmap& pixmap);
H A DImageQt.cpp93 return StillImage::create(loadResourcePixmap(name));
H A DImageBufferQt.cpp96 m_image = StillImage::create(m_data.m_pixmap);
/external/webkit/WebCore/bridge/qt/
H A Dqt_pixmapruntime.cpp104 PassRefPtr<StillImage> img = WebCore::StillImage::create(pxm);

Completed in 61 milliseconds