Home
last modified time | relevance | path

Searched refs:alphamap_width (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_string_to_alphamap.c163 GX_VALUE alphamap_width; in _gx_utility_string_to_alphamap_ext() local
177 _gx_system_string_width_get_ext(font, &string_copy, &alphamap_width); in _gx_utility_string_to_alphamap_ext()
216 alphamap_width = (GX_VALUE)(alphamap_width - glyph -> gx_glyph_leading); in _gx_utility_string_to_alphamap_ext()
222 alphamap_width = (GX_VALUE)(alphamap_width + glyph -> gx_glyph_leading); in _gx_utility_string_to_alphamap_ext()
226alphamap_width = (GX_VALUE)(alphamap_width + glyph -> gx_glyph_width - glyph -> gx_glyph_advance); in _gx_utility_string_to_alphamap_ext()
235 if (alphamap_width && alphamap_height) in _gx_utility_string_to_alphamap_ext()
238 status = _gx_utility_alphamap_create(alphamap_width, alphamap_height, textmap); in _gx_utility_string_to_alphamap_ext()
Dgx_canvas_rotated_text_draw.c162 GX_VALUE alphamap_width; in _gx_canvas_rotated_text_draw_ext() local
191 _gx_system_string_width_get_ext(font, text, &alphamap_width); in _gx_canvas_rotated_text_draw_ext()
192 x_pos = xcenter - (alphamap_width / 2); in _gx_canvas_rotated_text_draw_ext()