Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_sRGB_table

1676          value = png_sRGB_table[value];
1802 red = png_sRGB_table[red];
1803 green = png_sRGB_table[green];
1804 blue = png_sRGB_table[blue];
2445 back_r = png_sRGB_table[back_r];
2446 back_g = png_sRGB_table[back_g];
2447 back_b = png_sRGB_table[back_b];
2464 png_uint_32 gray = png_sRGB_table[g*51] * alpha;
2568 gray = png_sRGB_table[gray]; /* now P_LINEAR */
3327 component += (255-alpha)*png_sRGB_table[outrow[c]];
3478 component = png_sRGB_table[component] * alpha;
3479 component += png_sRGB_table[outrow[0]] *
3495 png_uint_16 background = png_sRGB_table[background8];
3519 component = png_sRGB_table[component] * alpha;