Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_get_fixed_point

43 png_get_fixed_point(png_structp png_ptr, png_const_bytep buf)
811 igamma = png_get_fixed_point(NULL, buf);
965 x_white = png_get_fixed_point(NULL, buf);
966 y_white = png_get_fixed_point(NULL, buf + 4);
967 x_red = png_get_fixed_point(NULL, buf + 8);
968 y_red = png_get_fixed_point(NULL, buf + 12);
969 x_green = png_get_fixed_point(NULL, buf + 16);
970 y_green = png_get_fixed_point(NULL, buf + 20);
971 x_blue = png_get_fixed_point(NULL, buf + 24);
972 y_blue = png_get_fixed_point(NULL, buf + 28);