Home | History | Annotate | Download | only in bmp

Lines Matching refs:BMPImageDecoder

32 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
40 // "sizeof(BMPImageDecoder::BitmapFileHeader)" since we omit some fields and
44 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption,
52 void BMPImageDecoder::setData(SharedBuffer* data, bool allDataReceived)
62 bool BMPImageDecoder::isSizeAvailable()
70 ImageFrame* BMPImageDecoder::frameBufferAtIndex(size_t index)
89 bool BMPImageDecoder::setFailed()
95 void BMPImageDecoder::decode(bool onlySize)
110 bool BMPImageDecoder::decodeHelper(bool onlySize)
127 bool BMPImageDecoder::processFileHeader(size_t& imgDataOffset)