Home | History | Annotate | Download | only in lpng_v163

Lines Matching defs:E_FILE

1131 #  define E_FILE    3 /* 8-bit encoded to file gamma, not sRGB or linear */

1163 png_fixed_point gamma_to_linear; /* For E_FILE, reciprocal of gamma */
1531 display->file_encoding = E_FILE;
1546 if (encoding == E_FILE) /* double check */
1557 case E_FILE:
1587 * encoding and so does the result, the file is encoded with E_FILE and the
1615 /* NOTE: E_LINEAR values to this routine must be 16-bit, but E_FILE values must
1635 if (encoding == E_FILE)
1640 /* Note that the cached value may be E_FILE too, but if it is then the
1646 if (encoding == E_FILE)
1841 png_create_colormap_entry(display, i, i, i, i, 255, E_FILE);
2076 E_FILE/*8-bit with file gamma*/);
2092 data_encoding = E_FILE;
2411 data_encoding = E_FILE;
2430 if (data_encoding == E_FILE) /* from the fixup above */
2433 * need to convert it to a value of the input (E_FILE)
2441 png_ptr->colorspace.gamma)); /* now E_FILE */
2660 data_encoding = E_FILE; /* Don't change from color-map indicies */
2682 png_colormap_compose(display, colormap[i].red, E_FILE,
2684 png_colormap_compose(display, colormap[i].green, E_FILE,
2686 png_colormap_compose(display, colormap[i].blue, E_FILE,
2697 i < num_trans ? trans[i] : 255U, E_FILE/*8-bit*/);
2730 case E_FILE: