Searched refs:memory_bytes (Results 1 - 6 of 6) sorted by relevance
/external/libpng/ |
H A D | pngwrite.c | 1508 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...] |
H A D | png.h | 3110 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit, 3113 * whole PNG data stream to *memory and updates *memory_bytes with the count 3116 * 'memory' may be NULL. In this case *memory_bytes is not read however on 3118 * stored in *memory_bytes. On failure *memory_bytes will contain 0. 3120 * If 'memory' is not NULL it must point to memory[*memory_bytes] of 3123 * If the function returns success memory[*memory_bytes] (if 'memory' is not 3124 * NULL) contains the written PNG data. *memory_bytes will always be less 3127 * If the function returns false and *memory_bytes was not changed an error 3128 * occured during write. If *memory_bytes wa [all...] |
/external/pdfium/third_party/libpng16/ |
H A D | pngwrite.c | 1508 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...] |
H A D | png.h | 3104 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit, 3107 * whole PNG data stream to *memory and updates *memory_bytes with the count 3110 * 'memory' may be NULL. In this case *memory_bytes is not read however on 3112 * stored in *memory_bytes. On failure *memory_bytes will contain 0. 3114 * If 'memory' is not NULL it must point to memory[*memory_bytes] of 3117 * If the function returns success memory[*memory_bytes] (if 'memory' is not 3118 * NULL) contains the written PNG data. *memory_bytes will always be less 3121 * If the function returns false and *memory_bytes was not changed an error 3122 * occured during write. If *memory_bytes wa [all...] |
/external/skia/third_party/libpng/ |
H A D | pngwrite.c | 1508 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...] |
H A D | png.h | 3104 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit, 3107 * whole PNG data stream to *memory and updates *memory_bytes with the count 3110 * 'memory' may be NULL. In this case *memory_bytes is not read however on 3112 * stored in *memory_bytes. On failure *memory_bytes will contain 0. 3114 * If 'memory' is not NULL it must point to memory[*memory_bytes] of 3117 * If the function returns success memory[*memory_bytes] (if 'memory' is not 3118 * NULL) contains the written PNG data. *memory_bytes will always be less 3121 * If the function returns false and *memory_bytes was not changed an error 3122 * occured during write. If *memory_bytes wa [all...] |
Completed in 271 milliseconds