Home
last modified time | relevance | path

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

/GUIX-v6.2.1/ports/win32/src/renesas/
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() local
97 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw()
99 if (compressed_glyph -> gx_glyph_map_size & 0x8000) 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() local
116 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw()
118 if (compressed_glyph -> gx_glyph_map_size & 0x8000) 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() local
111 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw()
113 if (compressed_glyph -> gx_glyph_map_size & 0x8000) 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() local
100 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw()
102 if (compressed_glyph -> gx_glyph_map_size & 0x8000) 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() local
101 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw()
103 if (compressed_glyph -> gx_glyph_map_size & 0x8000) 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() local
102 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw()
104 if (compressed_glyph -> gx_glyph_map_size & 0x8000) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw()
/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp1132 GX_COMPRESSED_GLYPH *compressed_glyph; in DestroyFont() local
1156 compressed_glyph = (GX_COMPRESSED_GLYPH *)glyph; in DestroyFont()
1157 compressed_glyph++; in DestroyFont()
1158 glyph = (GX_GLYPH *)compressed_glyph; in DestroyFont()
1188 GX_COMPRESSED_GLYPH *compressed_glyph; in FindFirstValidGlyph() local
1200compressed_glyph = (GX_COMPRESSED_GLYPH *)page->gx_font_glyphs.gx_font_compressed_glyphs; in FindFirstValidGlyph()
1201 if (compressed_glyph[index].gx_glyph_map != NULL || in FindFirstValidGlyph()
1202 compressed_glyph[index].gx_glyph_advance != 0) in FindFirstValidGlyph()
1237 GX_CONST GX_COMPRESSED_GLYPH *compressed_glyph; in FindDeadGlyphBlock() local
1244 compressed_glyph = page->gx_font_glyphs.gx_font_compressed_glyphs; in FindDeadGlyphBlock()
[all …]
Dbinary_resource_gen.cpp1544 …const GX_COMPRESSED_GLYPH *compressed_glyph = &font ->gx_font_glyphs.gx_font_compressed_glyphs[gly… in WriteGlyphBock() local
1545 header.gx_glyph_header_map_size = compressed_glyph->gx_glyph_map_size; in WriteGlyphBock()
1546 glyph = (const GX_GLYPH *)compressed_glyph; in WriteGlyphBock()