Searched refs:png_set_text (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | symbols.def | 170 png_set_text @163
|
A D | pnglibconf.dfa | 570 # instead of calling png_set_text() and letting libpng malloc it. It
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | writepng.c | 219 png_set_text(png_ptr, info_ptr, text, num_text); in writepng_init()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | example.c | 885 png_set_text(write_ptr, write_info_ptr, text_ptr, 3);
|
A D | pngtest.c | 1338 png_set_text(write_ptr, write_info_ptr, text_ptr, num_text); in test_one_file() 1558 png_set_text(write_ptr, write_end_info_ptr, text_ptr, num_text); in test_one_file()
|
A D | pngset.c | 762 png_set_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_set_text() function
|
A D | png.h | 2125 PNG_EXPORT(163, void, png_set_text, (png_const_structrp png_ptr,
|
A D | CHANGES | 385 Fixed error in example.c with png_set_text: num_text is 3, not 2 (Guido V.) 596 before calling png_set_text(). It must be set to NULL if you want to 781 Add checks in png_set_text() for NULL members of the input text structure. 3062 Check for out-of-range text compression mode in png_set_text().
|
A D | libpng-manual.txt | 1535 Note while png_set_text() will accept text, language, 3137 png_set_text(png_ptr, info_ptr, text_ptr, num_text);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | makepng.c | 1292 png_set_text(png_ptr, info_ptr, text, 1); in set_text()
|
A D | pngvalid.c | 4157 png_set_text(pp, pi, &text, 1); in make_transform_image() 4245 png_set_text(pp, pi, &text, 1); in make_transform_image() 4377 png_set_text(pp, pi, &text, 1); in make_size_image() 4498 png_set_text(pp, pi, &text, 1); in make_size_image()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | png.h | 2125 PNG_EXPORT(163, void, png_set_text, (png_const_structrp png_ptr,
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 688 png_set_text(dp->write_pp, dp->ip, dp->text_ptr, dp->num_text); in text_restore()
|
Completed in 60 milliseconds