/external/replicaisland/src/com/replica/replicaisland/ |
D | SpriteComponent.java | 101 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/ |
D | quaternion_demo.cpp | 277 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/ |
D | sys_android.cpp | 596 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/ |
D | XUnresolvedVariable.java | 116 int currentFrame = vars.getStackFrame(); in execute() local 136 vars.unlink(currentFrame); in execute()
|
/external/webkit/Source/WebKit/qt/tests/qwebview/ |
D | tst_qwebview.cpp | 380 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/ |
D | ImageCairoWin.cpp | 101 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize() local 104 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
|
D | ImageCGWin.cpp | 95 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize() local 98 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | BitmapImage.h | 163 virtual NativeImagePtr nativeImageForCurrentFrame() { return frameAtIndex(currentFrame()); } 197 size_t currentFrame() const { return m_currentFrame; }
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | ImageWinCE.cpp | 99 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize() local 102 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebWindowAnimation.h | 39 - (NSRect)currentFrame;
|
D | WebWindowAnimation.m | 102 - (NSRect)currentFrame 114 NSRect currentRect = [self currentFrame];
|
D | WebVideoFullscreenController.mm | 560 startRect = [_fullscreenAnimation currentFrame];
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebview.cpp | 145 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()
|
D | qwebpage.h | 251 QWebFrame *currentFrame() const;
|
D | qwebpage.cpp | 1988 QWebFrame *QWebPage::currentFrame() const in currentFrame() function in QWebPage
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | VariableStack.java | 255 public void unlink(int currentFrame) in unlink() argument 258 _currentFrameBottom = currentFrame; in unlink()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | ImageGtk.cpp | 155 cairo_surface_t* frame = frameAtIndex(currentFrame()); in getGdkPixbuf()
|
/external/v8/src/ |
D | d8.js | 118 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/ |
D | WebPageSerializerImpl.cpp | 476 WebFrameImpl* currentFrame = m_frames[i]; in collectTargetFrames() local 478 Document* currentDoc = currentFrame->frame()->document(); in collectTargetFrames()
|
D | WebViewImpl.cpp | 892 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/ |
D | tst_qgraphicswebview.cpp | 398 webView1.page()->currentFrame()->render(&painter1); in setPalette() 451 webView2.page()->currentFrame()->render(&painter2); in setPalette()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 2092 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/ |
D | browser_window_controller.mm | 694 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/ |
D | tst_qwebpage.cpp | 2269 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/ |
D | QtWebKitu.def | 129 …?currentFrame@QWebPage@@QBEPAVQWebFrame@@XZ @ 128 NONAME ; class QWebFrame * QWebPage::currentFram…
|