HomeSort by relevance Sort by last modified time
    Searched refs:mCrop (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 35 RectF mCrop = getNil();
50 this(m.mCrop);
59 mCrop.set(r.mCrop);
68 if (mCrop.bottom != crop.mCrop.bottom
69 || mCrop.left != crop.mCrop.left
70 || mCrop.right != crop.mCrop.righ
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h 32 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/imageshow/
ImageStraighten.java 73 private RectF mCrop = new RectF();
114 reps.add(new FilterCropRepresentation(mCrop));
235 mCrop.set(tmp);
236 m.mapRect(mCrop);
237 FilterCropRepresentation.findNormalizedCrop(mCrop, imageWidth, imageHeight);
271 mPriorCropAtUp.set(mCrop);
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 90 // mCrop is the current crop rectangle for this buffer slot.
91 Rect mCrop;
RingBufferConsumer.cpp 77 cur.mCrop = item.mCrop;
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 62 // mCrop is the current crop rectangle for this buffer slot.
63 Rect mCrop;
Surface.h 199 // mCrop is the crop rectangle that will be used for the next buffer
201 Rect mCrop;
  /frameworks/native/libs/gui/
CpuConsumer.cpp 112 b.mCrop,
124 b.mCrop,
157 nativeBuffer->crop = b.mCrop;
IGraphicBufferConsumer.cpp 52 mCrop.makeInvalid();
56 size_t c = sizeof(mCrop) +
126 FlattenableUtils::write(buffer, size, mCrop);
168 FlattenableUtils::read(buffer, size, mCrop);
BufferQueue.cpp 559 item.mCrop = crop;
781 i->mCrop.left, i->mCrop.top, i->mCrop.right,
782 i->mCrop.bottom, i->mTransform, i->mTimestamp,
    [all...]
GLConsumer.cpp 316 } else if (mEglSlots[slot].mCropRect != item->mCrop) {
376 mSlots[buf].mGraphicBuffer, item.mCrop);
383 mEglSlots[buf].mCropRect = item.mCrop;
419 mCurrentCrop = item.mCrop;
    [all...]
Surface.cpp 65 mCrop.clear();
282 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
521 mCrop.clear();
554 mCrop = realRect;
  /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/src/
QCameraStream.cpp 324 memset(&mCrop, 0, sizeof(mm_camera_ch_crop_t));
335 memset(&mCrop, 0, sizeof(mm_camera_ch_crop_t));
QCameraHWI_Still.cpp     [all...]
  /device/lge/mako/camera/
QCameraStream.cpp 322 memset(&mCrop, 0, sizeof(mm_camera_ch_crop_t));
333 memset(&mCrop, 0, sizeof(mm_camera_ch_crop_t));
QCameraHWI_Still.cpp     [all...]
QCameraStream.h 141 mm_camera_ch_crop_t mCrop;
QualcommCameraHardware.h 543 common_crop_t mCrop;
  /frameworks/rs/
rsGrallocConsumer.cpp 97 b.mCrop,
109 b.mCrop,
139 //mAlloc->crop = b.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/Camera2/src/com/android/camera/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);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 364 RectF mCrop = null;
392 mCrop = cropBounds;
426 if (mCrop != null && mPhoto != null && mOrig != null) {
427 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
441 Bitmap ret = getCroppedImage(img, mCrop, mPhoto);
465 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 131 mm_camera_ch_crop_t mCrop;

Completed in 871 milliseconds

1 2