HomeSort by relevance Sort by last modified time
    Searched refs:BitmapImage (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/win/
ImageWin.cpp 28 #include "BitmapImage.h"
37 void BitmapImage::initPlatformData()
41 void BitmapImage::invalidatePlatformData()
48 RefPtr<BitmapImage> img = BitmapImage::create();
53 bool BitmapImage::getHBITMAP(HBITMAP bmp)
ImageCGWin.cpp 29 #include "BitmapImage.h"
39 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
56 // The BitmapImage takes ownership of this.
59 return adoptRef(new BitmapImage(cgImage));
62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
77 IntSize imageSize = BitmapImage::size();
89 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
104 IntSize imageSize = BitmapImage::size();
ImageCairoWin.cpp 28 #include "BitmapImage.h"
38 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
54 // The BitmapImage object takes over ownership of the cairo_surface_t*, so no need to destroy here.
55 return adoptRef(new BitmapImage(image));
58 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
83 IntSize imageSize = BitmapImage::size();
95 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
110 IntSize imageSize = BitmapImage::size();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageChromiumMac.mm 34 #include "BitmapImage.h"
50 void BitmapImage::initPlatformData()
54 void BitmapImage::invalidatePlatformData()
  /external/webkit/Source/WebCore/platform/graphics/efl/
ImageEfl.cpp 32 #include "BitmapImage.h"
40 void BitmapImage::initPlatformData()
44 void BitmapImage::invalidatePlatformData()
63 RefPtr<BitmapImage> img = BitmapImage::create();
  /external/webkit/Source/WebKit2/Shared/cg/
WebCoreArgumentCodersCG.cpp 30 #include <WebCore/BitmapImage.h>
42 // BitmapImage::create adopts the CGImageRef that's passed in, which is why we need to leakRef here.
43 return BitmapImage::create(platformImage.leakRef());
  /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/gstreamer/
ImageGStreamer.h 25 #include "BitmapImage.h"
42 PassRefPtr<BitmapImage> image()
49 RefPtr<BitmapImage> m_image;
ImageGStreamerCairo.cpp 58 m_image = BitmapImage::create(surface);
ImageGStreamerQt.cpp 56 m_image = BitmapImage::create(surface);
  /external/webkit/Source/WebKit/chromium/src/
WebIconLoadingCompletionImpl.cpp 34 #include "BitmapImage.h"
54 RefPtr<Image> image = BitmapImage::create();
  /external/webkit/Source/WebCore/platform/graphics/mac/
ImageMac.mm 27 #import "BitmapImage.h"
42 void BitmapImage::initPlatformData()
46 void BitmapImage::invalidatePlatformData()
61 RefPtr<Image> image = BitmapImage::create();
73 CFDataRef BitmapImage::getTIFFRepresentation()
111 NSImage* BitmapImage::getNSImage()
  /external/webkit/Source/WebCore/html/
ImageResizerThread.h 40 class BitmapImage;
58 RefPtr<BitmapImage> m_image;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 36 #include "BitmapImage.h"
73 WTF::PassRefPtr<BitmapImage> image = BitmapImage::create();
80 void BitmapImage::initPlatformData()
84 void BitmapImage::invalidatePlatformData()
89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
170 void BitmapImage::checkForSolidColor()
189 BBitmap* BitmapImage::getBBitmap() const
191 return const_cast<BitmapImage*>(this)->frameAtIndex(0);
  /external/webkit/Source/WebCore/platform/graphics/brew/
ImageBrew.cpp 34 #include "BitmapImage.h"
51 RefPtr<Image> image = BitmapImage::create();
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp 28 #include "BitmapImage.h"
116 void BitmapImage::initPlatformData()
120 void BitmapImage::invalidatePlatformData()
126 RefPtr<BitmapImage> img = BitmapImage::create();
153 GdkPixbuf* BitmapImage::getGdkPixbuf()
  /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/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/android/
ImageAndroid.cpp 29 #include "BitmapImage.h"
75 BitmapImage::BitmapImage(SkBitmapRef* ref, ImageObserver* observer)
104 void BitmapImage::initPlatformData()
109 void BitmapImage::invalidatePlatformData()
113 void BitmapImage::checkForSolidColor()
174 void BitmapImage::draw(GraphicsContext* gc, const FloatRect& dstRect,
189 SkDebugf("----- skip bitmapimage: [%d %d] pixels %p pixelref %p\n",
204 SkDebugf("----- skip bitmapimage: [%d %d] src-empty %d dst-empty %d\n",
216 SkDebugf("--- BitmapImage::draw [%d %d] orig [%d %d]\n"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 30 #include "BitmapImage.h"
62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
79 IntSize imageSize = BitmapImage::size();
91 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
107 IntSize imageSize = BitmapImage::size();
111 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRectIn, ColorSpace styleColorSpace, CompositeOperator compositeOp)
142 void BitmapImage::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
152 void BitmapImage::checkForSolidColor()
  /external/webkit/Source/WebCore/loader/icon/
IconRecord.cpp 32 #include "BitmapImage.h"
69 m_image = BitmapImage::create();
  /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/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());
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 30 #include "BitmapImage.h"
77 RefPtr<Image> img = BitmapImage::create();
83 void BitmapImage::initPlatformData()
90 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
254 void BitmapImage::checkForSolidColor()
259 void BitmapImage::invalidatePlatformData()

Completed in 4522 milliseconds

1 2