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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageDecoder.cpp 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
    [all...]
BMPImageDecoder.h 40 class PLATFORM_EXPORT BMPImageDecoder : public ImageDecoder {
42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
  /external/chromium_org/third_party/WebKit/Source/web/
WebImageDecoder.cpp 35 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
60 m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 34 DEFINE_DECODER_CREATOR(BMPImageDecoder);
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 34 DEFINE_DECODER_CREATOR(BMPImageDecoder);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.cpp 24 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
111 return adoptPtr(new BMPImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 529 DECLARE_DECODER_CREATOR(BMPImageDecoder);
  /external/skia/include/core/
SkImageDecoder.h 529 DECLARE_DECODER_CREATOR(BMPImageDecoder);
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 327 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-arm.mk 327 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-mips.mk 326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-x86.mk 326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]

Completed in 257 milliseconds