HomeSort by relevance Sort by last modified time
    Searched defs:endFrame (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 40 @property(nonatomic) CGRect endFrame;
48 // and |endFrame| properties of the animation.
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.cpp 53 Vector<RefPtr<Archive> >::const_iterator endFrame = subframes.end();
55 for (; iFrame != endFrame; ++iFrame) {
  /external/srec/portable/include/
pstream.h 40 struct FileBufferFrame *endFrame;
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.cpp 170 unsigned endFrame = m_isGrain ? static_cast<unsigned>(startFrame + m_grainDuration * bufferSampleRate) : bufferLength;
175 endFrame += 512;
180 if (endFrame > bufferLength)
181 endFrame = bufferLength;
182 if (m_readIndex >= endFrame)
210 ASSERT(m_readIndex <= endFrame);
211 if (m_readIndex > endFrame)
215 int framesAvailable = endFrame - m_readIndex;
235 if (m_readIndex >= endFrame) {
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 220 int endFrame = 1;
225 endFrame = i + 1;
229 / (times[endFrame] - times[startFrame]);
236 rotations.get(endFrame, tempQ2);
237 translations.get(endFrame, tempV2);
239 scales.get(endFrame, tempS2);
SpatialTrack.java 97 int endFrame = 1;
101 endFrame = i + 1;
104 float blend = (time - times[startFrame]) / (times[endFrame] - times[startFrame]);
114 rotations.get(endFrame, tempQ2);
116 translations.get(endFrame, tempV2);
118 scales.get(endFrame, tempS2);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 139 public void endFrame() {
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 351 milliseconds