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

  /external/webkit/WebCore/rendering/
RenderImage.cpp 230 int imageWidth = 0;
235 imageWidth = paddingWidth;
242 imageWidth += newImage->image()->width() * style()->effectiveZoom();
249 imageWidth = max(imageWidth, min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth));
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,
627 int xPos = (col * (imageWidth + widthPadding)) - offsetX;
643 int imageWidth = width;
648 imageWidth = (imageWidth - padding) / 2; // 2 here because we show two
704 temp = Util.transform(m, temp, imageWidth,
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 68 int imageWidth; /* linear accessible portion (pixels) */
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /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 430 float imageWidth = texture.getWidth();
436 quad.resizeQuad(viewAspect, u, v, imageWidth, imageHeight);
447 imageWidth = texture.getWidth();
449 quad.resizeQuad(viewAspect, u, v, imageWidth, imageHeight);
    [all...]
  /external/v8/benchmarks/
raytrace.js 911 var imageWidth = 100; // $F('imageWidth');
922 canvasWidth: imageWidth,
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 906 var imageWidth = 100; // $F('imageWidth');
917 canvasWidth: imageWidth,
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 322 modes[i].imageWidth = info.image_width;
400 dev->mode.imageWidth = info.image_width;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 786 int imageWidth; /* linear accessible portion (pixels) */
    [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 355 milliseconds