Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.h135 const int cAnimationLoopOnce = 0; variable
DBitmapImage.cpp324 …if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frame… in startAnimation()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp243 int result = cAnimationLoopOnce; // No property means loop once. in repetitionCount()
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp36 , m_repetitionCount(cAnimationLoopOnce) in GIFImageDecoder()