OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.cpp
29
#include "platform/graphics/
ImageSource
.h"
36
ImageSource
::
ImageSource
(
ImageSource
::AlphaOption alphaOption,
ImageSource
::GammaAndColorProfileOption gammaAndColorProfileOption)
42
ImageSource
::~
ImageSource
()
46
size_t
ImageSource
::clearCacheExceptFrame(size_t clearExceptFrame)
51
bool
ImageSource
::initialized() const
56
void
ImageSource
::resetDecoder(
[
all
...]
ImageSource.h
62
class PLATFORM_EXPORT
ImageSource
{
63
WTF_MAKE_NONCOPYABLE(
ImageSource
);
75
ImageSource
(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
76
~
ImageSource
();
78
// Tells the
ImageSource
that the Image no longer cares about decoded frame
82
// In response, the
ImageSource
should delete cached decoded data for other
Completed in 70 milliseconds