Home
last modified time | relevance | path

Searched refs:frameHasAlphaAtIndex (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.cpp158 bool ImageSource::frameHasAlphaAtIndex(size_t index) const in frameHasAlphaAtIndex() function in blink::ImageSource
160 return !m_decoder || m_decoder->frameHasAlphaAtIndex(index); in frameHasAlphaAtIndex()
DBitmapImage.cpp166 m_frames[index].m_hasAlpha = m_source.frameHasAlphaAtIndex(index); in cacheFrame()
388 bool BitmapImage::frameHasAlphaAtIndex(size_t index) in frameHasAlphaAtIndex() function in blink::BitmapImage
396 return m_source.frameHasAlphaAtIndex(index); in frameHasAlphaAtIndex()
401 return !frameHasAlphaAtIndex(currentFrame()); in currentFrameKnownToBeOpaque()
DImageSource.h121 bool frameHasAlphaAtIndex(size_t) const; // Whether or not the frame actually used any alpha.
DDeferredImageDecoder.cpp165 bool DeferredImageDecoder::frameHasAlphaAtIndex(size_t index) const in frameHasAlphaAtIndex() function in blink::DeferredImageDecoder
168 return m_actualDecoder->frameHasAlphaAtIndex(index); in frameHasAlphaAtIndex()
DDeferredImageDecoder.h71 bool frameHasAlphaAtIndex(size_t index) const;
DBitmapImage.h115 bool frameHasAlphaAtIndex(size_t);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h159 virtual bool frameHasAlphaAtIndex(size_t) const;
DImageDecoder.cpp117 bool ImageDecoder::frameHasAlphaAtIndex(size_t index) const in frameHasAlphaAtIndex() function in blink::ImageDecoder