HomeSort by relevance Sort by last modified time
    Searched refs:HEIGHT (Results 26 - 50 of 53) sorted by null

12 3

  /external/collada/include/1.4/dom/
domCylinder.h 41 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::HEIGHT; }
176 * Gets the height element.
177 * @return a daeSmartRef to the height element.
domTapered_capsule.h 42 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::HEIGHT; }
99 * positive (height/2) Y value.Both ends of the tapered capsule may be elliptical.
166 * negative (height/2) Y value.Both ends of the tapered capsule may be elliptical.
236 * positive (height/2) Y value.Both ends of the tapered capsule may be elliptical.
242 * negative (height/2) Y value.Both ends of the tapered capsule may be elliptical.
253 * Gets the height element.
254 * @return a daeSmartRef to the height element.
domTapered_cylinder.h 41 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::HEIGHT; }
98 * positive (height/2) Y value. Both ends of the tapered cylinder may be
166 * negative (height/2) Y value.Both ends of the tapered cylinder may be elliptical.
236 * positive (height/2) Y value. Both ends of the tapered cylinder may be
242 * negative (height/2) Y value.Both ends of the tapered cylinder may be elliptical.
253 * Gets the height element.
254 * @return a daeSmartRef to the height element.
domTypes.h     [all...]
  /packages/apps/Camera/src/com/android/camera/
Storage.java 53 Location location, int orientation, byte[] jpeg, int width, int height) {
80 values.put(ImageColumns.HEIGHT, height);
  /frameworks/base/core/java/android/provider/
MediaStore.java 294 * The height of the image/video in pixels.
297 public static final String HEIGHT = "height";
742 float width, float height,
748 float scaleY = height / source.getHeight();
760 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
    [all...]
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 186 int height = displayPhoto.getHeight(); local
188 if (allowSmallImageStorage || width > thumbnailDim || height > thumbnailDim) {
202 values.put(PhotoFiles.HEIGHT, height);
ContactAggregator.java     [all...]
ContactsDatabaseHelper.java 585 String CONCRETE_HEIGHT = Tables.PHOTO_FILES + "." + PhotoFiles.HEIGHT;
    [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 116 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE},
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 124 values.put(Images.Thumbnails.HEIGHT, thumbnail.getHeight());
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 46 HEIGHT,
120 case HEIGHT:
306 config.setProperty(Properties.HEIGHT, 480);
510 config.setProperty(Properties.HEIGHT, 480);
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 48 #define HEIGHT(rect) ((rect).bottom - (rect).top)
90 __u16 height; member in struct:omap4_hwc_ext
107 int height; member in struct:omap4_hwc_img
217 c->width, c->height, c->crop.x, c->crop.y,
276 dsscomp->ovls[i].cfg.height,
314 int h = HEIGHT(layer->sourceCrop);
319 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h;
390 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height)
433 oc->height = height;
1557 __u32 height = png_get_image_height(png_ptr, info_ptr); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 97 // Change these to Images.Media.WIDTH/HEIGHT after they are unhidden.
99 private static final String HEIGHT = "height";
389 values.put(HEIGHT, cropped.getHeight());
428 values.put(HEIGHT, cropped.getHeight());
461 values.put(HEIGHT, cropped.getHeight());
545 Utils.assertTrue(rect.width() > 0 && rect.height() > 0);
548 // (outputX, outputY) = the width and height of the returning bitmap.
550 int outputY = rect.height();
564 // (rect.width() * scaleX, rect.height() * scaleY)
721 int height = regionDecoder.getHeight(); local
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 55 ipt.y -= win_size.height;
58 win_size.height = win_size.height * 2 + 1;
63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
69 return cvAlign(imgSize.width,8) * imgSize.height / 3;
135 levelSize.height = (levelSize.height + 1) >> 1;
138 pyrBytes += tstep * levelSize.height;
141 assert( pyrBytes <= imgSize.width * imgSize.height * elem_size * 4 / 3 )
230 int x, height = src_size.height - 2; local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2637 int width, height; local
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 714 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /external/bison/tests/
testsuite     [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 847 milliseconds

12 3