Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DBitmapImage.cpp97 static const unsigned cLargeAnimationCutoff = 5242880; in destroyDecodedDataIfNecessary() local
98 if (m_frames.size() * frameBytes(m_size) > cLargeAnimationCutoff) in destroyDecodedDataIfNecessary()