Searched refs:x_offset (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h189 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
H A Dpngget.c249 return (info_ptr->x_offset);
281 return (info_ptr->x_offset);
716 *offset_x = info_ptr->x_offset;
H A Dpngpriv.h714 png_int_32 x_offset, png_int_32 y_offset, int unit_type));
H A Dpngset.c255 info_ptr->x_offset = offset_x;
H A Dpngwutil.c1864 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1875 png_save_int_32(buf, x_offset);
H A Dpngwrite.c200 png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset,

Completed in 52 milliseconds