Searched refs:create_struct (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libpng/ |
H A D | png.c | 234 png_struct create_struct; variable 243 memset(&create_struct, 0, (sizeof create_struct)); 247 create_struct.user_width_max = PNG_USER_WIDTH_MAX; 248 create_struct.user_height_max = PNG_USER_HEIGHT_MAX; 252 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX; 259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; 267 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn); 279 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn); 291 create_struct.jmp_buf_ptr = &create_jmp_buf; 292 create_struct.jmp_buf_size = 0; /*stack allocation*/ [all …]
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/ |
H A D | windows.rs | 300 let create_struct = unsafe { (l_param as *const CREATESTRUCTW).as_ref() } in wnd_proc() localVariable 308 if unsafe { SetWindowLongPtrW(hwnd, GWLP_USERDATA, create_struct.lpCreateParams as isize) } in wnd_proc() 319 create_struct.lpCreateParams in wnd_proc()
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_swift.cpp | 686 const auto create_struct = in GenTableWriterFields() local 690 code_ += type + "?" + builder_string + create_struct; in GenTableWriterFields()
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | ir.idl | 225 StructDef create_struct (
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | ir.idl | 225 StructDef create_struct (
|