Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_string_width_get.c191 INT kerning_counts; in _gx_system_string_width_kerning_font_get() local
236 kerning_counts = *kerning_table; in _gx_system_string_width_kerning_font_get()
239 for (index = 0; index < kerning_counts; index++) in _gx_system_string_width_kerning_font_get()
Dgx_canvas_glyphs_draw.c96 INT kerning_counts; in _gx_canvas_kerning_glyphs_draw() local
148 kerning_counts = *kerning_table; in _gx_canvas_kerning_glyphs_draw()
151 for (index = 0; index < kerning_counts; index++) in _gx_canvas_kerning_glyphs_draw()