Searched refs:png_sRGB_base (Results 1 – 8 of 8) sorted by relevance
/external/libpng/contrib/tools/ |
D | makesRGB.c | 33 #define png_sRGB_base sRGB_base macro 37 static png_uint_16 png_sRGB_base[512]; variable 138 png_sRGB_base[i] = calc; in main() 213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main() 219 png_sRGB_base[ibase >> 7] = trybase; in main() 289 png_sRGB_base[ibase >> 7] = base; in main() 319 i, iexact, icalc, png_sRGB_base[i>>15], in main() 356 i16, iexact, icalc, png_sRGB_base[i>>15], in main() 409 printf("%d,", png_sRGB_base[i++]); in main() 414 printf("%d\n};\n\n", png_sRGB_base[i]); in main()
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 18 #define png_sRGB_base skia_png_sRGB_base macro
|
D | pngpriv.h | 866 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 870 ((png_byte)(0xff & ((png_sRGB_base[(linear)>>15] \
|
D | png.c | 4304 const png_uint_16 png_sRGB_base[512] =
|
/external/pdfium/third_party/libpng16/ |
D | pngpriv.h | 866 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 870 ((png_byte)(0xff & ((png_sRGB_base[(linear)>>15] \
|
D | png.c | 4305 const png_uint_16 png_sRGB_base[512] =
|
/external/libpng/ |
D | pngpriv.h | 895 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 899 ((png_byte)(0xff & ((png_sRGB_base[(linear)>>15] \
|
D | png.c | 4338 const png_uint_16 png_sRGB_base[512] =
|