Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_system_string_width_get.c189 GX_CHAR kerning_offset = 0; in _gx_system_string_width_kerning_font_get() local
243 kerning_offset = (GX_CHAR)(*(left_glyph_ptr + 1)); in _gx_system_string_width_kerning_font_get()
251 width += kerning_offset; in _gx_system_string_width_kerning_font_get()
255 kerning_offset = 0; in _gx_system_string_width_kerning_font_get()
Dgx_canvas_glyphs_draw.c94 GX_BYTE kerning_offset = 0; in _gx_canvas_kerning_glyphs_draw() local
155 kerning_offset = (GX_CHAR)(*(left_glyph_ptr + 1)); in _gx_canvas_kerning_glyphs_draw()
165 x_offset = (GX_VALUE)(x_offset + kerning_offset); in _gx_canvas_kerning_glyphs_draw()
207 xstart = (GX_VALUE)(xstart + kerning_offset); in _gx_canvas_kerning_glyphs_draw()
211 kerning_offset = 0; in _gx_canvas_kerning_glyphs_draw()