Home
last modified time | relevance | path

Searched refs:load_language_table (Results 1 – 8 of 8) sorted by relevance

/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Ddemo_thai_glyph_shaping.c29 UINT load_language_table();
103 load_language_table("..//thai_string_res.bin"); in main_screen_event_process()
125 UINT load_language_table(char *pathname) in load_language_table() function
/GUIX-v6.2.1/test/example_internal/arabic_glyph_shaping/
Ddemo_arabic_glyph_shaping.c29 UINT load_language_table(char* pathname);
95 load_language_table("..//arabic_string_res.bin"); in main_screen_event_process()
117 UINT load_language_table(char *pathname) in load_language_table() function
/GUIX-v6.2.1/test/example_internal/two_displays_binres/
Ddemo_guix_two_displays_binres.c134 static UINT load_language_table(GX_UBYTE* root_address, GX_DISPLAY *display, GX_STRING **language_t… in load_language_table() function
163 …status = load_language_table(address, root1->gx_window_root_canvas->gx_canvas_display, language_ta… in load_resource()
175 …status = load_language_table(address, root2->gx_window_root_canvas->gx_canvas_display, language_ta… in load_resource()
/GUIX-v6.2.1/tutorials/demo_guix_binres/
Ddemo_guix_binres.c69 UINT load_language_table(GX_UBYTE *root_address);
236 load_language_table(binres_root_address); in demo_thread_entry()
361 UINT load_language_table(GX_UBYTE *root_address) in load_language_table() function
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_thai_glyph_shaping.c71 load_language_table(pathname); in control_thread_entry()
Dvalidation_guix_arabic_glyph_shaping.c72 load_language_table(pathname); in control_thread_entry()
Dvalidation_guix_bidi_text_draw_32bpp.c186 if(load_language_table(binres_root_address) == GX_SUCCESS) in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Ddemo_bidi_text_draw_32bpp.c213 UINT load_language_table(GX_UBYTE *root_address) in load_language_table() function
275 load_language_table(binres_root_address); in main_screen_event_process()