Home
last modified time | relevance | path

Searched refs:GX_COMPRESSED_GLYPH (Results 1 – 25 of 34) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp409 void RleEncodeGlyphData(GX_COMPRESSED_GLYPH *glyph, int bits_per_pix) in RleEncodeGlyphData()
435 GX_UBYTE* RleDecodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix) in RleDecodeGlyphData()
681 GX_COMPRESSED_GLYPH *compressed_glyph_array; in MakeFontPage()
682 GX_COMPRESSED_GLYPH *put_compressed_glyph; in MakeFontPage()
712 compressed_glyph_array = new GX_COMPRESSED_GLYPH[char_count]; in MakeFontPage()
713 memset(compressed_glyph_array, 0, char_count * sizeof(GX_COMPRESSED_GLYPH)); in MakeFontPage()
1076GX_COMPRESSED_GLYPH *put_glyph = (GX_COMPRESSED_GLYPH *) &page->gx_font_glyphs.gx_font_compressed_… in InsertStringTableGlyphs()
1132 GX_COMPRESSED_GLYPH *compressed_glyph; in DestroyFont()
1156 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in DestroyFont()
1188 GX_COMPRESSED_GLYPH *compressed_glyph; in FindFirstValidGlyph()
[all …]
Dstudiox_util.h91 void RleEncodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix);
92 GX_UBYTE* RleDecodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix);
Dresource_gen.cpp3175 (((GX_COMPRESSED_GLYPH*)glyph)->gx_glyph_map_size & 0x8000)) in RotateGlyphData()
3177 decoded_data = RleDecodeGlyphData((GX_COMPRESSED_GLYPH*)glyph, GetFontBits(font_format)); in RotateGlyphData()
3210 GX_COMPRESSED_GLYPH cglyph; in RotateGlyphData()
3297 datasize = ((GX_COMPRESSED_GLYPH*)glyph)->gx_glyph_map_size & 0x7fff; in WriteFontPage()
3426 mapsize = ((GX_COMPRESSED_GLYPH*)glyph)->gx_glyph_map_size; in WriteFontPage()
Dbinary_resource_gen.cpp1544 …const GX_COMPRESSED_GLYPH *compressed_glyph = &font ->gx_font_glyphs.gx_font_compressed_glyphs[gly… in WriteGlyphBock()
2996 …GX_CONST GX_COMPRESSED_GLYPH *glyph = &font->gx_font_glyphs.gx_font_compressed_glyphs[glyph_index]; in GetGlyphDataSize()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_synergy/
Dmulti_themes_16bpp_synergy_resources.c742 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_18_GLYPHS[1] =
766 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_17_GLYPHS[1] =
790 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_16_GLYPHS[1] =
814 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_15_GLYPHS[1] =
838 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_14_GLYPHS[1] =
862 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_13_GLYPHS[1] =
886 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_12_GLYPHS[1] =
910 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_11_GLYPHS[1] =
934 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_10_GLYPHS[1] =
958 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CJK_FONT_PAGE_9_GLYPHS[1] =
[all …]
/GUIX-v6.2.1/ports/win32/src/renesas/
Dgx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c81 GX_COMPRESSED_GLYPH rotated_glyph; in _gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw()
85 rotated_glyph = *((GX_COMPRESSED_GLYPH *)glyph); in _gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c82 GX_COMPRESSED_GLYPH rotated_glyph; in _gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw()
86 rotated_glyph = *((GX_COMPRESSED_GLYPH *)glyph); in _gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c81 GX_COMPRESSED_GLYPH rotated_glyph; in _gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw()
85 rotated_glyph = *((GX_COMPRESSED_GLYPH *)glyph); in _gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c88 GX_COMPRESSED_GLYPH rotated_glyph; in _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw()
92 rotated_glyph = *((GX_COMPRESSED_GLYPH *)glyph); in _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c89 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw()
97 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw()
Dgx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c97 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw()
116 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c98 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw()
111 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c90 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw()
100 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw()
Dgx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c89 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw()
101 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw()
Dgx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c90 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw()
102 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw()
/GUIX-v6.2.1/common/src/
Dgx_binres_theme_load.c818 temp += sizeof(GX_COMPRESSED_GLYPH) * glyph_count; in _gx_binres_font_buffer_size_get()
1239 GX_CONST GX_COMPRESSED_GLYPH **returned_glyphs) in _gx_binres_compressed_glyphs_address_get()
1242 GX_COMPRESSED_GLYPH *glyphs; in _gx_binres_compressed_glyphs_address_get()
1245 glyphs = (GX_COMPRESSED_GLYPH *)(info -> gx_binres_buffer + info -> gx_binres_buffer_index); in _gx_binres_compressed_glyphs_address_get()
1246 info -> gx_binres_buffer_index += sizeof(GX_COMPRESSED_GLYPH) * glyph_count; in _gx_binres_compressed_glyphs_address_get()
Dgx_canvas_glyphs_draw.c267 GX_CONST GX_COMPRESSED_GLYPH *glyph; in _gx_canvas_compressed_glyphs_draw()
346 …glyph = &((GX_CONST GX_COMPRESSED_GLYPH *)font_link -> gx_font_glyphs.gx_font_compressed_glyphs)[c… in _gx_canvas_compressed_glyphs_draw()
Dgx_system_string_width_get.c80 GX_CONST GX_COMPRESSED_GLYPH *glyph; in _gx_system_string_width_compressed_font_get()
/GUIX-v6.2.1/test/example_internal/synergy_glyph_draw_32bpp/
Dsynergy_glyph_draw_32bpp_screen_resources.c1008 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CHINESE_8BIT_COMPRESS_FONT_PAGE_1_GLYPHS[95] =
1893 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CHINESE_4BIT_COMPRESS_FONT_PAGE_1_GLYPHS[95] =
6320 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CHINESE_1BIT_COMPRESS_FONT_PAGE_1_GLYPHS[95] =
/GUIX-v6.2.1/test/example_internal/synergy_glyph_draw_16bpp/
Dsynergy_glyph_draw_16bpp_screen_resources.c1837 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CHINESE_4BIT_COMPRESS_FONT_PAGE_1_GLYPHS[95] =
6196 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_CHINESE_1BIT_COMPRESS_FONT_PAGE_1_GLYPHS[95] =
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_565rgb/
Dall_widgets_synergy_565rgb_resources.c10115 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_1BPP_FONT_PAGE_1_GLYPHS[95] =
12203 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_4BPP_FONT_PAGE_1_GLYPHS[95] =
14052 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_8BPP_FONT_PAGE_1_GLYPHS[95] =
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_flip/
Dall_widgets_synergy_16bpp_flip_resources.c10115 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_1BPP_FONT_PAGE_1_GLYPHS[95] =
12203 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_4BPP_FONT_PAGE_1_GLYPHS[95] =
14052 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_8BPP_FONT_PAGE_1_GLYPHS[95] =
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy/
Dall_widgets_synergy_resources.c6734 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_1BPP_FONT_PAGE_1_GLYPHS[95] =
8822 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_4BPP_FONT_PAGE_1_GLYPHS[95] =
10671 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_8BPP_FONT_PAGE_1_GLYPHS[95] =
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/
Dall_widgets_synergy_16bpp_rotated_ccw_resources.c11984 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_1BPP_FONT_PAGE_1_GLYPHS[95] =
13732 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_4BPP_FONT_PAGE_1_GLYPHS[95] =
15871 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_8BPP_FONT_PAGE_1_GLYPHS[95] =
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/
Dall_widgets_synergy_16bpp_rotated_cw_resources.c11984 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_1BPP_FONT_PAGE_1_GLYPHS[95] =
13732 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_4BPP_FONT_PAGE_1_GLYPHS[95] =
15871 static GX_CONST GX_COMPRESSED_GLYPH THEME_1_COMPRESS_8BPP_FONT_PAGE_1_GLYPHS[95] =

12