/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_user_image.html | 15 <div id="user-image-stream-crop">
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnailing_algorithm.h | 25 // Provides information necessary to crop-and-resize image data from a source
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ImageBitmap.h | 65 // ImageBitmaps not constructed from HTMLImageElements always pre-crop and store the image at (0, 0).
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPrintScalingOption.h | 37 WebPrintScalingOptionNone, // Prints the upper left of a page without scaling. Crop the page contents that don't fit on the paper.
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.cc | 154 // Compute size to crop video frame to. 161 // Transform screen crop to camera space if rotated. 191 // TODO(fbarchard): crop to multiple of 16 width for better performance. 193 // Wide aspect - crop horizontally
|
/packages/apps/Camera2/res/layout/ |
crop_activity.xml | 35 <com.android.camera.crop.CropView
|
/packages/apps/Gallery/src/com/android/camera/ |
Wallpaper.java | 47 intent.putExtra("crop", "true");
|
/packages/apps/Gallery2/res/layout/ |
crop_activity.xml | 35 <com.android.gallery3d.filtershow.crop.CropView
|
/packages/apps/Launcher3/WallpaperPicker/res/values-en-rGB/ |
strings.xml | 35 <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string>
|
/packages/apps/Launcher3/WallpaperPicker/res/values-en-rIN/ |
strings.xml | 35 <string name="crop_wallpaper" msgid="4882870800623585836">"Crop wallpaper"</string>
|
/packages/apps/Launcher3/WallpaperPicker/res/values-tl/ |
strings.xml | 35 <string name="crop_wallpaper" msgid="4882870800623585836">"I-crop ang wallpaper"</string>
|
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 131 // crop (say, flipped horizontally) on the same frame. 184 * Changes the crop parameters of this bitmap. Note that the underlying OpenGL texture's 185 * parameters are not changed immediately The crop is updated on the
|
/external/skia/gm/ |
image.cpp | 149 static const char* kLabel4 = "Full Crop"; 150 static const char* kLabel5 = "Over-crop"; 152 static const char* kLabel7 = "No Crop";
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
SurfaceTargetFilter.java | 74 * bars. May crop. 231 // Screen is wider than the camera, crop in Y 235 // Screen is taller than the camera, crop in X
|
SurfaceRenderFilter.java | 66 * bars. May crop. 263 // Screen is wider than the camera, crop in Y 267 // Screen is taller than the camera, crop in X
|
/frameworks/native/libs/gui/tests/ |
SurfaceTextureClient_test.cpp | 485 Rect crop = mST->getCurrentCrop(); local 486 EXPECT_EQ(0, crop.left); 487 EXPECT_EQ(0, crop.top); 488 EXPECT_EQ(4, crop.right); 489 EXPECT_EQ(4, crop.bottom); 613 android_native_rect_t crop; local 614 crop.left = 0; 615 crop.top = 0; 616 crop.right = 5; 617 crop.bottom = 5 [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
WidgetConfigure.java | 38 import com.android.gallery3d.filtershow.crop.CropActivity; 39 import com.android.gallery3d.filtershow.crop.CropExtras; 143 // We try to crop a larger image (by scale factor), but there is still
|
/frameworks/native/include/gui/ |
IGraphicBufferProducer.h | 112 const Rect& crop, int scalingMode, uint32_t transform, bool async, 114 : timestamp(timestamp), isAutoTimestamp(isAutoTimestamp), crop(crop), 122 *outCrop = crop; 138 Rect crop; member in struct:android::IGraphicBufferProducer::QueueBufferInput
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
PhotoSelectionHandler.java | 144 // Photo was successfully taken or selected from gallery, now crop it. 159 // location just to be able to crop it. 239 // Launch gallery to crop the photo 243 Log.e(TAG, "Cannot crop image", e); 313 Intent intent = new Intent("com.android.camera.action.CROP");
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
commands.js | 365 * Crop command. 367 * @param {Rect} imageRect Crop rectangle in image coordinates. 371 Command.Crop = function(imageRect) { 372 Command.call(this, 'crop' + imageRect.toString()); 376 Command.Crop.prototype = { __proto__: Command.prototype }; 379 Command.Crop.prototype.execute = function( 392 Command.Crop.prototype.revertView = function(canvas, imageView) {
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.h | 115 static void setBwc(hwc_context_t *ctx, const hwc_rect_t& crop, 183 void calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst, 209 //Trims a layer's source crop which is outside of screen boundary. 211 hwc_rect_t& crop, hwc_rect_t& dst); 219 hwc_rect_t& crop, const ovutils::eMdpFlags& mdpFlags, 223 const ovutils::eTransform& orient, const hwc_rect_t& crop, 228 hwc_rect_t& crop);
|
hwc_ad.cpp | 157 const hwc_rect_t& crop, 213 hwc_rect_t dst = crop; //input same as output 215 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL,
|
/external/kernel-headers/original/video/ |
dsscomp.h | 286 * 1) 0 <= crop.x <= crop.x + crop.w <= width 287 * 2) 0 <= crop.y <= crop.y + crop.h <= height 301 * 2) Crop region will be adjusted to the pixel granularity: 303 * not modify the output region. Crop region is for the 330 struct dss2_rect_t crop; /* crop window - in source buffer * member in struct:dss2_ovl_cfg [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 376 int[] crop = new int[4]; local 377 crop[0] = cropU; 378 crop[1] = cropV; 379 crop[2] = cropW; 380 crop[3] = cropH; 381 mCrop = crop;
|
/device/lge/mako/camera/ |
QCameraHWI_Still.cpp | 1605 common_crop_t crop; local 1919 common_crop_t crop; local [all...] |