HomeSort by relevance Sort by last modified time
    Searched refs:rotation (Results 176 - 200 of 401) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 97 private synchronized native boolean applyTransform(long stateId, Vector3f location, Quaternion rotation);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 81 // apply rotation
86 childCollisionShape.rotation.mult(tempRot, tempRot);
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 70 4. What about sprite rotation?
75 effectively specify image rotation per point.
  /external/qemu/android/
keycode.h 123 * it doesn't correspond to a D-Pad arrow. 'rotation' is the number of
132 extern AndroidKeyCode android_keycode_rotate( AndroidKeyCode code, int rotation );
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 186 if (GeometryMathUtils.needsDimensionSwap(mGeometry.rotation)) {
216 private int decode(int movingEdges, float rotation) {
217 int rot = CropMath.constrainedRotation(rotation);
321 decode(mCropObj.getSelectState(), mGeometry.rotation.value()));
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 236 jint rotation,
254 rotation, flip_vert, flip_horiz); local
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
BoneContext.java 178 Quaternion rotation = pose.toRotationQuat(); local
181 bone.setBindTransforms(poseLocation, rotation, scale);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 54 public IWindowManagerImpl(Configuration config, DisplayMetrics metrics, int rotation,
58 mRotation = rotation;
  /frameworks/uiautomator/src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 49 * @param rotation The rotaion of current display
53 public static void dumpWindowToFile(AccessibilityNodeInfo root, File dumpFile, int rotation,
66 serializer.attribute("", "rotation", Integer.toString(rotation));
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 122 enum rotation { enum
340 * @rotate: rotation degree in clockwise
351 enum rotation rotate;
  /packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java 135 * @param rot angle of rotation about rectangle center
236 * Constrains rotation to be in [0, 90, 180, 270] rounding down.
237 * @param rotation any rotation value, in degrees
238 * @return integer rotation in [0, 90, 180, 270]
240 public static int constrainedRotation(float rotation) {
241 int r = (int) ((rotation % 360) / 90);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 137 * @param rot angle of rotation about rectangle center
238 * Constrains rotation to be in [0, 90, 180, 270] rounding down.
239 * @param rotation any rotation value, in degrees
240 * @return integer rotation in [0, 90, 180, 270]
242 public static int constrainedRotation(float rotation) {
243 int r = (int) ((rotation % 360) / 90);
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 67 public BitmapRegionTileSource(Context context, String path, int previewSize, int rotation) {
69 mRotation = rotation;
  /packages/apps/Launcher3/src/com/android/launcher3/
SavedWallpaperImages.java 64 int rotation = WallpaperCropActivity.getRotationFromExif(file.getAbsolutePath()); local
66 new BitmapRegionTileSource(a, file.getAbsolutePath(), 1024, rotation), null);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 88 getbaseclasses(StdSuites.Type_Names_Suite.rotation)
163 'trot' : StdSuites.Type_Names_Suite.rotation,
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 421 SkBitmapOperations::RotationAmount rotation)
423 rotation_(rotation) {
556 SkBitmapOperations::RotationAmount rotation) {
560 return ImageSkia(new RotatedSource(source, rotation),
561 SkBitmapOperations::ROTATION_180_CW == rotation ?
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 352 JacobiRotation<Scalar> rotation; local
353 rotation.makeGivens(m_T(index, index+1), m_T(index+1, index+1) - m_T(index, index));
354 m_T.applyOnTheLeft(index, index+1, rotation.adjoint());
355 m_T.applyOnTheRight(index, index+1, rotation);
356 m_U.applyOnTheRight(index, index+1, rotation);
  /external/qemu/hw/
goldfish_fb.c 61 int rotation; /* 0, 1, 2 or 3 */ member in struct:goldfish_fb_state
86 qemu_put_be32(f, s->rotation);
111 /* XXX: We should be able to force a resize/rotation from here ? */
124 s->rotation = qemu_get_be32(f);
611 if(s->set_rotation != s->rotation) {
612 //printf("FB_SET_BASE: rotation : %d => %d\n", s->rotation, s->set_rotation);
613 s->rotation = s->set_rotation;
618 //printf("FB_SET_BASE: need resize (rotation=%d)\n", s->rotation );
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 224 //Use rotator for 0 rotation. It is used anyway for others.
228 //then rotator will be used even if its 0 rotation case.
415 * rotation is 90, 180 etc
417 int getMdpOrient(eTransform rotation);
559 inline int getMdpOrient(eTransform rotation) {
560 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, rotation);
561 switch(rotation)
568 //Clients in Android dont factor in 90 rotation while deciding flip.
576 ALOGE("%s: invalid rotation value (value = 0x%x",
577 __FUNCTION__, rotation);
    [all...]
  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.h 224 //Use rotator for 0 rotation. It is used anyway for others.
228 //then rotator will be used even if its 0 rotation case.
415 * rotation is 90, 180 etc
417 int getMdpOrient(eTransform rotation);
559 inline int getMdpOrient(eTransform rotation) {
560 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, rotation);
561 switch(rotation)
568 //Clients in Android dont factor in 90 rotation while deciding flip.
576 ALOGE("%s: invalid rotation value (value = 0x%x",
577 __FUNCTION__, rotation);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 67 // animation applies a transformation while the rotation is in progress.
78 // It starts running once the new rotation UI elements are ready to be
98 // to switch to a new rotation before finishing the previous one.
207 // Screenshot does NOT include rotation!
321 public static void createRotationMatrix(int rotation, int width, int height,
323 switch (rotation) {
343 private void setRotationInTransaction(int rotation) {
344 mCurRotation = rotation;
348 // with the current screen rotation.
349 int delta = deltaRotation(rotation, Surface.ROTATION_0)
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 63 int rotation = 0; variable
1139 rotation = 0;
1168 params.set(CameraParameters::KEY_ROTATION, rotation);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 807 /** The camera rotation (used for capture). */
1379 int rotation = (mActualFacing == FACING_FRONT) local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 192 static_cast<int>(display_info.rotation()));
199 if (display_info.rotation() == gfx::Display::ROTATE_90 ||
200 display_info.rotation() == gfx::Display::ROTATE_270) {
386 gfx::Display::Rotation new_rotation = gfx::Display::ROTATE_0;
398 LOG(ERROR) << "Invalid rotation: " << rotation_value << " Falls back to 0";
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 89 Rotation rotation, int x, int y)
148 crtc->rotation = rotation;
163 #if 0 /* Implement and enable to enable rotation and reflection. */

Completed in 768 milliseconds

1 2 3 4 5 6 78 91011>>