Searched refs:frameCount (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitStatistics.h38 + (int)frameCount; variable
H A DWebKitStatistics.m46 + (int)frameCount
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DScriptCallStack.cpp69 size_t frameCount = o->m_frames.size();
70 if (frameCount != m_frames.size())
73 for (size_t i = 0; i < frameCount; ++i) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelineFrameController.js117 this.frameCount = frames.length;
122 var lastFrame = frames[this.frameCount - 1];
127 for (var i = 0; i < this.frameCount; ++i) {
135 this.average = totalDuration / this.frameCount;
136 var variance = sumOfSquares / this.frameCount - this.average * this.average;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DBitmapImage.cpp131 size_t numFrames = frameCount();
265 size_t BitmapImage::frameCount() function in class:WebCore::BitmapImage
268 m_frameCount = m_source.frameCount();
269 // If decoder is not initialized yet, m_source.frameCount() returns 0.
291 if (index >= frameCount())
360 return size().width() != 1 || size().height() != 1 || frameCount() > 1;
387 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
396 size_t nextFrame = (m_currentFrame + 1) % frameCount();
404 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1))
442 for (size_t frameAfterNext = (nextFrame + 1) % frameCount(); frameIsCompleteAtInde
[all...]
H A DImageSource.cpp134 size_t ImageSource::frameCount() const function in class:WebCore::ImageSource
136 return m_decoder ? m_decoder->frameCount() : 0;
H A DImageSource.h144 size_t frameCount() const;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebKitStatistics.idl41 HRESULT frameCount([out, retval] int* count);
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/mhtml/
H A DMHTMLParser.h53 size_t frameCount() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageDecoderQt.h50 virtual size_t frameCount();
H A DImageDecoderQt.cpp86 size_t ImageDecoderQt::frameCount() function in class:WebCore::ImageDecoderQt
131 count = frameCount();
220 frameCount();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitStatistics.h51 virtual HRESULT STDMETHODCALLTYPE frameCount(
H A DWebKitStatistics.cpp105 HRESULT STDMETHODCALLTYPE WebKitStatistics::frameCount( function in class:WebKitStatistics
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DSeqGrabber.h54 int frameCount; member in struct:SeqGrabber
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DBitmapImageCG.cpp107 if (frameCount() > 1) {
139 size_t count = frameCount();
152 size_t count = frameCount();
H A DImageSourceCG.cpp290 size_t ImageSource::frameCount() const function in class:WebCore::ImageSource
317 ASSERT(frameCount());
329 if (index < frameCount() - 1)
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DPageCache.h56 int frameCount() const;
H A DPageCache.cpp380 int PageCache::frameCount() const function in class:WebCore::PageCache
382 int frameCount = 0; local
384 ++frameCount;
386 frameCount += current->m_cachedPage ? current->m_cachedPage->cachedMainFrame()->descendantFrameCount() : 0;
389 return frameCount;
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.h49 virtual size_t frameCount();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DImageMac.mm74 unsigned numFrames = frameCount();
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/ico/
H A DICOImageDecoder.h53 virtual size_t frameCount();
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DVMInspector.cpp62 int frameCount = VMInspector::countFrames(frame); local
63 if (frameCount < 0)
76 frameCount, frame,
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DImageCGWin.cpp91 size_t frames = frameCount();
H A DImageCairoWin.cpp97 size_t frames = frameCount();
H A DQTDecompressionSession.cpp114 (**description).frameCount = 1;

Completed in 174 milliseconds

12