Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
DWebKitStatistics.m47 {
/external/skia/src/animator/
DSkOperandIterpolator.cpp26 SkOperandInterpolator::SkOperandInterpolator(int elemCount, int frameCount, in SkOperandInterpolator()
32 void SkOperandInterpolator::reset(int elemCount, int frameCount, SkDisplayTypes type) in reset()
/external/webkit/Source/WebCore/inspector/
DScriptCallStack.cpp68 size_t frameCount = o->m_frames.size(); in isEqual() local
/external/webkit/Source/WebKit/chromium/src/
DWebImageDecoder.cpp91 size_t WebImageDecoder::frameCount() const in frameCount() function in WebKit::WebImageDecoder
DWebImageSkia.cpp59 const size_t frameCount = source.frameCount(); in fromData() local
DWebImageCG.cpp60 const size_t frameCount = source.frameCount(); in fromData() local
DWebFrameImpl.cpp180 static int frameCount = 0; variable
/external/skia/src/utils/
DSkInterpolator.cpp33 void SkInterpolatorBase::reset(int elemCount, int frameCount) { in reset()
144 SkInterpolator::SkInterpolator(int elemCount, int frameCount) { in SkInterpolator()
149 void SkInterpolator::reset(int elemCount, int frameCount) { in reset()
/external/webkit/Source/WebCore/history/
DPageCache.cpp327 int PageCache::frameCount() const in frameCount() function in WebCore::PageCache
329 int frameCount = 0; in frameCount() local
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp273 int frameCount = 0; in setData() local
360 size_t ImageSource::frameCount() const in frameCount() function in WebCore::ImageSource
/external/webkit/Source/WebKit/win/
DWebKitStatistics.cpp105 HRESULT STDMETHODCALLTYPE WebKitStatistics::frameCount( in frameCount() function in WebKitStatistics
/external/webkit/Source/WebCore/platform/graphics/
DImageSource.cpp128 size_t ImageSource::frameCount() const in frameCount() function in WebCore::ImageSource
DBitmapImage.cpp221 size_t BitmapImage::frameCount() in frameCount() function in WebCore::BitmapImage
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageDecoderQt.cpp97 size_t ImageDecoderQt::frameCount() in frameCount() function in WebCore::ImageDecoderQt
/external/webkit/Source/WebCore/bindings/v8/
DScriptCallStackFactory.cpp66 int frameCount = stackTrace->GetFrameCount(); in toScriptCallFramesVector() local
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.cpp98 size_t ICOImageDecoder::frameCount() in frameCount() function in WebCore::ICOImageDecoder
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp76 size_t GIFImageDecoder::frameCount() in frameCount() function in WebCore::GIFImageDecoder
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp265 size_t ImageSource::frameCount() const in frameCount() function in WebCore::ImageSource
/external/qemu/audio/
Dcoreaudio.c501 UInt32 frame, frameCount; in audioOutDeviceIOProc() local
639 UInt32 frame, frameCount; in audioInDeviceIOProc() local
/external/proguard/src/proguard/preverify/
DCodePreverifier.java166 int frameCount = stackMapFrameList.size(); in visitCodeAttribute0() local
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.h295 virtual size_t frameCount() { return 1; } in frameCount() function
/external/webkit/Source/WebCore/page/
DPage.h165 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; } in frameCount() function
DPage.cpp952 int frameCount = 0; in checkFrameCountConsistency() local
/external/v8/src/
Ddebug-debugger.js922 ExecutionState.prototype.frameCount = function() { method in ExecutionState