Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_sRGB_table

1685          value = png_sRGB_table[value];
1811 red = png_sRGB_table[red];
1812 green = png_sRGB_table[green];
1813 blue = png_sRGB_table[blue];
2454 back_r = png_sRGB_table[back_r];
2455 back_g = png_sRGB_table[back_g];
2456 back_b = png_sRGB_table[back_b];
2473 png_uint_32 gray = png_sRGB_table[g*51] * alpha;
2577 gray = png_sRGB_table[gray]; /* now P_LINEAR */
3336 component += (255-alpha)*png_sRGB_table[outrow[c]];
3486 component = png_sRGB_table[component] * alpha;
3487 component += png_sRGB_table[outrow[0]] *
3503 png_uint_16 background = png_sRGB_table[background8];
3527 component = png_sRGB_table[component] * alpha;