Home
last modified time | relevance | path

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

12

/external/replicaisland/src/com/replica/replicaisland/
DSpriteAnimation.java32 public SpriteAnimation(int animationId, int frameCount) { in SpriteAnimation()
47 final int frameCount = frames.getCount(); in getFrame() local
DUtils.java87 public final static float framesToTime(int framesPerSecond, int frameCount) { in framesToTime()
/external/webkit/Source/WebKit/mac/Misc/
DWebKitStatistics.m47 {
/external/skia/src/animator/
DSkOperandIterpolator.cpp18 SkOperandInterpolator::SkOperandInterpolator(int elemCount, int frameCount, in SkOperandInterpolator()
24 void SkOperandInterpolator::reset(int elemCount, int frameCount, SkDisplayTypes type) in reset()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java68 private int frameCount = 1; field in VisualSampleEntry
126 public void setFrameCount(int frameCount) { in setFrameCount()
/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
/external/skia/src/utils/
DSkInterpolator.cpp26 void SkInterpolatorBase::reset(int elemCount, int frameCount) { in reset()
137 SkInterpolator::SkInterpolator(int elemCount, int frameCount) { in SkInterpolator()
142 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.cpp228 int frameCount = 0; in setData() local
310 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/okhttp/src/test/java/libcore/net/spdy/
DMockSpdyPeer.java38 private int frameCount = 0; field in MockSpdyPeer
/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

12