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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c71 png_get_fixed_point(png_structp png_ptr, png_const_bytep buf) function
844 igamma = png_get_fixed_point(NULL, buf);
998 x_white = png_get_fixed_point(NULL, buf);
999 y_white = png_get_fixed_point(NULL, buf + 4);
1000 x_red = png_get_fixed_point(NULL, buf + 8);
1001 y_red = png_get_fixed_point(NULL, buf + 12);
1002 x_green = png_get_fixed_point(NULL, buf + 16);
1003 y_green = png_get_fixed_point(NULL, buf + 20);
1004 x_blue = png_get_fixed_point(NULL, buf + 24);
1005 y_blue = png_get_fixed_point(NUL
[all...]

Completed in 40 milliseconds