Home
last modified time | relevance | path

Searched refs:convert_to_Y (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngread.c1626 const int convert_to_Y = (image->format & PNG_FORMAT_FLAG_COLOR) == 0 && in png_create_colormap_entry() local
1654 if (convert_to_Y || output_encoding == E_LINEAR) in png_create_colormap_entry()
1681 else if (encoding == E_sRGB && (convert_to_Y || output_encoding == E_LINEAR)) in png_create_colormap_entry()
1696 if (convert_to_Y) in png_create_colormap_entry()
/external/libpng/
Dpngread.c1892 const int convert_to_Y = (image->format & PNG_FORMAT_FLAG_COLOR) == 0 && in png_create_colormap_entry() local
1920 if (convert_to_Y || output_encoding == P_LINEAR) in png_create_colormap_entry()
1947 else if (encoding == P_sRGB && (convert_to_Y || output_encoding == P_LINEAR)) in png_create_colormap_entry()
1962 if (convert_to_Y) in png_create_colormap_entry()