Searched refs:crop (Results 1 - 10 of 10) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DOpenGLSystem.java61 public static final void setTextureCrop(int[] crop) { argument
63 cropSignature = (crop[0] + crop[1]) << 16;
64 cropSignature |= crop[2] + crop[3];
68 crop, 0);
H A DMotionBlurComponent.java35 public int[] crop = new int[4]; field in class:MotionBlurComponent.BlurRecord
77 mHistory[mCurrentStep].crop[0] = drawableCrop[0];
78 mHistory[mCurrentStep].crop[1] = drawableCrop[1];
79 mHistory[mCurrentStep].crop[2] = drawableCrop[2];
80 mHistory[mCurrentStep].crop[3] = drawableCrop[3];
100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h299 // take the nearest-point. The parameter "crop" controls whether to crop this
304 bool interpolate, bool crop) const = 0;
311 // nearest-point. The parameter "crop" controls whether to crop this frame to
314 bool interpolate, bool crop) const = 0;
318 // take the nearest-point. The parameter "crop" controls whether to crop this
321 bool crop) const = 0;
325 // just take the nearest-point. The parameter "crop" control
[all...]
/external/qemu/android/camera/
H A Dcamera-capture-linux.c293 struct v4l2_crop crop; local
311 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
312 crop.c = cropcap.defrect; /* reset to default */
313 _xioctl (cd->handle, VIDIOC_S_CROP, &crop);
803 struct v4l2_crop crop; local
820 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
821 crop.c = cropcap.defrect; /* reset to default */
822 _xioctl (cd->handle, VIDIOC_S_CROP, &crop);
/external/kernel-headers/original/video/
H A Ddsscomp.h286 * 1) 0 <= crop.x <= crop.x + crop.w <= width
287 * 2) 0 <= crop.y <= crop.y + crop.h <= height
330 struct dss2_rect_t crop; /* crop window - in source buffer */ member in struct:dss2_ovl_cfg
/external/qemu/tcg/ppc/
H A Dtcg-target.c1125 int crop, sh, arg; local
1193 crop = 0;
1199 crop = 0;
1205 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1211 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
1214 if (crop) tcg_out32 (s, crop);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c1053 int crop, sh, arg; local
1128 crop = 0;
1134 crop = 0;
1140 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1146 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
1149 if (crop) tcg_out32 (s, crop);
/external/zxing/core/
H A Dcore.jar ... boolean isCropSupported () public com.google.zxing.BinaryBitmap crop (int, int, int, int) int left int top int width ...
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex195 % Do @cropmarks to get crop marks
/external/grub/docs/
H A Dtexinfo.tex267 % Do @cropmarks to get crop marks.

Completed in 371 milliseconds