png_fixed         882 pngget.c             *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");
png_fixed         883 pngget.c             *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
png_fixed         893 pngpriv.h      PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
png_fixed         159 pngrtran.c           need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
png_fixed        1046 pngrtran.c           png_fixed(png_ptr, red, "rgb to gray red coefficient"),
png_fixed        1047 pngrtran.c           png_fixed(png_ptr, green, "rgb to gray green coefficient"));
png_fixed         106 pngset.c             png_fixed(png_ptr, white_x, "cHRM White X"),
png_fixed         107 pngset.c             png_fixed(png_ptr, white_y, "cHRM White Y"),
png_fixed         108 pngset.c             png_fixed(png_ptr, red_x, "cHRM Red X"),
png_fixed         109 pngset.c             png_fixed(png_ptr, red_y, "cHRM Red Y"),
png_fixed         110 pngset.c             png_fixed(png_ptr, green_x, "cHRM Green X"),
png_fixed         111 pngset.c             png_fixed(png_ptr, green_y, "cHRM Green Y"),
png_fixed         112 pngset.c             png_fixed(png_ptr, blue_x, "cHRM Blue X"),
png_fixed         113 pngset.c             png_fixed(png_ptr, blue_y, "cHRM Blue Y"));
png_fixed         122 pngset.c             png_fixed(png_ptr, red_X, "cHRM Red X"),
png_fixed         123 pngset.c             png_fixed(png_ptr, red_Y, "cHRM Red Y"),
png_fixed         124 pngset.c             png_fixed(png_ptr, red_Z, "cHRM Red Z"),
png_fixed         125 pngset.c             png_fixed(png_ptr, green_X, "cHRM Red X"),
png_fixed         126 pngset.c             png_fixed(png_ptr, green_Y, "cHRM Red Y"),
png_fixed         127 pngset.c             png_fixed(png_ptr, green_Z, "cHRM Red Z"),
png_fixed         128 pngset.c             png_fixed(png_ptr, blue_X, "cHRM Red X"),
png_fixed         129 pngset.c             png_fixed(png_ptr, blue_Y, "cHRM Red Y"),
png_fixed         130 pngset.c             png_fixed(png_ptr, blue_Z, "cHRM Red Z"));
png_fixed         154 pngset.c          png_set_gAMA_fixed(png_ptr, info_ptr, png_fixed(png_ptr, file_gamma,