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

  /packages/apps/Camera2/src/com/android/camera/util/
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 171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
172 if (ori != null) {
173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /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/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
172 if (ori != null) {
173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 546 int ori = cursor.getInt(0); local
547 return ori;
  /external/openssl/crypto/cms/
cms_lcl.h 190 CMS_OtherRecipientInfo *ori; member in union:CMS_RecipientInfo_st::__anon11881
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 295 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
296 if (ori != null) {
297 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 295 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
296 if (ori != null) {
297 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 205 // specially coded on MIPS means that it is a lui/ori instruction, and that is
582 return opcode == ORI;
1574 void Assembler::ori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc 183 // specially coded on MIPS means that it is a lui/ori instruction, and that is
554 return opcode == ORI;
1638 void Assembler::ori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]

Completed in 747 milliseconds