Home
last modified time | relevance | path

Searched refs:_gx_system_memory_allocator (Results 1 – 25 of 53) sorted by relevance

123

/GUIX-v6.2.1/common/src/
Dgx_system_private_string.c79 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()
Dgx_system_clipboard_put.c76 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()
Dgxe_binres_language_table_load.c86 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()
Dgx_utility_alphamap_create.c88 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()
Dgxe_utility_string_to_alphamap.c80 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()
Dgxe_canvas_rotated_text_draw.c94 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()
Dgx_multi_line_text_input_create.c110 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()
Dgx_utility_4bpp_pixelmap_resize.c118 …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()
Dgx_single_line_text_input_create.c110 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()
Dgx_utility_8bpp_pixelmap_resize.c121 …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()
Dgx_utility_565rgb_pixelmap_rotate.c168 …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()
Dgx_utility_332rgb_pixelmap_rotate.c166 …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()
Dgx_utility_4bpp_pixelmap_rotate.c167 …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()
Dgx_radial_progress_bar_background_draw.c121 _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()
Dgx_utility_1bpp_pixelmap_resize.c117 …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()
Dgx_system_memory_allocator_set.c74 _gx_system_memory_allocator = allocate; in _gx_system_memory_allocator_set()
Dgxe_widget_allocate.c74 if (!_gx_system_memory_allocator) in _gxe_widget_allocate()
Dgx_widget_allocate.c79 mem = _gx_system_memory_allocator(memsize); in _gx_widget_allocate()
Dgx_utility_1555xrgb_pixelmap_resize.c125 …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()
Dgx_utility_16bpp_pixelmap_resize.c125 …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()
Dgxe_binres_theme_load.c89 if ((_gx_system_memory_allocator == GX_NULL) || in _gxe_binres_theme_load()
Dgxe_utility_pixelmap_resize.c99 if (!_gx_system_memory_allocator || !_gx_system_memory_free) in _gxe_utility_pixelmap_resize()
Dgx_utility_1555xrgb_pixelmap_rotate.c169 …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()
Dgx_utility_8bpp_pixelmap_rotate.c156 …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()
Dgx_utility_1bpp_pixelmap_rotate.c163 …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()

123