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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h190 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
H A Dpngget.c265 return (info_ptr->y_offset);
297 return (info_ptr->y_offset);
717 *offset_y = info_ptr->y_offset;
H A Dpngpriv.h714 png_int_32 x_offset, png_int_32 y_offset, int unit_type));
H A Dpngset.c256 info_ptr->y_offset = offset_y;
H A Dpngwutil.c1864 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1876 png_save_int_32(buf + 4, y_offset);
H A Dpngwrite.c200 png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset,

Completed in 51 milliseconds