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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 32 #include "platform/image-decoders/ico/ICOImageDecoder.h"
48 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption,
56 ICOImageDecoder::~ICOImageDecoder()
60 void ICOImageDecoder::setData(SharedBuffer* data, bool allDataReceived)
75 bool ICOImageDecoder::isSizeAvailable()
83 IntSize ICOImageDecoder::size() const
88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
93 bool ICOImageDecoder::setSize(unsigned width, unsigned height
    [all...]
ICOImageDecoder.h 41 class PLATFORM_EXPORT ICOImageDecoder : public ImageDecoder {
43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
44 virtual ~ICOImageDecoder();
  /external/chromium_org/third_party/WebKit/Source/web/
WebImageDecoder.cpp 36 #include "platform/image-decoders/ico/ICOImageDecoder.h"
61 m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.cpp 27 #include "platform/image-decoders/ico/ICOImageDecoder.h"
106 return adoptPtr(new ICOImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 472 DECLARE_DECODER_CREATOR(ICOImageDecoder);
  /external/skia/include/core/
SkImageDecoder.h 540 DECLARE_DECODER_CREATOR(ICOImageDecoder);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 393 DEFINE_DECODER_CREATOR(ICOImageDecoder);
  /external/skia/src/images/
SkImageDecoder_libico.cpp 402 DEFINE_DECODER_CREATOR(ICOImageDecoder);
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 344 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.linux-arm.mk 344 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.linux-mips.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.linux-x86.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 343 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
    [all...]

Completed in 449 milliseconds