Searched refs:PNG_RESTRICT (Results 1 – 11 of 11) sorted by relevance
/external/libpng/ |
D | pngconf.h | 364 # ifndef PNG_RESTRICT 365 # define PNG_RESTRICT __restrict macro 392 # ifndef PNG_RESTRICT 393 # define PNG_RESTRICT __restrict macro 416 # ifndef PNG_RESTRICT 418 # define PNG_RESTRICT __restrict macro 423 # ifndef PNG_RESTRICT 424 # define PNG_RESTRICT __restrict macro 444 #ifndef PNG_RESTRICT 445 # define PNG_RESTRICT /* The C99 "restrict" feature */ macro
|
D | pngstruct.h | 126 } png_colorspace, * PNG_RESTRICT png_colorspacerp; 128 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
|
D | png.h | 469 typedef png_struct * PNG_RESTRICT png_structrp; 470 typedef const png_struct * PNG_RESTRICT png_const_structrp; 471 typedef png_info * PNG_RESTRICT png_inforp; 472 typedef const png_info * PNG_RESTRICT png_const_inforp; 3087 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
|
D | pngpriv.h | 63 # define PNG_RESTRICT restrict macro
|
D | pngwrite.c | 2213 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, in png_image_write_to_memory()
|
D | libpng-manual.txt | 4166 png_alloc_size_t * PNG_RESTRICT memory_bytes,
|
/external/pdfium/third_party/libpng16/ |
D | pngconf.h | 364 # ifndef PNG_RESTRICT 365 # define PNG_RESTRICT __restrict macro 392 # ifndef PNG_RESTRICT 393 # define PNG_RESTRICT __restrict macro 416 # ifndef PNG_RESTRICT 418 # define PNG_RESTRICT __restrict macro 423 # ifndef PNG_RESTRICT 424 # define PNG_RESTRICT __restrict macro 444 #ifndef PNG_RESTRICT 445 # define PNG_RESTRICT /* The C99 "restrict" feature */ macro
|
D | pngstruct.h | 126 } png_colorspace, * PNG_RESTRICT png_colorspacerp; 128 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
|
D | png.h | 469 typedef png_struct * PNG_RESTRICT png_structrp; 470 typedef const png_struct * PNG_RESTRICT png_const_structrp; 471 typedef png_info * PNG_RESTRICT png_inforp; 472 typedef const png_info * PNG_RESTRICT png_const_inforp; 3087 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
|
D | pngpriv.h | 63 # define PNG_RESTRICT restrict macro
|
D | pngwrite.c | 2213 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, in png_image_write_to_memory()
|