Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.h136 const int cAnimationLoopInfinite = -1; variable
DBitmapImage.cpp450 …if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) { in internalAdvanceAnimation()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp256 result = cAnimationLoopInfinite; in repetitionCount()
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageReader.cpp694 loop_count = WebCore::cAnimationLoopInfinite; in read()