HomeSort by relevance Sort by last modified time
    Searched defs:iheight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 164 int iheight = mOverlayIcon.getIntrinsicHeight(); local
168 float scaleHeight = ((float) vheight) / (iheight * OVERLAY_ICON_SIZE_DENOMINATOR);
172 (vheight - iheight) / 2,
174 (vheight + iheight) / 2);
178 (int) (vheight - scale * iheight) / 2,
180 (int) (vheight + scale * iheight) / 2);
  /external/syslinux/com32/lib/libpng/
pngtest.c 1333 png_uint_32 iwidth, iheight; local
    [all...]
  /external/libpng/
pngtest.c 1647 png_uint_32 iwidth, iheight; local
    [all...]

Completed in 242 milliseconds