| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_string_to_alphamap_no_output.c | 51 GX_PIXELMAP textmap; in control_thread_entry() local 57 status = gx_utility_string_to_alphamap(invalid_string, font, &textmap); in control_thread_entry() 60 status = gx_utility_string_to_alphamap_ext(GX_NULL, font, &textmap); in control_thread_entry() 64 status = gx_utility_string_to_alphamap_ext(&string, font, &textmap); in control_thread_entry() 69 status = gx_utility_string_to_alphamap_ext(&string, GX_NULL, &textmap); in control_thread_entry() 76 status = gx_utility_string_to_alphamap_ext(&string, font, &textmap); in control_thread_entry() 80 status = gx_utility_string_to_alphamap_ext(&string, font, &textmap); in control_thread_entry() 85 status = gx_utility_string_to_alphamap_ext(&string, font, &textmap); in control_thread_entry() 89 status = gx_utility_string_to_alphamap_ext(&string, font, &textmap); in control_thread_entry()
|
| /GUIX-v6.2.1/common/src/ |
| D | gxe_utility_string_to_alphamap.c | 71 …xe_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) in _gxe_utility_string_to_alphamap() argument 75 if (text == GX_NULL || font == GX_NULL || textmap == GX_NULL) in _gxe_utility_string_to_alphamap() 85 status = _gx_utility_string_to_alphamap(text, font, textmap); in _gxe_utility_string_to_alphamap() 132 …lity_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) in _gxe_utility_string_to_alphamap_ext() argument 140 (textmap == GX_NULL)) in _gxe_utility_string_to_alphamap_ext() 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 | 157 GX_PIXELMAP textmap; in _gx_canvas_rotated_text_draw_ext() local 199 if (_gx_utility_string_to_alphamap_ext(text, font, &textmap) == GX_SUCCESS) in _gx_canvas_rotated_text_draw_ext() 204 … if (_gx_utility_pixelmap_rotate(&textmap, angle, &rotated_map, &x_pos, &y_pos) == GX_SUCCESS) in _gx_canvas_rotated_text_draw_ext() 220 _gx_system_memory_free((void *)(textmap.gx_pixelmap_data)); in _gx_canvas_rotated_text_draw_ext()
|
| D | gx_utility_string_to_alphamap.c | 92 …gx_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) in _gx_utility_string_to_alphamap() argument 103 status = _gx_utility_string_to_alphamap_ext(&string, font, textmap); in _gx_utility_string_to_alphamap() 161 …ty_string_to_alphamap_ext(GX_CONST GX_STRING *string, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) in _gx_utility_string_to_alphamap_ext() argument 238 status = _gx_utility_alphamap_create(alphamap_width, alphamap_height, textmap); in _gx_utility_string_to_alphamap_ext() 242 _gx_utility_string_to_alphamap_draw(string, font, textmap); in _gx_utility_string_to_alphamap_ext()
|
| D | gx_text_scroll_wheel_draw.c | 105 GX_PIXELMAP textmap; in _gx_text_scroll_wheel_round_text_draw() local 152 status = _gx_utility_string_to_alphamap_ext(string, brush -> gx_brush_font, &textmap); in _gx_text_scroll_wheel_round_text_draw() 156 status = _gx_utility_pixelmap_resize(&textmap, &resized_map, text_width, text_height); in _gx_text_scroll_wheel_round_text_draw() 173 _gx_system_memory_free((void *)(textmap.gx_pixelmap_data)); in _gx_text_scroll_wheel_round_text_draw()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_utility.h | 331 …x_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap); 333 …ity_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap); 362 …e_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap); 364 …ity_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap);
|
| D | gx_api.h | 4368 …x_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap); 4370 …ity_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap); 5845 …e_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap); 5847 …ity_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap);
|