Home
last modified time | relevance | path

Searched defs:clearBeforeFrame (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.cpp56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear()
DBitmapImage.cpp79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame; in destroyDecodedData() local
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp138 void GIFImageDecoder::clearFrameBufferCache(size_t clearBeforeFrame) in clearFrameBufferCache()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp459 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataR… in clear()