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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 421 Intent intent = new Intent("com.android.camera.action.CROP");
440 intent.putExtra("crop", "true");
462 // Scale and crop to a square aspect ratio
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 278 hwc_rect_t crop = layer->sourceCrop; local
283 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
286 int crop_w = crop.right - crop.left;
287 int crop_h = crop.bottom - crop.top;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 273 hwc_rect_t crop = layer->sourceCrop; local
278 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
281 int crop_w = crop.right - crop.left;
282 int crop_h = crop.bottom - crop.top;
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp     [all...]
  /packages/apps/Gallery/
AndroidManifest.xml 81 <action android:name="com.android.camera.action.CROP" />
167 <!-- We configure a widget by asking to pick a photo, then crop it, and store the config internally -->
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 27 <string name="crop_label" msgid="521114301871349328">"Crop picture"</string>
62 <string name="camera_crop" msgid="5584000454518174632">"Crop"</string>
  /packages/apps/Gallery/res/values-en-rIN/
strings.xml 27 <string name="crop_label" msgid="521114301871349328">"Crop picture"</string>
62 <string name="camera_crop" msgid="5584000454518174632">"Crop"</string>
  /packages/apps/Gallery2/res/values-en-rGB/
filtershow_strings.xml 87 <string name="crop" msgid="5781263790107850771">"Crop"</string>
  /packages/apps/Gallery2/res/values-en-rIN/
filtershow_strings.xml 87 <string name="crop" msgid="5781263790107850771">"Crop"</string>
  /packages/apps/Gallery2/res/values-tl/
filtershow_strings.xml 87 <string name="crop" msgid="5781263790107850771">"I-crop"</string>
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 730 cam_rect_t crop; member in struct:__anon1708
762 uint8_t is_crop_valid; /* if crop data is valid */
763 cam_crop_data_t crop_data; /* crop data */
1201 cam_crop_param_t crop; member in struct:__anon1739
    [all...]
  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 134 // Verify UV rects cover the corners of the bitmap and the crop is weighted
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_loader.cc 104 // Auto crop the image, taking the largest square in the center.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.html 67 <div id="managed-user-creation-image-stream-crop">
  /external/chromium_org/chrome/renderer/
mock_printer.h 149 // Specifies whether to retain/crop/scale source page size to fit the
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.mm 117 // supported format and let the client to crop/pad the captured frames.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
avisynth.php 68 'ColorKeyMask', 'Crop', 'CropBottom', 'ChangeFPS', 'ConvertFPS', 'ComplementParity', 'ConvertAudioTo8bit',
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 90 // mCrop is the current crop rectangle for this buffer slot.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CropFilter.java 128 // Calculate transform for crop
  /frameworks/native/libs/gui/
CpuConsumer.cpp 157 nativeBuffer->crop = b.mCrop;
Surface.cpp 280 // Make sure the crop rectangle is entirely inside the buffer.
281 Rect crop; local
282 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
287 crop, mScalingMode, mTransform, mSwapIntervalZero, fence);
  /frameworks/rs/
rsGrallocConsumer.cpp 139 //mAlloc->crop = b.mCrop;
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 745 cam_rect_t crop; member in struct:__anon33130
801 uint8_t is_crop_valid; /* if crop data is valid */
802 cam_crop_data_t crop_data; /* crop data */
1264 cam_crop_param_t crop; member in struct:__anon33167
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 165 * Bounding box to crop the mosaic when the gray border is not desired.

Completed in 1670 milliseconds

1 2 3 4 5 6 78 91011>>