Home
last modified time | relevance | path

Searched refs:memory_bytes (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngwrite.c1508 png_alloc_size_t memory_bytes; /* not used for STDIO */ member
2165 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() argument
2207 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()
Dpng.h3104 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
/external/libpng/
Dpngwrite.c1519 png_alloc_size_t memory_bytes; /* not used for STDIO */ member
2178 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() argument
2220 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()
Dpng.h3118 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
Dlibpng-manual.txt4165 png_alloc_size_t * PNG_RESTRICT memory_bytes,