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

  /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/wince/
ImageWinCE.cpp 99 size_t currentFrame = m_currentFrame;
102 m_currentFrame = currentFrame;
  /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/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/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/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/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/WebKit/qt/Api/
qwebview.cpp 145 QWebFrame* currentFrame() const
174 QWebFrame* frame = currentFrame();
181 QWebFrame* frame = currentFrame();
192 QWebFrame* frame = currentFrame();
    [all...]
qwebpage.cpp     [all...]
  /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...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.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 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 519 milliseconds