HomeSort by relevance Sort by last modified time
    Searched defs:mCrop (Results 1 - 12 of 12) sorted by null

  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamBufferListener.h 32 Rect mCrop;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 92 // mCrop is the current crop rectangle for this buffer slot.
93 Rect mCrop;
  /frameworks/native/include/gui/
Surface.h 197 // mCrop is the crop rectangle that will be used for the next buffer
199 Rect mCrop;
BufferQueue.h 244 mCrop.makeInvalid();
251 // mCrop is the current crop rectangle for this buffer slot.
252 Rect mCrop;
426 mCrop.makeInvalid();
485 // mCrop is the current crop rectangle for this buffer slot.
486 Rect mCrop;
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 30 private int mCrop[];
40 mCrop = new int[4];
132 OpenGLSystem.setTextureCrop(mCrop);
196 mCrop[0] = left;
197 mCrop[1] = bottom;
198 mCrop[2] = width;
199 mCrop[3] = -height;
203 return mCrop;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 40 private String mCrop = null;
54 mCrop = context.getString(R.string.crop);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 344 GL11Ext.GL_TEXTURE_CROP_RECT_OES, label.mCrop, 0);
381 mCrop = crop;
387 public int[] mCrop;
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 131 mm_camera_ch_crop_t mCrop;
  /device/lge/mako/camera/
QCameraStream.h 141 mm_camera_ch_crop_t mCrop;
QualcommCameraHardware.h 543 common_crop_t mCrop;
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 85 HighlightView mCrop;
216 if (mCrop == null) {
234 Rect srcRect = mCrop.getCropRect();
253 Rect r = mCrop.getCropRect();
349 extras.putString("rect", mCrop.getCropRect().toString());
542 mCrop = mImageView.mHighlightViews.get(0);
543 mCrop.setFocus(true);
677 cropImage.mCrop = hv;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 361 RectF mCrop = null;
389 mCrop = cropBounds;
423 if (mCrop != null && mPhoto != null && mOrig != null) {
424 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
438 Bitmap ret = getCroppedImage(img, mCrop, mPhoto);
462 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);

Completed in 1003 milliseconds