Searched refs:memory_bytes (Results 1 – 5 of 5) sorted by relevance
1508 png_alloc_size_t memory_bytes; /* not used for STDIO */ member2165 if (display->memory_bytes >= ob+size) /* writing */2201 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, in png_image_write_to_memory() argument2207 if (memory_bytes != NULL && buffer != NULL) in png_image_write_to_memory()2213 *memory_bytes = 0; in png_image_write_to_memory()2227 display.memory_bytes = *memory_bytes; in png_image_write_to_memory()2239 if (memory != NULL && display.output_bytes > *memory_bytes) in png_image_write_to_memory()2242 *memory_bytes = display.output_bytes; in png_image_write_to_memory()
3104 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
1519 png_alloc_size_t memory_bytes; /* not used for STDIO */ member2178 if (display->memory_bytes >= ob+size) /* writing */2214 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, in png_image_write_to_memory() argument2220 if (memory_bytes != NULL && buffer != NULL) in png_image_write_to_memory()2226 *memory_bytes = 0; in png_image_write_to_memory()2240 display.memory_bytes = *memory_bytes; in png_image_write_to_memory()2252 if (memory != NULL && display.output_bytes > *memory_bytes) in png_image_write_to_memory()2255 *memory_bytes = display.output_bytes; in png_image_write_to_memory()
3118 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
4165 png_alloc_size_t * PNG_RESTRICT memory_bytes,