Searched refs:alphamap_width (Results 1 – 2 of 2) sorted by relevance
163 GX_VALUE alphamap_width; in _gx_utility_string_to_alphamap_ext() local177 _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()226 … alphamap_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()
162 GX_VALUE alphamap_width; in _gx_canvas_rotated_text_draw_ext() local191 _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()