HomeSort by relevance Sort by last modified time
    Searched defs:iwidth (Results 1 - 7 of 7) 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/syslinux/com32/lib/libpng/
pngtest.c 1333 png_uint_32 iwidth, iheight; local
    [all...]
  /external/libpng/
pngstruct.h 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
pngtest.c 1604 png_uint_32 iwidth, iheight; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
  /external/skia/third_party/libpng/
pngstruct.h 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
pngtest.c 1597 png_uint_32 iwidth, iheight; local
    [all...]

Completed in 175 milliseconds