Searched refs:png_charp (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pnginfo.h | 215 png_charp pcal_purpose; /* pCAL chunk description string */ 218 png_charp pcal_units; /* Latin-1 string giving physical units */ 236 png_charp iccp_name; /* profile name */ 257 png_charp scal_s_width; /* string containing height */ 258 png_charp scal_s_height; /* string containing width */
|
D | pngpriv.h | 918 PNG_EXTERN void png_write_pCAL PNGARG((png_structp png_ptr, png_charp purpose, 1425 PNG_EXTERN size_t png_safecat(png_charp buffer, size_t bufsize, size_t pos, 1437 PNG_EXTERN png_charp png_format_number(png_const_charp start, png_charp end, 1503 PNG_EXTERN void png_ascii_from_fp PNGARG((png_structp png_ptr, png_charp ascii, 1509 png_charp ascii, png_size_t size, png_fixed_point fp));
|
D | png.h | 618 png_charp name; /* palette name */ 652 png_charp key; /* keyword, 1-79 character description of "text" */ 653 png_charp text; /* comment, may be an empty string (ie "") 657 png_charp lang; /* language code, 0-79 characters 659 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more 2192 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, 2194 png_charp *units, png_charpp *params));
|
D | pngstruct.h | 345 png_charp chunkdata; /* buffer for reading chunk data */
|
D | pngconf.h | 538 typedef char FAR * png_charp; typedef
|