Home
last modified time | relevance | path

Searched refs:string_copy (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_system_string_width_get.c82 GX_STRING string_copy = *string; in _gx_system_string_width_compressed_font_get() local
89 while (string_copy.gx_string_length > 0) in _gx_system_string_width_compressed_font_get()
92 ret = _gx_utility_utf8_string_character_get(&string_copy, &char_val, GX_NULL); in _gx_system_string_width_compressed_font_get()
96 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr); in _gx_system_string_width_compressed_font_get()
97 string_copy.gx_string_ptr++; in _gx_system_string_width_compressed_font_get()
98 string_copy.gx_string_length--; in _gx_system_string_width_compressed_font_get()
185 GX_STRING string_copy; in _gx_system_string_width_kerning_font_get() local
199 string_copy = *string; in _gx_system_string_width_kerning_font_get()
202 while (string_copy.gx_string_length > 0) in _gx_system_string_width_kerning_font_get()
205 ret = _gx_utility_utf8_string_character_get(&string_copy, &char_val, GX_NULL); in _gx_system_string_width_kerning_font_get()
[all …]
Dgx_canvas_glyphs_draw.c99 GX_STRING string_copy; in _gx_canvas_kerning_glyphs_draw() local
109 string_copy = *string; in _gx_canvas_kerning_glyphs_draw()
115 ret = _gx_utility_utf8_string_character_get(&string_copy, &char_val, GX_NULL); in _gx_canvas_kerning_glyphs_draw()
119 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr++); in _gx_canvas_kerning_glyphs_draw()
120 string_copy.gx_string_length--; in _gx_canvas_kerning_glyphs_draw()
212 } while (string_copy.gx_string_length > 0); in _gx_canvas_kerning_glyphs_draw()
276 GX_STRING string_copy; in _gx_canvas_compressed_glyphs_draw() local
296 string_copy = *string; in _gx_canvas_compressed_glyphs_draw()
317 ret = _gx_utility_utf8_string_character_get(&string_copy, &char_val, GX_NULL); in _gx_canvas_compressed_glyphs_draw()
323 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr++); in _gx_canvas_compressed_glyphs_draw()
[all …]
Dgx_utility_string_to_alphamap.c170 GX_STRING string_copy; in _gx_utility_string_to_alphamap_ext() local
176 string_copy = *string; in _gx_utility_string_to_alphamap_ext()
177 _gx_system_string_width_get_ext(font, &string_copy, &alphamap_width); in _gx_utility_string_to_alphamap_ext()
179 while (string_copy.gx_string_length) in _gx_utility_string_to_alphamap_ext()
182 _gx_utility_utf8_string_character_get(&string_copy, &char_val, &glyph_len); in _gx_utility_string_to_alphamap_ext()
184 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr); in _gx_utility_string_to_alphamap_ext()
185 string_copy.gx_string_ptr++; in _gx_utility_string_to_alphamap_ext()
186 string_copy.gx_string_length--; in _gx_utility_string_to_alphamap_ext()
194 if (first_glyph || string_copy.gx_string_ptr[0] == GX_NULL) in _gx_utility_string_to_alphamap_ext()
998 GX_STRING string_copy; in _gx_utility_string_to_alphamap_draw() local
[all …]
Dgx_utility_thai_glyph_shaping.c91 GX_STRING string_copy = *string; in _gx_utility_thai_utf8_to_unicode() local
94 while (string_copy.gx_string_length > 0) in _gx_utility_thai_utf8_to_unicode()
96 ret = _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in _gx_utility_thai_utf8_to_unicode()
128 string_copy = *string; in _gx_utility_thai_utf8_to_unicode()
131 while (string_copy.gx_string_length > 0) in _gx_utility_thai_utf8_to_unicode()
133 _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in _gx_utility_thai_utf8_to_unicode()
/GUIX-v6.2.1/guix_studio/
Dcanonical_normalize.cpp3274 GX_STRING string_copy; in gx_studio_nfc_form_detect() local
3277 string_copy = *string; in gx_studio_nfc_form_detect()
3279 while (string_copy.gx_string_length) in gx_studio_nfc_form_detect()
3281 ret = _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in gx_studio_nfc_form_detect()
3318 GX_STRING string_copy = *string; in gx_studio_canonical_utf8_to_unicode() local
3320 while (string_copy.gx_string_length > 0) in gx_studio_canonical_utf8_to_unicode()
3322 ret = _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in gx_studio_canonical_utf8_to_unicode()
3339 string_copy = *string; in gx_studio_canonical_utf8_to_unicode()
3343 _gx_utility_utf8_string_character_get(&string_copy, &code_point, GX_NULL); in gx_studio_canonical_utf8_to_unicode()