HomeSort by relevance Sort by last modified time
    Searched full:accelerate (Results 1 - 25 of 65) sorted by null

1 2 3

  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 19 * "accelerate" and "decelerate" are float values in the timing draft and
40 * <br> The sum of the values for accelerate and decelerate must not exceed
47 public void setAccelerate(float accelerate)
54 * <br> The sum of the values for accelerate and decelerate must not exceed
  /external/webkit/Source/WebCore/platform/audio/
VectorMath.cpp 32 #include <Accelerate/Accelerate.h>
40 // On the Mac we use the highly optimized versions in Accelerate.framework
41 // In 32-bit mode (__ppc__ or __i386__) <Accelerate/Accelerate.h> includes <vecLib/vDSP_translate.h> which defines macros of the same name as
Biquad.cpp 40 #include <Accelerate/Accelerate.h>
119 // Here we have optimized version using Accelerate.framework
FFTFrame.h 35 #include <Accelerate/Accelerate.h>
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 31 #if USE(ACCELERATE)
32 #include <Accelerate/Accelerate.h>
40 #if USE(ACCELERATE)
60 #if USE(ACCELERATE)
109 #endif // USE(ACCELERATE)
158 #if USE(ACCELERATE)
198 #if USE(ACCELERATE)
245 #endif // USE(ACCELERATE)
295 #if USE(ACCELERATE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java 35 "Accelerate", "Decelerate", "Accelerate/Decelerate",
  /external/quake/quake/src/QW/client/
pmove.h 79 float accelerate; member in struct:__anon10458
pmove.c 542 PM_Accelerate (wishdir, wishspeed, movevars.accelerate);
548 PM_AirAccelerate (wishdir, wishspeed, movevars.accelerate);
813 // accelerate
840 accelspeed = movevars.accelerate*frametime*wishspeed;
  /external/webkit/Source/WebCore/platform/audio/mkl/
FFTFrameMKL.cpp 55 // matches Accelerate.framework's on the Mac, though interleaved.
59 // Set the forward scale factor to 2 to match Accelerate.framework's.
65 // Set the backward scale factor to 1 / 2n to match Accelerate.framework's.
  /external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp 142 // we should use SSE or other intrinsics to accelerate it.
162 // or other intrinsics to accelerate it.
195 // intrinsics to accelerate it.
  /bionic/libc/arch-sh/bionic/
ffs.S 59 bt Lzero ! testing here to accelerate ret=1..8 cases
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 34 <dd>Beginning in Android 3.0, you can hardware accelerate the majority of
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/
scrollbar.edc 176 transition: ACCELERATE 0.5;
353 transition: ACCELERATE 0.5;
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 535 notes = "test run an accelerate alpha animation",
541 notes = "test run an accelerate alpha animation",
547 notes = "test run an accelerate alpha animation",
553 notes = "test run an accelerate alpha animation",
559 notes = "test run an accelerate alpha animation",
565 notes = "test run an accelerate alpha animation",
571 notes = "test run an accelerate alpha animation",
    [all...]
AccelerateDecelerateInterpolatorTest.java 81 notes = "Test case will accelerate then decelerate AlphaAnimation. It will change"
AccelerateInterpolatorTest.java 88 notes = "Test case will accelerate AlphaAnimation. It will change alpha from 0.1 to"
  /external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.cpp 119 // to hit the desired position and stop (and thus have to re-accelerate,
202 // the length of time we'll take to accelerate from 0 to our target
253 // We accelerate at a constant rate until we reach the desired velocity.
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 183 transition: ACCELERATE 0.5;
419 transition: ACCELERATE 0.5;
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 32 /// path, using the cache to accelerate it if possible. This returns true if
  /external/webkit/Source/WebCore/gyp/
WebCore.gyp 50 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 151 // whether the rendering system can accelerate the display of this MediaPlayer.
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 151 * @param holder The holder for the surface to hardware accelerate.
160 * @param holder The holder for the surface to hardware accelerate
183 * @param holder The holder for the surface to hardware accelerate
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 282 /* if an alpha pixel format is specified, we can accelerate alpha blits */
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 160 # could accelerate with writelines in some versions of Python, at
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_core.c 14 * accelerate functionality like rsAllocationGetDimX(). Without this

Completed in 1248 milliseconds

1 2 3