HomeSort by relevance Sort by last modified time
    Searched refs:currentFrame (Results 1 - 25 of 30) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
SpriteComponent.java 101 AnimationFrame currentFrame = currentAnimation.getFrame(mAnimationTime);
102 if (currentFrame != null) {
107 if (mVisible && currentFrame.texture != null && factory != null) {
116 bitmap.setTexture(currentFrame.texture);
124 mCollisionComponent.setCollisionVolumes(currentFrame.attackVolumes,
125 currentFrame.vulnerabilityVolumes);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 116 int currentFrame = vars.getStackFrame();
133 // vars.setStackFrame(currentFrame);
136 vars.unlink(currentFrame);
  /external/webkit/Source/WebKit/mac/WebView/
WebWindowAnimation.h 39 - (NSRect)currentFrame;
WebWindowAnimation.m 102 - (NSRect)currentFrame
114 NSRect currentRect = [self currentFrame];
WebVideoFullscreenController.mm 560 startRect = [_fullscreenAnimation currentFrame];
  /external/eigen/demos/opengl/
quaternion_demo.cpp 277 Frame currentFrame;
282 currentFrame = lo->second;
288 currentFrame = hi->second;
294 currentFrame = ::lerpFrame<EulerAngles<float> >(s, lo->second, hi->second);
296 currentFrame = ::lerpFrame<Eigen::Quaternionf>(s, lo->second, hi->second);
302 currentFrame.orientation.coeffs().normalize();
305 currentFrame.orientation = currentFrame.orientation.inverse();
306 currentFrame.position = - (currentFrame.orientation * currentFrame.position)
    [all...]
  /external/quake/quake/src/WinQuake/
sys_android.cpp 596 static int currentFrame;
602 currentFrame = 0;
611 if (currentFrame > 0) {
615 fastestFrame.frame = currentFrame;
619 slowestFrame.frame = currentFrame;
622 currentFrame++;
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 95 size_t currentFrame = m_currentFrame;
98 m_currentFrame = currentFrame;
ImageCairoWin.cpp 101 size_t currentFrame = m_currentFrame;
104 m_currentFrame = currentFrame;
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 163 virtual NativeImagePtr nativeImageForCurrentFrame() { return frameAtIndex(currentFrame()); }
197 size_t currentFrame() const { return m_currentFrame; }
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 380 view1.page()->setViewportSize(view1.page()->currentFrame()->contentsSize());
401 view1.page()->currentFrame()->render(&painter1);
427 view2.page()->setViewportSize(view2.page()->currentFrame()->contentsSize());
448 view2.page()->currentFrame()->render(&painter2);
478 view.page()->currentFrame()->render(&painter);
499 view.page()->currentFrame()->render(&painter2);
509 view.page()->currentFrame()->render(&painter3);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp 155 cairo_surface_t* frame = frameAtIndex(currentFrame());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 236 final int currentFrame;
238 currentFrame = mCurrentFrame;
242 updateImageCanvas(currentFrame);
243 updateFrameStats(currentFrame);
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 252 * @param currentFrame The current frame to set to
255 public void unlink(int currentFrame)
258 _currentFrameBottom = currentFrame;
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 99 size_t currentFrame = m_currentFrame;
102 m_currentFrame = currentFrame;
  /external/webkit/Source/WebKit/qt/Api/
qwebview.cpp 145 QWebFrame* currentFrame() const
174 QWebFrame* frame = currentFrame();
181 QWebFrame* frame = currentFrame();
192 QWebFrame* frame = currentFrame();
    [all...]
qwebpage.h 251 QWebFrame *currentFrame() const;
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 476 WebFrameImpl* currentFrame = m_frames[i];
478 Document* currentDoc = currentFrame->frame()->document();
WebViewImpl.cpp 892 Frame* currentFrame = frame;
893 while (!scrollHandled && currentFrame) {
894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity);
895 currentFrame = currentFrame->tree()->parent();
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 398 webView1.page()->currentFrame()->render(&painter1);
451 webView2.page()->currentFrame()->render(&painter2);
  /external/v8/src/
d8.js 118 currentFrame: kNoFrame,
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) {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 877 milliseconds

1 2