Home
last modified time | relevance | path

Searched refs:left_glyph_ptr (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_system_string_width_get.c193 GX_UBYTE *left_glyph_ptr; in _gx_system_string_width_kerning_font_get() local
237 left_glyph_ptr = (GX_UBYTE *)(kerning_table + 1); in _gx_system_string_width_kerning_font_get()
241 if ((*left_glyph_ptr) == (pre_char_val + font_link -> gx_font_first_glyph)) in _gx_system_string_width_kerning_font_get()
243 kerning_offset = (GX_CHAR)(*(left_glyph_ptr + 1)); in _gx_system_string_width_kerning_font_get()
246 left_glyph_ptr += 2; in _gx_system_string_width_kerning_font_get()
Dgx_canvas_glyphs_draw.c98 GX_UBYTE *left_glyph_ptr; in _gx_canvas_kerning_glyphs_draw() local
149 left_glyph_ptr = (GX_UBYTE *)(kerning_table + 1); in _gx_canvas_kerning_glyphs_draw()
153 if ((*left_glyph_ptr) == (pre_char_val + font_link -> gx_font_first_glyph)) in _gx_canvas_kerning_glyphs_draw()
155 kerning_offset = (GX_CHAR)(*(left_glyph_ptr + 1)); in _gx_canvas_kerning_glyphs_draw()
158 left_glyph_ptr += 2; in _gx_canvas_kerning_glyphs_draw()
/GUIX-v6.4.1/guix_studio/
Dgx_studio_font_util.cpp125 GX_UBYTE *left_glyph_ptr; in gx_studio_font_util_get_kerning_info() local
194 left_glyph_ptr = (GX_UBYTE *)(kerning_glyph->gx_kerning_table + 1); in gx_studio_font_util_get_kerning_info()
203 *left_glyph_ptr++ = (GX_UBYTE)kerning_info.glyph; in gx_studio_font_util_get_kerning_info()
204 *left_glyph_ptr++ = (GX_UBYTE)kerning_info.value; in gx_studio_font_util_get_kerning_info()