/external/clang/test/SemaCXX/ |
literal-operators.cpp | 43 // FIXME: Test some invalid decls that might crop up.
|
/external/skia/include/effects/ |
SkRectShaderImageFilter.h | 25 * If NULL or a given crop edge is not specified, the source
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.h | 78 bool handleCropRectEvent(const CropParams* crop);
|
/frameworks/base/packages/WallpaperCropper/res/values/ |
strings.xml | 17 <string name="crop_wallpaper">Crop wallpaper</string>
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ResizeFilter.java | 21 // TODO: In the future this could be done with a meta-filter that simply "hard-codes" the crop
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_gscaler.h | 146 * image left crop size[in] 149 * image top crop size[in] 196 * image left crop size[in] 199 * image top crop size[in]
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdssRot.cpp | 83 void MdssRot::setCrop(const utils::Dim& crop) { 85 mRotInfo.src_rect.x = crop.x; 86 mRotInfo.src_rect.y = crop.y; 87 mRotInfo.src_rect.w = crop.w; 88 mRotInfo.src_rect.h = crop.h; 92 mRotInfo.dst_rect.w = crop.w; 93 mRotInfo.dst_rect.h = crop.h;
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageFilter.h | 135 * Returns whether any edges of the crop rect have been set. The crop 137 * input image will be processed. The size of the crop rect should be 176 // Applies "matrix" to the crop rect, and sets "rect" to the intersection of 177 // "rect" and the transformed crop rect. If there is no overlap, returns
|
/external/skia/include/core/ |
SkImageFilter.h | 135 * Returns whether any edges of the crop rect have been set. The crop 137 * input image will be processed. The size of the crop rect should be 176 // Applies "matrix" to the crop rect, and sets "rect" to the intersection of 177 // "rect" and the transformed crop rect. If there is no overlap, returns
|
/external/chromium_org/content/common/gpu/media/ |
exynos_video_encode_accelerator.cc | 1236 struct v4l2_crop crop; local 1283 struct v4l2_crop crop; local 1332 struct v4l2_crop crop; local [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
gallery.css | 40 independently from its parent (which can be dimmed when the crop frame 80 .gallery[tools] .image-container[cursor='crop'] { 240 * independently from their parent (which can be dimmed when the crop frame 283 of the crop frame */ 636 .gallery > .toolbar button.crop { 642 .gallery > .toolbar button.crop:active, 643 .gallery > .toolbar button.crop[pressed] { 886 /* Crop frame */ 888 .gallery .crop-overlay { 895 .gallery .crop-overlay .shadow [all...] |
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropView.java | 17 package com.android.camera.crop; 115 RectF crop = mCropObj.getInnerBounds(); local 117 if (crop != newCropBounds || containing != newPhotoBounds 188 Log.w(LOGTAG, "crop reset called"); 301 // If crop object doesn't exist, create it and update it from master 357 // Draw crop rect and markers
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 17 package com.android.gallery3d.filtershow.crop; 116 RectF crop = mCropObj.getInnerBounds(); local 118 if (crop != newCropBounds || containing != newPhotoBounds 189 Log.w(LOGTAG, "crop reset called"); 302 // If crop object doesn't exist, create it and update it from master 358 // Draw crop rect and markers
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 129 * crop off pixels that are blank (meaning they have an alpha value = 0). Note that 134 * crop to continue. This can be used to crop an image where you already 148 * crop off pixels that are blank (meaning they have an alpha value = 0). Note that 153 * crop to continue. This can be used to crop an image where you already 162 public boolean crop(BufferedImage bufferedImage, int x, int y) { 169 return crop(image, filter, initialCrop, imageType); 180 * crop to continue. This can be used to crop an image where you alread 231 boolean crop(BufferedImage image, int x, int y); method in interface:ImageUtils.CropFilter 234 private static BufferedImage crop(BufferedImage image, CropFilter filter, Rect initialCrop, method in class:ImageUtils [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStream.h | 76 int32_t getCropInfo(cam_rect_t &crop); 109 pthread_mutex_t mCropLock; // lock to protect crop info
|
/device/asus/flo/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 93 /* crop information */ 94 cam_rect_t crop; member in struct:__anon1760
|
/frameworks/native/opengl/tests/filter/ |
filter.cpp | 76 GLint crop[4] = { 0, 4, 4, -4 }; 78 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
|
/frameworks/native/opengl/tests/textures/ |
textures.cpp | 65 GLint crop[4] = { 0, 4, 4, -4 }; 67 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStream.h | 76 int32_t getCropInfo(cam_rect_t &crop); 109 pthread_mutex_t mCropLock; // lock to protect crop info
|
/hardware/qcom/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 97 /* crop information */ 98 cam_rect_t crop; member in struct:__anon31388
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlayGenPipe.h | 50 /* set crop a.k.a the region of interest */ 65 /* retrieve cached crop data */
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlayGenPipe.h | 49 /* set crop a.k.a the region of interest */ 64 /* retrieve cached crop data */
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlayGenPipe.h | 50 /* set crop a.k.a the region of interest */ 65 /* retrieve cached crop data */
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
v4l2-subdev.h | 54 * struct v4l2_subdev_crop - Pad-level crop settings 57 * @rect: pad crop rectangle boundaries
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetConfigure.java | 42 // means we prompt the user to pick and crop a photo. 62 intent.putExtra("crop", "true");
|