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

/external/libpng/
H A Dpngread.c1389 # define P_FILE 3 /* 8-bit encoded to file gamma, not sRGB or linear */ macro
1421 png_fixed_point gamma_to_linear; /* For P_FILE, reciprocal of gamma */
1796 display->file_encoding = P_FILE;
1811 if (encoding == P_FILE) /* double check */
1822 case P_FILE:
1852 * encoding and so does the result, the file is encoded with P_FILE and the
1880 /* NOTE: P_LINEAR values to this routine must be 16-bit, but P_FILE values must
1900 if (encoding == P_FILE)
1905 /* Note that the cached value may be P_FILE too, but if it is then the
1911 if (encoding == P_FILE)
[all...]

Completed in 50 milliseconds