HomeSort by relevance Sort by last modified time
    Searched refs:imageHeight (Results 1 - 22 of 22) sorted by null

  /frameworks/base/awt/com/android/internal/awt/
AndroidImageDecoder.java 62 int imageHeight;
97 imageHeight = bm.getHeight();
98 if (imageWidth < 0 || imageHeight < 0 ) {
100 + imageWidth + ", " + imageHeight);
104 setDimensions(imageWidth, imageHeight);
109 sendPixels(NB_OF_LINES_PER_CHUNK != 0 ? NB_OF_LINES_PER_CHUNK : imageHeight);
251 int h = imageHeight;
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
PngDecoder.java 70 int imageWidth, imageHeight;
138 setDimensions(imageWidth, imageHeight);
218 intOut = new int[imageWidth * imageHeight];
220 byteOut = new byte[imageWidth * imageHeight * dataElementsPerPixel];
236 if (updateFromScanline + numScanlines > imageHeight) {
237 pass1 = imageHeight - updateFromScanline;
238 pass2 = updateFromScanline + numScanlines - imageHeight;
GifDecoder.java 274 gb.imageHeight,
285 gb.imageHeight,
355 int imageHeight;
398 imageBottom = imageTop + imageHeight;
486 int data[] = new int[imageWidth*imageHeight];
505 imageHeight,
514 byte data[] = new byte[imageWidth*imageHeight];
533 imageHeight,
596 for (int i=0; i<imageHeight; i++) {
610 (Object) new int[imageWidth*imageHeight]
    [all...]
JpegDecoder.java 71 private int imageHeight = -1;
192 setDimensions(imageWidth, imageHeight);
  /external/webkit/WebCore/rendering/
RenderImage.cpp 231 int imageHeight = 0;
236 imageHeight = paddingHeight;
243 imageHeight += newImage->image()->height() * style()->effectiveZoom();
250 imageHeight = max(imageHeight, min(font.height(), maxAltTextHeight));
253 IntSize imageSize = IntSize(imageWidth, imageHeight);
RenderBoxModelObject.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 621 int imageWidth, int widthPadding, int imageHeight,
628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
644 int imageHeight = height;
650 imageHeight = (imageHeight - padding) / 2; // per row and column
705 imageHeight, true, Util.RECYCLE_INPUT);
708 Bitmap thumb = Bitmap.createBitmap(imageWidth, imageHeight,
714 mCellOutline.setBounds(0, 0, imageWidth, imageHeight);
717 placeImage(thumb, c, pdpaint, imageWidth, padding, imageHeight,
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 69 int imageHeight;
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuad.java 177 public void resizeQuad(float viewAspect, float u, float v, float imageWidth, float imageHeight) {
183 float imageAspect = imageWidth / imageHeight;
GridDrawManager.java 431 float imageHeight = texture.getHeight();
436 quad.resizeQuad(viewAspect, u, v, imageWidth, imageHeight);
448 imageHeight = texture.getHeight();
449 quad.resizeQuad(viewAspect, u, v, imageWidth, imageHeight);
    [all...]
  /external/v8/benchmarks/
raytrace.js 912 var imageHeight = 100; // $F('imageHeight');
923 canvasHeight: imageHeight,
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 907 var imageHeight = 100; // $F('imageHeight');
918 canvasHeight: imageHeight,
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 323 modes[i].imageHeight = info.image_height;
401 dev->mode.imageHeight = info.image_height;
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 546 surfaces_len = (mode->mode.imageHeight*current->pitch - screen_len);
551 if ( mode->mode.imageHeight >= (current->h*2) ) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 787 int imageHeight;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1211 milliseconds