HomeSort by relevance Sort by last modified time
    Searched refs:rotate (Results 201 - 225 of 479) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 89 virtual void rotate(float angleInRadians) = 0;
PlatformGraphicsContextRecording.h 98 virtual void rotate(float angleInRadians);
  /external/webp/include/webp/
decode.h 403 int rotate; // TODO(later) member in struct:WebPBitstreamFeatures
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 49 /** Rotate animation duration; in milliseconds */
139 /** The rotate runnable used to animate rotations of the image */
529 rotate(90, true);
536 rotate(-90, true);
760 // rotate back to the original orientation
900 * @param degrees how many degrees to rotate the image, positive rotates clockwise
901 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
903 private void rotate(float degrees, boolean animate) { method in class:PhotoView
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 64 m->rotate(rot, x, y, z);
  /hardware/qcom/display/liboverlay/
overlayMdpRot.cpp 229 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) {
230 ALOGE("MdpRot failed rotate");
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 340 * @rotate: rotation degree in clockwise
351 enum rotation rotate; member in struct:fimg2d_param
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 195 // Focus indicator is directional. Rotate the matrix and the canvas
199 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /packages/apps/Gallery2/src/com/android/camera/ui/
FaceView.java 206 // Focus indicator is directional. Rotate the matrix and the canvas
210 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 195 public void rotate(int degrees) { method in class:LocalVideo
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 55 mRotate = context.getString(R.string.rotate);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlWheel.java 33 * zoom control, the method {@link #rotate} is added for rotation animation
123 // Rotate the wheel with the angle when the wheel is rotating or
181 public void rotate(double angle) { method in class:ZoomControlWheel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 259 __u32 rotate; /* angle we rotate counter clockwise */ member in struct:fb_var_screeninfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 259 __u32 rotate; /* angle we rotate counter clockwise */ member in struct:fb_var_screeninfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 259 __u32 rotate; /* angle we rotate counter clockwise */ member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fb.h 239 __u32 rotate; member in struct:fb_var_screeninfo

Completed in 3146 milliseconds

1 2 3 4 5 6 7 891011>>