Searched defs:memory_bytes (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngwrite.c1508 png_alloc_size_t memory_bytes; /* not used for STDIO */ member in struct:__anon11547
2165 if (display->memory_bytes >= ob+size) /* writing */
2201 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit,
2207 if (memory_bytes != NULL && buffer != NULL)
2213 *memory_bytes = 0;
2227 display.memory_bytes = *memory_bytes;
2237 * memory_bytes:
2239 if (memory != NULL && display.output_bytes > *memory_bytes)
2242 *memory_bytes
2200 png_image_write_to_memory(png_imagep image, void *memory, png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) argument
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngwrite.c1508 png_alloc_size_t memory_bytes; /* not used for STDIO */ member in struct:__anon16745
2165 if (display->memory_bytes >= ob+size) /* writing */
2201 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit,
2207 if (memory_bytes != NULL && buffer != NULL)
2213 *memory_bytes = 0;
2227 display.memory_bytes = *memory_bytes;
2237 * memory_bytes:
2239 if (memory != NULL && display.output_bytes > *memory_bytes)
2242 *memory_bytes
2200 png_image_write_to_memory(png_imagep image, void *memory, png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) argument
[all...]
/external/skia/third_party/libpng/
H A Dpngwrite.c1508 png_alloc_size_t memory_bytes; /* not used for STDIO */ member in struct:__anon18545
2165 if (display->memory_bytes >= ob+size) /* writing */
2201 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit,
2207 if (memory_bytes != NULL && buffer != NULL)
2213 *memory_bytes = 0;
2227 display.memory_bytes = *memory_bytes;
2237 * memory_bytes:
2239 if (memory != NULL && display.output_bytes > *memory_bytes)
2242 *memory_bytes
2200 png_image_write_to_memory(png_imagep image, void *memory, png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) argument
[all...]

Completed in 136 milliseconds