HomeSort by relevance Sort by last modified time
    Searched defs:BitmapImage (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 24 #include "BitmapImage.h"
53 BitmapImage::BitmapImage(TiledImageOpenVG* tiledImage, ImageObserver* observer)
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/cairo/
ImageCairo.cpp 29 #include "BitmapImage.h"
62 BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer)
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/
ImageQt.cpp 36 #include "BitmapImage.h"
163 BitmapImage::BitmapImage(QPixmap* pixmap, ImageObserver* observer)
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::create(new QPixmap(QPixmap::fromWinHBITMAP(hBitmap)))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 28 #include "BitmapImage.h"
46 BitmapImage::BitmapImage(ImageObserver* observer)
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::didDecodeProperties() cons
    [all...]
BitmapImage.h 100 // BitmapImage Class
103 class BitmapImage : public Image {
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(ImageObserver* = 0)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 29 #include "BitmapImage.h"
76 BitmapImage::BitmapImage(SkBitmapRef* ref, ImageObserver* observer)
105 void BitmapImage::initPlatformData()
110 void BitmapImage::invalidatePlatformData()
114 void BitmapImage::checkForSolidColor()
175 void BitmapImage::draw(GraphicsContext* gc, const FloatRect& dstRect,
190 SkDebugf("----- skip bitmapimage: [%d %d] pixels %p pixelref %p\n",
205 SkDebugf("----- skip bitmapimage: [%d %d] src-empty %d dst-empty %d\n",
217 SkDebugf("--- BitmapImage::draw [%d %d] orig [%d %d]\n"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 27 #include "BitmapImage.h"
68 BitmapImage::BitmapImage(CGImageRef cgImage, ImageObserver* observer)
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 82 milliseconds