Searched refs:png_save_uint_16 (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngwutil.c | 48 png_save_uint_16(png_bytep buf, unsigned int i) function 806 png_save_uint_16(entrybuf + 4, ep->frequency); 810 png_save_uint_16(entrybuf + 0, ep->red); 811 png_save_uint_16(entrybuf + 2, ep->green); 812 png_save_uint_16(entrybuf + 4, ep->blue); 813 png_save_uint_16(entrybuf + 6, ep->alpha); 814 png_save_uint_16(entrybuf + 8, ep->frequency); 828 png_save_uint_16(entrybuf + 4, ep[i].frequency); 832 png_save_uint_16(entrybuf + 0, ep[i].red); 833 png_save_uint_16(entrybu [all...] |
H A D | png.h | 2924 PNG_EXTERN void png_save_uint_16 PNGARG((png_bytep buf, unsigned int i));
|
Completed in 99 milliseconds