HomeSort by relevance Sort by last modified time
    Searched refs:BMPImageDecoder (Results 1 - 20 of 20) 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"
58 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 25 #include "platform/image-decoders/bmp/BMPImageDecoder.h"
112 return adoptPtr(new BMPImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 470 DECLARE_DECODER_CREATOR(BMPImageDecoder);
  /external/skia/include/core/
SkImageDecoder.h 538 DECLARE_DECODER_CREATOR(BMPImageDecoder);
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 340 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-arm.mk 340 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-mips.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-x86.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 339 third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
    [all...]

Completed in 339 milliseconds