Home
last modified time | relevance | path

Searched refs:GX_TEXT_RENDER_THAI_GLYPH_SHAPING (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/test/example_internal/thai_glyph_shaping_runtime/
Ddemo_thai_glyph_shaping_runtime.c76 gx_system_text_render_style_set(GX_TEXT_RENDER_THAI_GLYPH_SHAPING); in demo_thread_entry()
/GUIX-v6.4.1/test/example_internal/thai_glyph_shaping/
Ddemo_thai_glyph_shaping.c80 gx_system_text_render_style_set(GX_TEXT_RENDER_THAI_GLYPH_SHAPING); in demo_thread_entry()
/GUIX-v6.4.1/common/src/
Dgx_canvas_glyphs_draw.c285 if (_gx_system_text_render_style & GX_TEXT_RENDER_THAI_GLYPH_SHAPING) in _gx_canvas_compressed_glyphs_draw()
465 if (_gx_system_text_render_style & GX_TEXT_RENDER_THAI_GLYPH_SHAPING) in _gx_canvas_generic_glyphs_draw()
/GUIX-v6.4.1/common/inc/
Dgx_api.h1050 #define GX_TEXT_RENDER_THAI_GLYPH_SHAPING 0x01 macro