Home | History | Annotate | Download | only in image-decoders

Lines Matching defs:RGBA32Buffer

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)
166 RGBA32Buffer& RGBA32Buffer::operator=(const RGBA32Buffer& other)
179 int RGBA32Buffer::width() const
184 int RGBA32Buffer::height() const