| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_thai_glyph_shaping.c | 85 static UINT _gx_utility_thai_utf8_to_unicode(GX_CONST GX_STRING *string, GX_CHAR_CODE **returned_co… in _gx_utility_thai_utf8_to_unicode() 87 GX_CHAR_CODE code_point; in _gx_utility_thai_utf8_to_unicode() 89 GX_CHAR_CODE *code_list; in _gx_utility_thai_utf8_to_unicode() 122 code_list = (GX_CHAR_CODE *)_gx_system_memory_allocator(sizeof(GX_CHAR_CODE) * code_count); in _gx_utility_thai_utf8_to_unicode() 285 UINT _gx_utility_thai_glyph_shaping(GX_CONST GX_STRING *string, GX_CHAR_CODE **returned_code_list, … in _gx_utility_thai_glyph_shaping() 298 GX_CHAR_CODE *code_list; in _gx_utility_thai_glyph_shaping() 360 … code_list[index + 1] = (GX_CHAR_CODE)(code_list[index] - 0xe48 + 0xf713); in _gx_utility_thai_glyph_shaping() 372 code_list[index] = (GX_CHAR_CODE)(code_list[index] - 0xe48 + 0xf705); in _gx_utility_thai_glyph_shaping() 380 code_list[index] = (GX_CHAR_CODE)(code_list[index] - 0xe48 + 0xf70a); in _gx_utility_thai_glyph_shaping() 388 code_list[index] = (GX_CHAR_CODE)(code_list[index] - 0xe48 + 0xf713); in _gx_utility_thai_glyph_shaping() [all …]
|
| D | gx_system_string_width_get.c | 79 GX_CHAR_CODE char_val; 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() 118 char_val = (GX_CHAR_CODE)(char_val - font_link -> gx_font_first_glyph); in _gx_system_string_width_compressed_font_get() 182 GX_CHAR_CODE char_val; in _gx_system_string_width_kerning_font_get() 188 GX_CHAR_CODE pre_char_val = 0; in _gx_system_string_width_kerning_font_get() 208 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr++); in _gx_system_string_width_kerning_font_get() 228 char_val = (GX_CHAR_CODE)(char_val - font_link -> gx_font_first_glyph); in _gx_system_string_width_kerning_font_get() 386 GX_CHAR_CODE char_val; in _gx_system_string_width_get_ext() 425 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr); in _gx_system_string_width_get_ext() 447 char_val = (GX_CHAR_CODE)(char_val - font_link -> gx_font_first_glyph); in _gx_system_string_width_get_ext()
|
| D | gx_canvas_glyphs_draw.c | 83 GX_CHAR_CODE char_val; in _gx_canvas_kerning_glyphs_draw() 93 GX_CHAR_CODE pre_char_val = 0; in _gx_canvas_kerning_glyphs_draw() 119 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr++); in _gx_canvas_kerning_glyphs_draw() 141 char_val = (GX_CHAR_CODE)(char_val - font_link -> gx_font_first_glyph); in _gx_canvas_kerning_glyphs_draw() 268 GX_CHAR_CODE char_val; in _gx_canvas_compressed_glyphs_draw() 282 GX_CHAR_CODE *code_list = 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() 345 char_val = (GX_CHAR_CODE)(char_val - font_link -> gx_font_first_glyph); in _gx_canvas_compressed_glyphs_draw() 449 GX_CHAR_CODE char_val; in _gx_canvas_generic_glyphs_draw() 462 GX_CHAR_CODE *code_list = GX_NULL; in _gx_canvas_generic_glyphs_draw() [all …]
|
| D | gx_utility_utf8_string_character_get.c | 72 UINT _gx_utility_utf8_string_character_get(GX_STRING *utf8_str, GX_CHAR_CODE *glyph_value, UINT *g… in _gx_utility_utf8_string_character_get() 76 GX_CHAR_CODE value = 0; in _gx_utility_utf8_string_character_get() 220 value = (GX_CHAR_CODE)(value << 6); in _gx_utility_utf8_string_character_get() 221 value = (GX_CHAR_CODE)(value + ((*ch & ~0xC0) & 0xFF)); in _gx_utility_utf8_string_character_get()
|
| D | gx_utility_string_to_alphamap.c | 167 GX_CHAR_CODE char_val; 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() 994 GX_CHAR_CODE glyph_index; in _gx_utility_string_to_alphamap_draw() 995 GX_CHAR_CODE char_val; in _gx_utility_string_to_alphamap_draw() 1076 char_val = (GX_CHAR_CODE)(*string_copy.gx_string_ptr); in _gx_utility_string_to_alphamap_draw() 1099 glyph_index = (GX_CHAR_CODE)(char_val - font_page -> gx_font_first_glyph); in _gx_utility_string_to_alphamap_draw()
|
| D | gx_binres_theme_load.c | 461 header -> gx_page_header_first_glyph = (GX_CHAR_CODE)read_data; in _gx_binres_page_header_load() 466 header -> gx_page_header_last_glyph = (GX_CHAR_CODE)read_data; in _gx_binres_page_header_load()
|
| D | gx_utility_bidi_paragraph_reorder.c | 113 _gx_utility_utf8_string_character_get(&text, (GX_CHAR_CODE *)&unicode, GX_NULL); in _gx_utility_bidi_buffer_allocate() 263 GX_CHAR_CODE code; in _gx_utility_bidi_initiate()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.cpp | 1185 GX_CHAR_CODE FindFirstValidGlyph(const GX_FONT *page, GX_CHAR_CODE glyph_start) in FindFirstValidGlyph() 1187 GX_CHAR_CODE index; in FindFirstValidGlyph() 1232 GX_CHAR_CODE FindDeadGlyphBlock(const GX_FONT *page, GX_CHAR_CODE glyph_end) in FindDeadGlyphBlock() 1234 GX_CHAR_CODE dead_count = 0; in FindDeadGlyphBlock() 1235 GX_CHAR_CODE stop_point = glyph_end; in FindDeadGlyphBlock() 1236 GX_CHAR_CODE index; in FindDeadGlyphBlock() 1438 GX_CHAR_CODE first_glyph = src_page->gx_font_first_glyph; in optimize_font() 1439 GX_CHAR_CODE last_glyph = src_page->gx_font_last_glyph; in optimize_font() 1515 GX_CHAR_CODE charval; in GetFontStorage() 1516 GX_CHAR_CODE index; in GetFontStorage()
|
| D | canonical_normalize.cpp | 3270 GX_CHAR_CODE code_point; in gx_studio_nfc_form_detect() 3315 GX_CHAR_CODE code_point; in gx_studio_canonical_utf8_to_unicode()
|
| D | resource_gen.h | 92 void WriteKerningTable(GX_UBYTE *kerning_table, CString &name, GX_CHAR_CODE charval);
|
| D | resource_gen.cpp | 2840 void resource_gen::WriteKerningTable(GX_UBYTE *kerning_table, CString &name, GX_CHAR_CODE charval) in WriteKerningTable() 3230 GX_CHAR_CODE charval; in WriteFontPage() 3231 GX_CHAR_CODE index; in WriteFontPage()
|
| D | binary_resource_gen.cpp | 1523 GX_CHAR_CODE charval; in WritePageBlock() 2931 GX_CHAR_CODE charval; in GetPageDataSize()
|
| /GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/ |
| D | normalization_test.c | 121 GX_CHAR_CODE unicode; in result_compare()
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/ |
| D | bidi_character_test.c | 129 GX_CHAR_CODE unicode; in result_compare()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_utility.h | 324 UINT _gx_utility_thai_glyph_shaping(GX_CONST GX_STRING *string, GX_CHAR_CODE **returned_code_lis… 338 UINT _gx_utility_utf8_string_character_get(GX_STRING *utf8_str, GX_CHAR_CODE *glyph_value, UINT …
|
| D | gx_api.h | 1075 typedef ULONG GX_CHAR_CODE; typedef 1079 typedef USHORT GX_CHAR_CODE; typedef 1084 typedef GX_UBYTE GX_CHAR_CODE; typedef 1213 …GX_CHAR_CODE gx_font_first_glyph; /* First glyph on this page … 1214 …GX_CHAR_CODE gx_font_last_glyph; /* Last glyph on this page … 1982 GX_CHAR_CODE gx_page_header_first_glyph; 1983 GX_CHAR_CODE gx_page_header_last_glyph;
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_error_checking_api_coverage_no_output.c | 161 GX_CHAR_CODE glyph_value; in control_thread_entry()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_24xrgb.pbw | 7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE", 7406 "name": "GX_CHAR_CODE",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_8bit_palette.pbw | 7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE", 7406 "name": "GX_CHAR_CODE",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_1555xrgb.pbw | 7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE", 7406 "name": "GX_CHAR_CODE",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb.pbw | 7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE", 7406 "name": "GX_CHAR_CODE",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_ccw.pbw | 7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE", 7406 "name": "GX_CHAR_CODE",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE", 7406 "name": "GX_CHAR_CODE",
|