Searched refs:ICOImageDecoder (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.cpp32 #include "platform/image-decoders/ico/ICOImageDecoder.h"
48 ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption, function in class:WebCore::ICOImageDecoder
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
[all...]
H A DICOImageDecoder.h41 class PLATFORM_EXPORT ICOImageDecoder : public ImageDecoder { class in namespace:WebCore
43 ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
44 virtual ~ICOImageDecoder();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebImageDecoder.cpp36 #include "platform/image-decoders/ico/ICOImageDecoder.h"
63 m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.cpp26 #include "platform/image-decoders/ico/ICOImageDecoder.h"
105 return adoptPtr(new ICOImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h531 DECLARE_DECODER_CREATOR(ICOImageDecoder); variable
/external/skia/include/core/
H A DSkImageDecoder.h531 DECLARE_DECODER_CREATOR(ICOImageDecoder); variable
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libico.cpp383 DEFINE_DECODER_CREATOR(ICOImageDecoder); variable
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp383 DEFINE_DECODER_CREATOR(ICOImageDecoder); variable
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk331 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
H A Dblink_platform.target.darwin-mips.mk330 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
H A Dblink_platform.target.darwin-x86.mk330 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
H A Dblink_platform.target.linux-arm.mk331 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
H A Dblink_platform.target.linux-mips.mk330 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
H A Dblink_platform.target.linux-x86.mk330 third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \

Completed in 190 milliseconds