OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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;
ImageDecoder.cpp
165
if ((frameRectIsOpaque || currBuffer->
alphaBlendSource
() == ImageFrame::BlendAtopBgcolor)
ImageFrame.cpp
66
setAlphaBlendSource(other.
alphaBlendSource
());
/external/chromium_org/third_party/WebKit/Source/web/tests/
WEBPImageDecoderTest.cpp
216
ImageFrame::
AlphaBlendSource
alphaBlendSource
;
235
EXPECT_EQ(frameParameters[i].
alphaBlendSource
, frame->
alphaBlendSource
());
258
ImageFrame::
AlphaBlendSource
alphaBlendSource
;
278
EXPECT_EQ(frameParameters[i].
alphaBlendSource
, frame->
alphaBlendSource
());
301
ImageFrame::
AlphaBlendSource
alphaBlendSource
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp
427
if ((m_formatFlags & ANIMATION_FLAG) && frameIndex && buffer.
alphaBlendSource
() == ImageFrame::BlendAtopPreviousFrame && buffer.requiredPreviousFrameIndex() != kNotFound) {
Completed in 129 milliseconds