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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
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));
42 static PassRefPtr<StillImage> createForRendering(const QPixmap* pixmap)
44 return adoptRef(new StillImage(pixmap));
59 StillImage(const QPixmap&);
60 StillImage(const QPixmap*);
61 virtual ~StillImage();
H A DStillImageQt.cpp39 StillImage::StillImage(const QPixmap& pixmap) function in class:WebCore::StillImage
44 StillImage::StillImage(const QPixmap* pixmap) function in class:WebCore::StillImage
49 StillImage::~StillImage()
55 bool StillImage::currentFrameKnownToBeOpaque()
60 IntSize StillImage::size() const
65 PassNativeImagePtr StillImage::nativeImageForCurrentFrame()
70 void StillImage
[all...]
H A DImageBufferQt.cpp79 m_image = StillImage::createForRendering(&m_pixmap);
123 return StillImage::create(m_data.m_pixmap);
125 return StillImage::createForRendering(&m_data.m_pixmap);
H A DImageQt.cpp122 return StillImage::create(loadResourcePixmap(name));
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_pixmapruntime.cpp139 RefPtr<StillImage> stillImage = WebCore::StillImage::create(toPixmap(data));

Completed in 55 milliseconds