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

Lines Matching defs:ImageFrame

135 ImageFrame::ImageFrame()
144 ImageFrame& ImageFrame::operator=(const ImageFrame& other)
158 void ImageFrame::clearPixelData()
169 void ImageFrame::zeroFillPixelData()
177 void ImageFrame::copyReferenceToBitmapData(const ImageFrame& other)
183 bool ImageFrame::copyBitmapData(const ImageFrame& other)
195 bool ImageFrame::setSize(int newWidth, int newHeight)
210 bool ImageFrame::hasAlpha() const
215 void ImageFrame::setHasAlpha(bool alpha)
220 void ImageFrame::setColorProfile(const ColorProfile& colorProfile)
225 void ImageFrame::setStatus(FrameStatus status)
230 int ImageFrame::width() const
235 int ImageFrame::height() const