/development/simulator/app/assets/android-sooner/ |
imap | 5 convert $BACKGROUND -crop 43x47+55+410 send.png 6 convert $BACKGROUND -crop 43x47+338+411 end.png 7 convert $BACKGROUND -crop 43x40+98+393 menu.png 8 convert $BACKGROUND -crop 43x40+98+433 back.png 9 convert $BACKGROUND -crop 47x40+291+393 favorites.png 10 convert $BACKGROUND -crop 47x40+291+433 home.png 11 convert $BACKGROUND -crop 81x24+177+422 select.png 12 convert $BACKGROUND -crop 81x30+177+392 up.png 13 convert $BACKGROUND -crop 81x30+177+446 down.png 14 convert $BACKGROUND -crop 31x84+146+392 left.pn [all...] |
/frameworks/base/opengl/tests/finish/ |
finish.cpp | 105 GLint crop[4] = { 0, 512, 512, -512 }; 106 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); 119 GLint crop[4] = { 0, 1, 1, -1 }; 120 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); 133 GLint crop[4] = { 0, 512, 512, -512 }; 134 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); 148 GLint crop[4] = { 0, 1, 1, -1 }; 149 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); 165 GLint crop[4] = { 0, 512, 512, -512 }; 166 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); [all...] |
/hardware/ti/omap3/liboverlay/ |
v4l2_utils.c | 117 void dump_crop(struct v4l2_crop *crop) 119 LOGI("crop l: %d ", crop->c.left); 120 LOGI("crop t: %d ", crop->c.top); 121 LOGI("crop w: %d ", crop->c.width); 122 LOGI("crop h: %d\n", crop->c.height); 135 struct v4l2_crop crop; local 337 struct v4l2_crop crop; local 355 struct v4l2_crop crop; local [all...] |
/system/core/libpixelflinger/ |
raster.cpp | 146 GGLint gglBitBlti(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4]) 168 const GGLint Wcr = crop[2]; 169 const GGLint Hcr = crop[3]; 173 const GGLint Ucr = crop[0]; 174 const GGLint Vcr = crop[1]; 190 const GGLint Ucr = crop[0] << 16; 191 const GGLint Vcr = crop[1] << 16; 192 const GGLint Wcr = crop[2] << 16; 193 const GGLint Hcr = crop[3] << 16;
|
/packages/apps/Gallery3D/res/values/ |
strings.xml | 64 <!-- menu pick: crop the currently selected image --> 65 <string name="crop_label">Crop picture</string> 118 <string name="crop">Crop</string>
|
/frameworks/base/libs/surfaceflinger/ |
LayerBuffer.cpp | 269 src.crop.l = 0; 270 src.crop.t = 0; 271 src.crop.r = buffers.w; 272 src.crop.b = buffers.h; 501 region_iterator clip(Region(Rect(dst.crop.r, dst.crop.b))); 506 &dst.crop, &src.crop, &clip); 523 t.width = src.crop.r; 524 t.height = src.crop.b [all...] |
LayerBlur.cpp | 250 GLint crop[4] = { 0, 0, w, h }; local 251 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
|
/frameworks/base/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/base/opengl/tests/textures/ |
textures.cpp | 65 GLint crop[4] = { 0, 4, 4, -4 }; 67 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
|
/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");
|
Wallpaper.java | 47 intent.putExtra("crop", "true");
|
CropImage.java | 57 * The activity can crop specific region of interest from an image. 73 // scale the output to fit it (or just crop it). 142 // decode/crop/encode api so we don't lose any resolution. 213 // TODO this code needs to change to use the decode/crop/encode single 708 // benefit in that moving the crop rectangle against 710 // that the crop rectangle is no longer fixed under
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PhotoAppWidgetConfigure.java | 44 // means we prompt the user to pick and crop a photo. 56 intent.putExtra("crop", "true");
|
CropImage.java | 64 * The activity can crop specific region of interest from an image. 87 // scale the output to fit it (or just crop it). 107 String cropValue = myExtras != null ? myExtras.getString("crop") : null; 348 // TODO this code needs to change to use the decode/crop/encode single 399 * Don't scale the image crop it to the size requested. Create 825 // benefit in that moving the crop rectangle against 827 // that the crop rectangle is no longer fixed under [all...] |
/external/webkit/WebCore/platform/graphics/cg/ |
PDFDocumentImage.cpp | 93 // rotate the crop box and calculate bounding box 104 // adjust so we are at the crop box origin 133 // get crop box (not always there). if not, use media box
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 390 int[] crop = new int[4]; local 391 crop[0] = cropU; 392 crop[1] = cropV; 393 crop[2] = cropW; 394 crop[3] = cropH; 395 mCrop = crop;
|
/external/opencore/fileformats/mp4/composer/include/ |
fullatom.h | 56 uint32 _flags; // 3 (24bits) -- Will need to crop when writing to stream
|
/external/opencore/fileformats/mp4/parser/include/ |
fullatom.h | 66 uint32 _flags; // 3 (24bits) -- Will need to crop when writing to stream
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 107 GLint crop[4] = { 0, h, w, -h }; local 135 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); 160 GLint crop[4] = { 0, h, w, -h }; local 194 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
|
/packages/apps/Contacts/src/com/android/contacts/ |
AttachImage.java | 123 Intent intent = new Intent("com.android.camera.action.CROP", myIntent.getData()); 127 intent.putExtra("crop", "true");
|
/external/freetype/src/sfnt/ |
ttsbit.c | [all...] |
/packages/apps/Gallery/ |
AndroidManifest.xml | 81 <action android:name="com.android.camera.action.CROP" /> 167 <!-- We configure a widget by asking to pick a photo, then crop it, and store the config internally -->
|
/packages/apps/Gallery3D/ |
AndroidManifest.xml | 88 <action android:name="com.android.camera.action.CROP" /> 177 <!-- We configure a widget by asking to pick a photo, then crop it, and store the config internally-->
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssvalues.in | 93 crop
|
/frameworks/base/awt/java/awt/image/ |
CropImageFilter.java | 68 String propName = "Crop Filters"; //$NON-NLS-1$
|