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

  /external/webkit/WebCore/platform/graphics/
BitmapImage.cpp 28 #include "BitmapImage.h"
46 BitmapImage::BitmapImage(ImageObserver* observer)
69 BitmapImage::~BitmapImage()
75 void BitmapImage::destroyDecodedData(bool destroyAll)
93 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll)
102 void BitmapImage::destroyMetadataAndNotify(int framesCleared)
113 void BitmapImage::cacheFrame(size_t index)
142 IntSize BitmapImage::size() cons
    [all...]
BitmapImage.h 98 // BitmapImage Class
101 class BitmapImage : public Image {
105 static PassRefPtr<BitmapImage> create(NativeImagePtr nativeImage, ImageObserver* observer = 0)
107 return adoptRef(new BitmapImage(nativeImage, observer));
109 static PassRefPtr<BitmapImage> create(ImageObserver* observer = 0)
111 return adoptRef(new BitmapImage(observer));
113 ~BitmapImage();
144 static PassRefPtr<BitmapImage> create(HBITMAP);
168 BitmapImage(NativeImagePtr, ImageObserver* = 0);
169 BitmapImage(ImageObserver* = 0)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 36 #include "BitmapImage.h"
123 BitmapImage::BitmapImage(QPixmap* pixmap, ImageObserver* observer)
155 void BitmapImage::initPlatformData()
159 void BitmapImage::invalidatePlatformData()
164 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
200 void BitmapImage::checkForSolidColor()
217 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
219 return BitmapImage::create(new QPixmap(QPixmap::fromWinHBITMAP(hBitmap)))
    [all...]
  /external/webkit/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()
188 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect,
203 SkDebugf("----- skip bitmapimage: [%d %d] pixels %p pixelref %p\n",
218 SkDebugf("----- skip bitmapimage: [%d %d] src-empty %d dst-empty %d\n",
237 SkDebugf("--- BitmapImage::draw [%d %d] orig [%d %d]\n"
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 29 #include "BitmapImage.h"
58 BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer)
92 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
222 void BitmapImage::checkForSolidColor()
  /external/webkit/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 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& destRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)

Completed in 28 milliseconds