| /GUIX-v6.2.1/common/src/ |
| D | gx_system_private_string.c | 79 if (_gx_system_memory_allocator == GX_NULL) in _gx_system_private_string_copy() 113 … string -> gx_string_ptr = (GX_CHAR *)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_copy() 140 string -> gx_string_ptr = (GX_CHAR *)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_copy() 237 if (_gx_system_memory_allocator == GX_NULL) in _gx_system_private_string_list_copy() 294 list_ptr = (GX_CHAR **)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy() 300 list_ptr = (GX_CHAR **)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy() 409 if (_gx_system_memory_allocator == GX_NULL) in _gx_system_private_string_list_copy_ext() 448 list_ptr = (GX_STRING *)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy_ext() 455 list_ptr = (GX_STRING *)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy_ext()
|
| D | gx_system_clipboard_put.c | 76 if ((!_gx_system_memory_allocator) || in _gx_system_clipboard_put() 87 _gx_system_clipboard = _gx_system_memory_allocator(data_size); in _gx_system_clipboard_put()
|
| D | gxe_binres_language_table_load.c | 86 if ((_gx_system_memory_allocator == GX_NULL) || in _gxe_binres_language_table_load() 154 if ((_gx_system_memory_allocator == GX_NULL) || in _gxe_binres_language_table_load_ext()
|
| D | gx_utility_alphamap_create.c | 88 if (!memsize || _gx_system_memory_allocator == GX_NULL) in _gx_utility_alphamap_create() 93 memptr = (GX_UBYTE *)(_gx_system_memory_allocator(memsize)); in _gx_utility_alphamap_create()
|
| D | gxe_utility_string_to_alphamap.c | 80 if (!_gx_system_memory_allocator || !_gx_system_memory_free) in _gxe_utility_string_to_alphamap() 145 if (!_gx_system_memory_allocator || !_gx_system_memory_free) in _gxe_utility_string_to_alphamap_ext()
|
| D | gxe_canvas_rotated_text_draw.c | 94 if (!_gx_system_memory_allocator || !_gx_system_memory_free) in _gxe_canvas_rotated_text_draw() 168 if (!_gx_system_memory_allocator || !_gx_system_memory_free) in _gxe_canvas_rotated_text_draw_ext()
|
| D | gx_multi_line_text_input_create.c | 110 if (!_gx_system_memory_allocator) in _gx_multi_line_text_input_create() 115 input_buffer = _gx_system_memory_allocator(buffer_size); in _gx_multi_line_text_input_create()
|
| D | gx_utility_4bpp_pixelmap_resize.c | 118 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_raw_resize() 258 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_transparent_resize() 268 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_4bpp_pixelmap_transparent_resize()
|
| D | gx_single_line_text_input_create.c | 110 if (!_gx_system_memory_allocator) in _gx_single_line_text_input_create() 115 input_buffer = _gx_system_memory_allocator(buffer_size); in _gx_single_line_text_input_create()
|
| D | gx_utility_8bpp_pixelmap_resize.c | 121 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_raw_resize() 240 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_alpha_resize() 247 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_8bpp_pixelmap_alpha_resize() 520 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bit_alphamap_resize()
|
| D | gx_utility_565rgb_pixelmap_rotate.c | 168 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_565rgb_pixelmap_raw_rotate() 178 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_565rgb_pixelmap_raw_rotate() 453 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_565rgb_pixelmap_alpha_rotate() 463 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_565rgb_pixelmap_alpha_rotate() 709 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_565rgb_pixelmap_simple_raw_rotate() 863 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_565rgb_pixelmap_simple_alpha_rotate() 873 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_565rgb_pixelmap_simple_alpha_rotate()
|
| D | gx_utility_332rgb_pixelmap_rotate.c | 166 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_332rgb_pixelmap_raw_rotate() 176 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_332rgb_pixelmap_raw_rotate() 450 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_332rgb_pixelmap_alpha_rotate() 460 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_332rgb_pixelmap_alpha_rotate() 703 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_332rgb_pixelmap_simple_raw_rotate() 861 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_332rgb_pixelmap_simple_alpha_rotate() 871 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_332rgb_pixelmap_simple_alpha_rotate()
|
| D | gx_utility_4bpp_pixelmap_rotate.c | 167 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_rotate() 179 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_4bpp_pixelmap_rotate() 346 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_simple_raw_rotate() 580 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_simple_transparent_rotate() 590 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_4bpp_pixelmap_simple_transparent_rotate()
|
| D | gx_radial_progress_bar_background_draw.c | 121 _gx_system_memory_allocator) in _gx_radial_progress_bar_background_draw() 128 canvas_memory = _gx_system_memory_allocator((ULONG)canvas_size); in _gx_radial_progress_bar_background_draw()
|
| D | gx_utility_1bpp_pixelmap_resize.c | 117 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_raw_resize() 249 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_transparent_resize()
|
| D | gx_system_memory_allocator_set.c | 74 _gx_system_memory_allocator = allocate; in _gx_system_memory_allocator_set()
|
| D | gxe_widget_allocate.c | 74 if (!_gx_system_memory_allocator) in _gxe_widget_allocate()
|
| D | gx_widget_allocate.c | 79 mem = _gx_system_memory_allocator(memsize); in _gx_widget_allocate()
|
| D | gx_utility_1555xrgb_pixelmap_resize.c | 125 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_raw_resize() 306 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_alpha_resize() 313 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_1555xrgb_pixelmap_alpha_resize()
|
| D | gx_utility_16bpp_pixelmap_resize.c | 125 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_16bpp_pixelmap_raw_resize() 306 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_16bpp_pixelmap_alpha_resize() 313 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_16bpp_pixelmap_alpha_resize()
|
| D | gxe_binres_theme_load.c | 89 if ((_gx_system_memory_allocator == GX_NULL) || in _gxe_binres_theme_load()
|
| D | gxe_utility_pixelmap_resize.c | 99 if (!_gx_system_memory_allocator || !_gx_system_memory_free) in _gxe_utility_pixelmap_resize()
|
| D | gx_utility_1555xrgb_pixelmap_rotate.c | 169 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_raw_rotate() 179 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_1555xrgb_pixelmap_raw_rotate() 456 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_alpha_rotate() 466 …destination -> gx_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pi… in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
|
| D | gx_utility_8bpp_pixelmap_rotate.c | 156 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_rotate() 261 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_simple_rotate() 488 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bit_alphamap_rotate()
|
| D | gx_utility_1bpp_pixelmap_rotate.c | 163 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_rotate() 310 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_simple_raw_rotate() 530 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_simple_transparent_rotate()
|