Home
last modified time | relevance | path

Searched refs:GX_CHAR_CODE (Results 1 – 23 of 23) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_thai_glyph_shaping.c85 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 …]
Dgx_system_string_width_get.c79 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()
Dgx_canvas_glyphs_draw.c83 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 …]
Dgx_utility_utf8_string_character_get.c72 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()
Dgx_utility_string_to_alphamap.c167 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()
Dgx_binres_theme_load.c461 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()
Dgx_utility_bidi_paragraph_reorder.c113 _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/
Dgx_studio_font_util.cpp1185 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()
Dcanonical_normalize.cpp3270 GX_CHAR_CODE code_point; in gx_studio_nfc_form_detect()
3315 GX_CHAR_CODE code_point; in gx_studio_canonical_utf8_to_unicode()
Dresource_gen.h92 void WriteKerningTable(GX_UBYTE *kerning_table, CString &name, GX_CHAR_CODE charval);
Dresource_gen.cpp2840 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()
Dbinary_resource_gen.cpp1523 GX_CHAR_CODE charval; in WritePageBlock()
2931 GX_CHAR_CODE charval; in GetPageDataSize()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Dnormalization_test.c121 GX_CHAR_CODE unicode; in result_compare()
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dbidi_character_test.c129 GX_CHAR_CODE unicode; in result_compare()
/GUIX-v6.2.1/common/inc/
Dgx_utility.h324 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 …
Dgx_api.h1075 typedef ULONG GX_CHAR_CODE; typedef
1079 typedef USHORT GX_CHAR_CODE; typedef
1084 typedef GX_UBYTE GX_CHAR_CODE; typedef
1213GX_CHAR_CODE gx_font_first_glyph; /* First glyph on this page …
1214GX_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/
Dvalidation_guix_error_checking_api_coverage_no_output.c161 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/
Ddemo_guix_jpeg_decode_24xrgb.pbw7397 "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/
Ddemo_guix_jpeg_decode_8bit_palette.pbw7397 "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/
Ddemo_guix_jpeg_decode_1555xrgb.pbw7397 "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/
Ddemo_guix_jpeg_decode_565rgb.pbw7397 "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/
Ddemo_guix_jpeg_decode_565rgb_rotated_ccw.pbw7397 "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/
Ddemo_guix_jpeg_decode_565rgb_rotated_cw.pbw7397 "ID": "c:gx_api.h@T@GX_CHAR_CODE",
7406 "name": "GX_CHAR_CODE",