Home
last modified time | relevance | path

Searched refs:currentFrame (Results 1 – 25 of 31) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DSpriteComponent.java101 AnimationFrame currentFrame = currentAnimation.getFrame(mAnimationTime); in update() local
102 if (currentFrame != null) { in update()
107 if (mVisible && currentFrame.texture != null && factory != null) { in update()
116 bitmap.setTexture(currentFrame.texture); in update()
124 mCollisionComponent.setCollisionVolumes(currentFrame.attackVolumes, in update()
125 currentFrame.vulnerabilityVolumes); in update()
/external/eigen/demos/opengl/
Dquaternion_demo.cpp277 Frame currentFrame; in animate() local
282 currentFrame = lo->second; in animate()
288 currentFrame = hi->second; in animate()
294 currentFrame = ::lerpFrame<EulerAngles<float> >(s, lo->second, hi->second); in animate()
296 currentFrame = ::lerpFrame<Eigen::Quaternionf>(s, lo->second, hi->second); in animate()
302 currentFrame.orientation.coeffs().normalize(); in animate()
305 currentFrame.orientation = currentFrame.orientation.inverse(); in animate()
306 currentFrame.position = - (currentFrame.orientation * currentFrame.position); in animate()
307 mCamera.setFrame(currentFrame); in animate()
/external/quake/quake/src/WinQuake/
Dsys_android.cpp596 static int currentFrame; variable
602 currentFrame = 0; in InitFrameTimes()
611 if (currentFrame > 0) { in UpdateFrameTimes()
615 fastestFrame.frame = currentFrame; in UpdateFrameTimes()
619 slowestFrame.frame = currentFrame; in UpdateFrameTimes()
622 currentFrame++; in UpdateFrameTimes()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DXUnresolvedVariable.java116 int currentFrame = vars.getStackFrame(); in execute() local
136 vars.unlink(currentFrame); in execute()
/external/webkit/Source/WebKit/qt/tests/qwebview/
Dtst_qwebview.cpp380 view1.page()->setViewportSize(view1.page()->currentFrame()->contentsSize()); in setPalette()
401 view1.page()->currentFrame()->render(&painter1); in setPalette()
427 view2.page()->setViewportSize(view2.page()->currentFrame()->contentsSize()); in setPalette()
448 view2.page()->currentFrame()->render(&painter2); in setPalette()
478 view.page()->currentFrame()->render(&painter); in renderingAfterMaxAndBack()
499 view.page()->currentFrame()->render(&painter2); in renderingAfterMaxAndBack()
509 view.page()->currentFrame()->render(&painter3); in renderingAfterMaxAndBack()
/external/webkit/Source/WebCore/platform/graphics/win/
DImageCairoWin.cpp101 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize() local
104 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
DImageCGWin.cpp95 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize() local
98 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
/external/webkit/Source/WebCore/platform/graphics/
DBitmapImage.h163 virtual NativeImagePtr nativeImageForCurrentFrame() { return frameAtIndex(currentFrame()); }
197 size_t currentFrame() const { return m_currentFrame; }
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageWinCE.cpp99 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize() local
102 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
/external/webkit/Source/WebKit/mac/WebView/
DWebWindowAnimation.h39 - (NSRect)currentFrame;
DWebWindowAnimation.m102 - (NSRect)currentFrame
114 NSRect currentRect = [self currentFrame];
DWebVideoFullscreenController.mm560 startRect = [_fullscreenAnimation currentFrame];
/external/webkit/Source/WebKit/qt/Api/
Dqwebview.cpp145 QWebFrame* currentFrame() const in currentFrame() function in QWebViewKineticScroller
174 QWebFrame* frame = currentFrame(); in maximumScrollPosition()
181 QWebFrame* frame = currentFrame(); in scrollPosition()
192 QWebFrame* frame = currentFrame(); in setScrollPosition()
Dqwebpage.h251 QWebFrame *currentFrame() const;
Dqwebpage.cpp1988 QWebFrame *QWebPage::currentFrame() const in currentFrame() function in QWebPage
/external/apache-xml/src/main/java/org/apache/xpath/
DVariableStack.java255 public void unlink(int currentFrame) in unlink() argument
258 _currentFrameBottom = currentFrame; in unlink()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DImageGtk.cpp155 cairo_surface_t* frame = frameAtIndex(currentFrame()); in getGdkPixbuf()
/external/v8/src/
Dd8.js118 currentFrame: kNoFrame, property
193 Debug.State.currentFrame = 0;
214 Debug.State.currentFrame = 0;
220 Debug.State.currentFrame = kNoFrame;
400 (Debug.State.currentFrame + 1));
407 (Debug.State.currentFrame - 1));
624 if (Debug.State.currentFrame == kNoFrame) {
2084 Debug.State.currentFrame = body.index;
/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializerImpl.cpp476 WebFrameImpl* currentFrame = m_frames[i]; in collectTargetFrames() local
478 Document* currentDoc = currentFrame->frame()->document(); in collectTargetFrames()
DWebViewImpl.cpp892 Frame* currentFrame = frame; in propagateScroll() local
893 while (!scrollHandled && currentFrame) { in propagateScroll()
894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity); in propagateScroll()
895 currentFrame = currentFrame->tree()->parent(); in propagateScroll()
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
Dtst_qgraphicswebview.cpp398 webView1.page()->currentFrame()->render(&painter1); in setPalette()
451 webView2.page()->currentFrame()->render(&painter2); in setPalette()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2092 Frame* currentFrame = (*iter)->pluginView()->parentFrame(); in notifyPluginsOnFrameLoad() local
2093 while (currentFrame) { in notifyPluginsOnFrameLoad()
2094 if (frame == currentFrame) { in notifyPluginsOnFrameLoad()
2107 currentFrame = currentFrame->tree()->parent(); in notifyPluginsOnFrameLoad()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm694 NSRect currentFrame = [[self window] frame];
695 zoomedWidth = std::max(zoomedWidth, currentFrame.size.width);
699 if (currentFrame.origin.x + zoomedWidth > frame.origin.x + frame.size.width)
702 frame.origin.x = currentFrame.origin.x;
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp2269 webPage1.currentFrame()->setHtml(QString("<html><body>test</body></html>"), QUrl()); in testOptionalJSObjects()
2270 webPage2.currentFrame()->setHtml(QString("<html><body>test</body></html>"), QUrl()); in testOptionalJSObjects()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def129 …?currentFrame@QWebPage@@QBEPAVQWebFrame@@XZ @ 128 NONAME ; class QWebFrame * QWebPage::currentFram…

12