Searched refs:BMPImageDecoder (Results 1 - 14 of 14) 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:WebCore::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:WebCore
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"
60 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.cpp24 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
111 return adoptPtr(new BMPImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h529 DECLARE_DECODER_CREATOR(BMPImageDecoder); variable
/external/skia/include/core/
H A DSkImageDecoder.h529 DECLARE_DECODER_CREATOR(BMPImageDecoder); variable
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk327 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips.mk326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86.mk326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-arm.mk327 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-mips.mk326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
H A Dblink_platform.target.linux-x86.mk326 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \

Completed in 191 milliseconds