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

  /external/webkit/WebCore/platform/image-decoders/
ImageDecoder.h 49 // The RGBA32Buffer object represents the decoded image data in RGBA32 format. This buffer is what all
51 class RGBA32Buffer {
68 RGBA32Buffer();
73 // This exists because ImageDecoder keeps a Vector<RGBA32Buffer>, and
75 RGBA32Buffer(const RGBA32Buffer& other)
89 void copyBitmapData(const RGBA32Buffer& other);
145 RGBA32Buffer& operator=(const RGBA32Buffer& other);
292 // Called to obtain the RGBA32Buffer full of decoded data for rendering. Th
    [all...]
ImageDecoder.cpp 104 RGBA32Buffer::RGBA32Buffer()
112 void RGBA32Buffer::clear()
122 void RGBA32Buffer::zeroFill()
128 void RGBA32Buffer::copyBitmapData(const RGBA32Buffer& other)
138 bool RGBA32Buffer::setSize(int newWidth, int newHeight)
151 bool RGBA32Buffer::hasAlpha() const
156 void RGBA32Buffer::setHasAlpha(bool alpha)
161 void RGBA32Buffer::setStatus(FrameStatus status
    [all...]
  /external/webkit/WebCore/platform/image-decoders/qt/
RGBA32BufferQt.cpp 36 RGBA32Buffer::RGBA32Buffer()
46 void RGBA32Buffer::setDecodedImage(const QImage& image)
53 void RGBA32Buffer::clear()
63 void RGBA32Buffer::zeroFill()
68 void RGBA32Buffer::copyBitmapData(const RGBA32Buffer& other)
78 bool RGBA32Buffer::setSize(int newWidth, int newHeight)
95 QPixmap* RGBA32Buffer::asNewNativeImage() const
103 bool RGBA32Buffer::hasAlpha() cons
    [all...]
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 35 RGBA32Buffer::RGBA32Buffer()
42 void RGBA32Buffer::clear()
52 void RGBA32Buffer::zeroFill()
57 void RGBA32Buffer::copyBitmapData(const RGBA32Buffer& other)
67 bool RGBA32Buffer::setSize(int newWidth, int newHeight)
82 NativeImagePtr RGBA32Buffer::asNewNativeImage() const
91 bool RGBA32Buffer::hasAlpha() const
96 void RGBA32Buffer::setHasAlpha(bool alpha
    [all...]

Completed in 203 milliseconds