Searched refs:png_sRGB_base (Results 1 - 6 of 6) 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/skia/third_party/libpng/
H A Dpngprefix.h19 #define png_sRGB_base skia_png_sRGB_base macro
/external/libpng/
H A Dpngpriv.h850 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]);
853 #define PNG_sRGB_FROM_LINEAR(linear) ((png_byte)((png_sRGB_base[(linear)>>15] +\
H A Dpng.c4214 const png_uint_16 png_sRGB_base[512] = variable
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpngpriv.h803 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]);
806 #define PNG_sRGB_FROM_LINEAR(linear) ((png_byte)((png_sRGB_base[(linear)>>15] +\
H A Dfx_png.c4102 const png_uint_16 png_sRGB_base[512] = local

Completed in 142 milliseconds