Lines Matching refs:PNG_sRGB_FROM_LINEAR
1747 f = PNG_sRGB_FROM_LINEAR(f); in png_colormap_compose()
1799 red = PNG_sRGB_FROM_LINEAR(red * 255); in png_create_colormap_entry()
1800 green = PNG_sRGB_FROM_LINEAR(green * 255); in png_create_colormap_entry()
1801 blue = PNG_sRGB_FROM_LINEAR(blue * 255); in png_create_colormap_entry()
1848 y = PNG_sRGB_FROM_LINEAR((y + 64) >> 7); in png_create_colormap_entry()
1858 red = PNG_sRGB_FROM_LINEAR(red * 255); in png_create_colormap_entry()
1859 green = PNG_sRGB_FROM_LINEAR(green * 255); in png_create_colormap_entry()
1860 blue = PNG_sRGB_FROM_LINEAR(blue * 255); in png_create_colormap_entry()
2288 gray = PNG_sRGB_FROM_LINEAR(gray * 255); in png_image_read_colormap()
2403 gray = PNG_sRGB_FROM_LINEAR(gray * 255); in png_image_read_colormap()
2491 PNG_sRGB_FROM_LINEAR(gray + back_rx), in png_image_read_colormap()
2492 PNG_sRGB_FROM_LINEAR(gray + back_gx), in png_image_read_colormap()
2493 PNG_sRGB_FROM_LINEAR(gray + back_bx), 255, P_sRGB); in png_image_read_colormap()
2606 gray = PNG_sRGB_FROM_LINEAR(gray * 255); in png_image_read_colormap()
2713 r = PNG_sRGB_FROM_LINEAR(back_r * 255); in png_image_read_colormap()
2714 g = PNG_sRGB_FROM_LINEAR(back_g * 255); in png_image_read_colormap()
2715 b = PNG_sRGB_FROM_LINEAR(back_b * 255); in png_image_read_colormap()
3356 component = PNG_sRGB_FROM_LINEAR(component); in png_image_read_composite()
3503 component = PNG_sRGB_FROM_LINEAR(component); in png_image_read_background()
3543 component = PNG_sRGB_FROM_LINEAR(component); in png_image_read_background()