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

/external/libpng/contrib/tools/
H A DmakesRGB.c33 #define png_sRGB_base sRGB_base macro
37 static png_uint_16 png_sRGB_base[512]; variable
138 png_sRGB_base[i] = calc;
213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base;
219 png_sRGB_base[ibase >> 7] = trybase;
289 png_sRGB_base[ibase >> 7] = base;
319 i, iexact, icalc, png_sRGB_base[i>>15],
356 i16, iexact, icalc, png_sRGB_base[i>>15],
404 printf("PNG_CONST png_uint_16 png_sRGB_base[512] =\n{\n ");
409 printf("%d,", png_sRGB_base[
[all...]
/external/libpng/
H A Dpngpriv.h940 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]);
944 ((png_byte)(0xff & ((png_sRGB_base[(linear)>>15] \
H A Dpng.c4419 const png_uint_16 png_sRGB_base[512] = variable
/external/pdfium/third_party/libpng16/
H A Dpngpriv.h866 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]);
870 ((png_byte)(0xff & ((png_sRGB_base[(linear)>>15] \
H A Dpng.c4339 const png_uint_16 png_sRGB_base[512] = variable

Completed in 278 milliseconds