HomeSort by relevance Sort by last modified time
    Searched full:cropped (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropExtras.java 23 public static final String KEY_CROPPED_RECT = "cropped-rect";
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.h 32 // may be cropped.
35 // desktop; the wallpaper may be cropped.
wallpaper_resizer.cc 64 // The dimension with the smallest ratio must be cropped, the other
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 70 // The size of the new frame should have been cropped to multiple of 4.
279 // Tests the Init function with different cropped size.
  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 36 * image will fill the paper and be cropped (default)
206 * Selects whether the image will fill the paper and be cropped
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 1022 BufferedImage cropped; local
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 134 <li>Icons should not present a cropped view of a larger image.</li></ul>
159 alt="Side by side: cropped and glossy vs. matte and single-shape launcher icons"></td>
160 <td style="border:0; vertical-align:middle">Icons should not be cropped. Use unique shapes
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 114 * Returns a circular cropped version of the bitmap passed in.
  /development/samples/training/ContactsList/res/layout/
contact_list_item.xml 23 consistency. Use scaleType=centerCrop to give a nice full cropped image in the assigned
  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.mm 125 // literally taken as bounds (e.g. cropped).
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_loader.h 40 // |size| is positive, the image is cropped to a square and shrunk so that it
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 91 * Draw the image, cropped to the src rect, to the dst rect of a canvas.
  /external/chromium_org/ui/gfx/image/
image_skia_operations.h 43 // Create an image that is cropped from another image. This is special
  /external/skia/include/core/
SkImage.h 91 * Draw the image, cropped to the src rect, to the dst rect of a canvas.
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetConfigure.java 77 // Store the cropped photo in our database
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 87 // This one is not square, so we expect the longer side to be cropped
92 // As 600x400 is above the full photo size, we expect the picture to be cropped and then
  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 587 SkBitmap cropped; local
588 cropped.setConfig(SkBitmap::kARGB_8888_Config, dst_w, dst_h, 0);
589 cropped.allocPixels();
590 cropped.eraseARGB(0, 0, 0, 0);
593 SkAutoLockPixels lock_cropped(cropped);
602 uint32* dst_row = cropped.getAddr32(0, y);
613 return cropped;
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 345 Bitmap cropped = Bitmap.createBitmap(rect.width(), rect.height(), local
347 Canvas canvas = new Canvas(cropped);
350 return cropped;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js 69 * In percents (0.0 - 1.0), how much area can be cropped to fill an image
81 FILL: 0, // Fill whole box. Image may be cropped.
379 // Cropped area in percents.
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 107 // Make sure the cropped video frame's aspect ratio matches the output device.
112 // Fill in the cropped frame's entire data with colors:
140 // Each color region in the cropped frame is on a 2x2 block granularity, to
  /frameworks/base/docs/html/guide/topics/ui/layout/
gridview.jd 167 image is resized and cropped to fit in these dimensions, as appropriate.</li>
169 be cropped toward the center (if necessary).</li>
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 160 // Delete the temporary photo from cache now that we have a cropped version.
205 * - photo has been cropped
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 125 // Cropped photo was returned
261 * @param photoFile The temporary file that the cropped image is written to before being
  /external/chromium/chrome/browser/chromeos/login/
camera.h 166 // available) and frame is cropped. If higher resolution is not available,
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_filters.cc 185 // Then we translate the foreground up by 100 pixels in Y, so the cropped

Completed in 1604 milliseconds

12 3 4 5 6