HomeSort by relevance Sort by last modified time
    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; }
227 AlphaBlendSource m_alphaBlendSource;
ImageFrame.cpp 65 setAlphaBlendSource(other.alphaBlendSource());
ImageDecoder.cpp 171 if ((frameRectIsOpaque || currBuffer->alphaBlendSource() == ImageFrame::BlendAtopBgcolor)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 297 ImageFrame::AlphaBlendSource alphaBlendSource;
316 EXPECT_EQ(frameParameters[i].alphaBlendSource, frame->alphaBlendSource());
339 ImageFrame::AlphaBlendSource alphaBlendSource;
359 EXPECT_EQ(frameParameters[i].alphaBlendSource, frame->alphaBlendSource());
382 ImageFrame::AlphaBlendSource alphaBlendSource;
    [all...]
WEBPImageDecoder.cpp 510 if ((m_formatFlags & ANIMATION_FLAG) && frameIndex && buffer.alphaBlendSource() == ImageFrame::BlendAtopPreviousFrame && buffer.requiredPreviousFrameIndex() != kNotFound) {

Completed in 225 milliseconds