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

  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageDecoder.h 40 class BMPImageDecoder : public ImageDecoder {
42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
BMPImageDecoder.cpp 32 #include "BMPImageDecoder.h"
39 // "sizeof(BMPImageDecoder::BitmapFileHeader)" since we omit some fields and
43 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption,
50 void BMPImageDecoder::setData(SharedBuffer* data, bool allDataReceived)
60 bool BMPImageDecoder::isSizeAvailable()
68 ImageFrame* BMPImageDecoder::frameBufferAtIndex(size_t index)
84 bool BMPImageDecoder::setFailed()
90 void BMPImageDecoder::decode(bool onlySize)
105 bool BMPImageDecoder::decodeHelper(bool onlySize
    [all...]
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 31 DEFINE_DECODER_CREATOR(BMPImageDecoder);
  /external/skia/include/images/
SkImageDecoder.h 454 DECLARE_DECODER_CREATOR(BMPImageDecoder);

Completed in 231 milliseconds