Searched refs:create_struct (Results 1 – 4 of 4) sorted by relevance
/third_party/libpng/ |
D | png.c | 254 png_struct create_struct; variable 263 memset(&create_struct, 0, (sizeof create_struct)); 267 create_struct.user_width_max = PNG_USER_WIDTH_MAX; 268 create_struct.user_height_max = PNG_USER_HEIGHT_MAX; 272 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX; 279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; 287 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn); 299 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn); 311 create_struct.jmp_buf_ptr = &create_jmp_buf; 312 create_struct.jmp_buf_size = 0; /*stack allocation*/ [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 254 png_struct create_struct; variable 263 memset(&create_struct, 0, (sizeof create_struct)); 267 create_struct.user_width_max = PNG_USER_WIDTH_MAX; 268 create_struct.user_height_max = PNG_USER_HEIGHT_MAX; 272 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX; 279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; 287 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn); 299 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn); 311 create_struct.jmp_buf_ptr = &create_jmp_buf; 312 create_struct.jmp_buf_size = 0; /*stack allocation*/ [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.c | 254 png_struct create_struct; variable 263 memset(&create_struct, 0, (sizeof create_struct)); 267 create_struct.user_width_max = PNG_USER_WIDTH_MAX; 268 create_struct.user_height_max = PNG_USER_HEIGHT_MAX; 272 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX; 279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; 287 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn); 299 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn); 311 create_struct.jmp_buf_ptr = &create_jmp_buf; 312 create_struct.jmp_buf_size = 0; /*stack allocation*/ [all …]
|
/third_party/flatbuffers/src/ |
D | idl_gen_swift.cpp | 596 auto create_struct = in GenTableWriterFields() local 600 code_ += type + "?" + builder_string + create_struct; in GenTableWriterFields()
|