OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alphaBlendSource
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.h
59
enum
AlphaBlendSource
{
119
AlphaBlendSource
alphaBlendSource
() const { return m_alphaBlendSource; }
139
void setAlphaBlendSource(
AlphaBlendSource
alphaBlendSource
) { m_alphaBlendSource =
alphaBlendSource
; }
219
AlphaBlendSource
m_alphaBlendSource;
ImageFrame.cpp
66
setAlphaBlendSource(other.
alphaBlendSource
());