OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICOImageDecoder
(Results
1 - 14
of
14
) 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"
63
m_private = new
ICOImageDecoder
(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.cpp
26
#include "platform/image-decoders/ico/
ICOImageDecoder
.h"
105
return adoptPtr(new
ICOImageDecoder
(alphaOption, gammaAndColorProfileOption, maxDecodedBytes));
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
531
DECLARE_DECODER_CREATOR(
ICOImageDecoder
);
/external/skia/include/core/
SkImageDecoder.h
531
DECLARE_DECODER_CREATOR(
ICOImageDecoder
);
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp
383
DEFINE_DECODER_CREATOR(
ICOImageDecoder
);
/external/skia/src/images/
SkImageDecoder_libico.cpp
383
DEFINE_DECODER_CREATOR(
ICOImageDecoder
);
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
331
third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
330
third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
330
third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
331
third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
330
third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
330
third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder
.cpp \
[
all
...]
Completed in 1293 milliseconds