Searched refs:BMPImageDecoder (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp32 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
40 // "sizeof(BMPImageDecoder::BitmapFileHeader)" since we omit some fields and
44 BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption, function in class:blink::BMPImageDecoder
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
[all...]
H A DBMPImageDecoder.h40 class PLATFORM_EXPORT BMPImageDecoder : public ImageDecoder { class in namespace:blink
42 BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebImageDecoder.cpp35 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
58 m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp34 DEFINE_DECODER_CREATOR(BMPImageDecoder); variable
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp34 DEFINE_DECODER_CREATOR(BMPImageDecoder); variable
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.cpp25 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
112 return adoptPtr(new BMPImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h470 DECLARE_DECODER_CREATOR(BMPImageDecoder); variable
/external/skia/include/core/
H A DSkImageDecoder.h538 DECLARE_DECODER_CREATOR(BMPImageDecoder); variable
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk340 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-arm64.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips64.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86_64.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-arm.mk340 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-arm64.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-mips.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-mips64.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-x86.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-x86_64.mk339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \

Completed in 403 milliseconds