Searched refs:swidth (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrutil.c | 1692 png_charp swidth, sheight; local 1744 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1); 1745 if (swidth == NULL) 1750 png_memcpy(swidth, ep, (png_size_t)png_strlen(ep)); 1768 if (swidth == NULL) 1786 png_free(png_ptr, swidth); 1797 png_set_sCAL_s(png_ptr, info_ptr, buffer[0], swidth, sheight); 1803 png_free(png_ptr, swidth);
|
H A D | pngset.c | 457 int unit, png_charp swidth, png_charp sheight) 467 length = png_strlen(swidth) + 1; 474 png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length); 456 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_charp swidth, png_charp sheight) argument
|
H A D | png.h | 2321 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight)); 2333 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
|
Completed in 186 milliseconds