Searched defs:BitmapImage (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DImageOpenVG.cpp24 #include "BitmapImage.h"
53 BitmapImage::BitmapImage(TiledImageOpenVG* tiledImage, ImageObserver* observer) function in class:WebCore::BitmapImage
87 void BitmapImage::checkForSolidColor()
106 void BitmapImage::initPlatformData()
110 void BitmapImage::invalidatePlatformData()
132 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.cpp28 #include "BitmapImage.h"
46 BitmapImage::BitmapImage(ImageObserver* observer) function in class:WebCore::BitmapImage
70 BitmapImage::~BitmapImage()
76 void BitmapImage::destroyDecodedData(bool destroyAll)
94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll)
103 void BitmapImage::destroyMetadataAndNotify(int framesCleared)
119 void BitmapImage::cacheFrame(size_t index)
152 void BitmapImage
[all...]
H A DBitmapImage.h100 // BitmapImage Class
103 class BitmapImage : public Image { class in namespace:WebCore
107 static PassRefPtr<BitmapImage> create(NativeImagePtr nativeImage, ImageObserver* observer = 0)
109 return adoptRef(new BitmapImage(nativeImage, observer));
111 static PassRefPtr<BitmapImage> create(ImageObserver* observer = 0)
113 return adoptRef(new BitmapImage(observer));
115 ~BitmapImage();
148 static PassRefPtr<BitmapImage> create(HBITMAP);
180 BitmapImage(NativeImagePtr, ImageObserver* = 0);
181 BitmapImage(ImageObserve
[all...]
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp29 #include "BitmapImage.h"
62 BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer) function in class:WebCore::BitmapImage
96 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
180 void BitmapImage::checkForSolidColor()
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageQt.cpp36 #include "BitmapImage.h"
163 BitmapImage::BitmapImage(QPixmap* pixmap, ImageObserver* observer) function in class:WebCore::BitmapImage
195 void BitmapImage::initPlatformData()
199 void BitmapImage::invalidatePlatformData()
204 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
245 void BitmapImage::checkForSolidColor()
262 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
264 return BitmapImage
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp29 #include "BitmapImage.h"
75 BitmapImage::BitmapImage(SkBitmapRef* ref, ImageObserver* observer) function in class:WebCore::BitmapImage
104 void BitmapImage::initPlatformData()
109 void BitmapImage::invalidatePlatformData()
113 void BitmapImage::checkForSolidColor()
174 void BitmapImage::draw(GraphicsContext* gc, const FloatRect& dstRect,
216 SkDebugf("--- BitmapImage::draw [%d %d] orig [%d %d]\n",
223 void BitmapImage::setURL(const String& str)
303 return BitmapImage
[all...]
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp27 #include "BitmapImage.h"
68 BitmapImage::BitmapImage(CGImageRef cgImage, ImageObserver* observer) function in class:WebCore::BitmapImage
102 void BitmapImage::checkForSolidColor()
152 CGImageRef BitmapImage::getCGImageRef()
157 CGImageRef BitmapImage::getFirstCGImageRefOfSize(const IntSize& size)
170 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& destRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
273 ASSERT(static_cast<BitmapImage*>(this)->notSolidColor());

Completed in 125 milliseconds