Searched refs:_gx_utility_string_to_alphamap_ext (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gxe_utility_string_to_alphamap.c | 162 status = _gx_utility_string_to_alphamap_ext(text, font, textmap); in _gxe_utility_string_to_alphamap_ext()
|
| D | gx_canvas_rotated_text_draw.c | 199 if (_gx_utility_string_to_alphamap_ext(text, font, &textmap) == GX_SUCCESS) in _gx_canvas_rotated_text_draw_ext()
|
| D | gx_utility_string_to_alphamap.c | 103 status = _gx_utility_string_to_alphamap_ext(&string, font, textmap); in _gx_utility_string_to_alphamap() 161 UINT _gx_utility_string_to_alphamap_ext(GX_CONST GX_STRING *string, GX_CONST GX_FONT *font, GX_PIXE… in _gx_utility_string_to_alphamap_ext() function
|
| D | gx_text_scroll_wheel_draw.c | 152 status = _gx_utility_string_to_alphamap_ext(string, brush -> gx_brush_font, &textmap); in _gx_text_scroll_wheel_round_text_draw()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_utility.h | 333 UINT _gx_utility_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIX…
|
| D | gx_api.h | 3564 #define gx_utility_string_to_alphamap_ext _gx_utility_string_to_alphamap_ext 4370 UINT _gx_utility_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIX…
|