Home
last modified time | relevance | path

Searched refs:_gx_utility_alphamap_create (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_alphamap_create.c72 UINT _gx_utility_alphamap_create(INT width, INT height, GX_PIXELMAP *map) in _gx_utility_alphamap_create() function
Dgx_utility_gradient_create.c361 status = _gx_utility_alphamap_create(width, height, &gradient -> gx_gradient_pixelmap); in _gx_utility_gradient_create()
Dgx_utility_string_to_alphamap.c238 status = _gx_utility_alphamap_create(alphamap_width, alphamap_height, textmap); in _gx_utility_string_to_alphamap_ext()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_utility_no_output.c100 status = _gx_utility_alphamap_create(100, 0, &map); in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_utility.h266 UINT _gx_utility_alphamap_create(INT width, INT height, GX_PIXELMAP *map);