HomeSort by relevance Sort by last modified time
    Searched full:crop (Results 201 - 225 of 498) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Mosaic.h 165 * Bounding box to crop the mosaic when the gray border is not desired.
  /packages/apps/Camera2/src/com/android/camera/crop/
GeometryMathUtils.java 17 package com.android.camera.crop;
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 121 intent.putExtra("crop", "true");
  /packages/apps/Gallery2/
AndroidManifest.xml 277 android:name="com.android.gallery3d.filtershow.crop.CropActivity"
278 android:label="@string/crop"
279 android:theme="@style/Theme.Crop"
282 <action android:name="com.android.camera.action.CROP" />
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 165 * Bounding box to crop the mosaic when the gray border is not desired.
  /external/qemu/tcg/ppc/
tcg-target.c 1125 int crop, sh, arg; local
1193 crop = 0;
1199 crop = 0;
1205 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1211 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
1214 if (crop) tcg_out32 (s, crop);
    [all...]