| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.cpp | 409 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() 1076 …GX_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 …]
|
| D | studiox_util.h | 91 void RleEncodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix); 92 GX_UBYTE* RleDecodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix);
|
| D | resource_gen.cpp | 3175 (((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()
|
| D | binary_resource_gen.cpp | 1544 …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/ |
| D | multi_themes_16bpp_synergy_resources.c | 742 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/ |
| D | gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c | 81 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()
|
| D | gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c | 82 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()
|
| D | gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c | 81 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()
|
| D | gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c | 88 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()
|
| D | gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c | 89 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()
|
| D | gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c | 97 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()
|
| D | gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c | 98 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()
|
| D | gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c | 90 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()
|
| D | gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c | 89 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()
|
| D | gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c | 90 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/ |
| D | gx_binres_theme_load.c | 818 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()
|
| D | gx_canvas_glyphs_draw.c | 267 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()
|
| D | gx_system_string_width_get.c | 80 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/ |
| D | synergy_glyph_draw_32bpp_screen_resources.c | 1008 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/ |
| D | synergy_glyph_draw_16bpp_screen_resources.c | 1837 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/ |
| D | all_widgets_synergy_565rgb_resources.c | 10115 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/ |
| D | all_widgets_synergy_16bpp_flip_resources.c | 10115 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/ |
| D | all_widgets_synergy_resources.c | 6734 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/ |
| D | all_widgets_synergy_16bpp_rotated_ccw_resources.c | 11984 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/ |
| D | all_widgets_synergy_16bpp_rotated_cw_resources.c | 11984 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] =
|