Lines Matching refs:width
78 INT width = 0; in _gx_system_string_width_compressed_font_get() local
121 width += glyph -> gx_glyph_advance; in _gx_system_string_width_compressed_font_get()
126 *return_width = (GX_VALUE)width; in _gx_system_string_width_compressed_font_get()
181 INT width = 0; in _gx_system_string_width_kerning_font_get() local
250 width += glyph -> gx_glyph_advance; in _gx_system_string_width_kerning_font_get()
251 width += kerning_offset; in _gx_system_string_width_kerning_font_get()
259 *return_width = (GX_VALUE)width; in _gx_system_string_width_kerning_font_get()
385 INT width = 0; in _gx_system_string_width_get_ext() local
449 width += glyph -> gx_glyph_advance; in _gx_system_string_width_get_ext()
454 if (width > 0x7fff) in _gx_system_string_width_get_ext()
456 width = 0x7fff; in _gx_system_string_width_get_ext()
458 *return_width = (GX_VALUE)width; in _gx_system_string_width_get_ext()