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

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagdollCharacter.java 154 Vector3f ori = new Vector3f(i * bLength * 2 + startpt, bHeight + height, -10); local
157 reBoxg.setLocalTranslation(ori);
  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 101 int ori = cursor.getInt(0); local
102 switch (ori) {
179 public static Bitmap orientBitmap(Bitmap bitmap, int ori) {
183 if (ori == ORI_ROTATE_90 ||
184 ori == ORI_ROTATE_270 ||
185 ori == ORI_TRANSPOSE ||
186 ori == ORI_TRANSVERSE) {
191 switch (ori) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 173 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
174 if (ori != null) {
175 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 264 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
265 if (ori != null) {
266 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 111 int ori = cursor.getInt(0); local
112 switch (ori) {
205 public static Bitmap orientBitmap(Bitmap bitmap, int ori) {
209 if (ori == ORI_ROTATE_90 ||
210 ori == ORI_ROTATE_270 ||
211 ori == ORI_TRANSPOSE ||
212 ori == ORI_TRANSVERSE) {
217 switch (ori) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 546 int ori = cursor.getInt(0); local
547 return ori;
  /packages/apps/Launcher3/src/com/android/launcher3/
WallpaperCropActivity.java 207 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
208 if (ori != null) {
209 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 208 // specially coded on MIPS means that it is a lui/ori instruction, and that is
565 return opcode == ORI;
1264 void Assembler::ori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 182 // specially coded on MIPS means that it is a lui/ori instruction, and that is
574 return opcode == ORI;
1257 void Assembler::ori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]

Completed in 2277 milliseconds