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

  /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;
  /frameworks/base/include/gui/
SurfaceTexture.h 287 mCrop.makeInvalid();
338 // mCrop is the current crop rectangle for this buffer slot. This gets
340 Rect mCrop;
  /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;
  /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;

Completed in 187 milliseconds