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

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 165 int iwidth = mOverlayIcon.getIntrinsicWidth(); local
169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR);
171 mOverlayIcon.setBounds((vwidth - iwidth) / 2,
173 (vwidth + iwidth) / 2,
177 mOverlayIcon.setBounds((int) (vwidth - scale * iwidth) / 2,
179 (int) (vwidth + scale * iwidth) / 2,
  /external/libpng/
pngpread.c 308 png_ptr->iwidth) + 1;
861 png_ptr->iwidth) + 1);
941 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]
pngstruct.h 266 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
pngtest.c 1526 png_uint_32 iwidth, iheight; local
    [all...]
pngrutil.c     [all...]
pngread.c 395 /* png_read_start_row sets the information (in particular iwidth) for this
402 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
725 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
794 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngpread.c 306 png_ptr->iwidth) + 1;
859 png_ptr->iwidth) + 1);
939 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]
pngstruct.h 219 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
fx_pngrutil.c     [all...]
fx_pngread.c 318 /* png_read_start_row sets the information (in particular iwidth) for this
325 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 105 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 1104 milliseconds