Searched refs:compressed_glyph (Results 1 – 8 of 8) sorted by relevance
89 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() local97 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()
97 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() local116 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()
98 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() local111 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()
90 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() local100 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()
89 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() local101 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()
90 GX_COMPRESSED_GLYPH *compressed_glyph; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() local102 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()
1132 GX_COMPRESSED_GLYPH *compressed_glyph; in DestroyFont() local1156 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() local1200 … compressed_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() local1244 compressed_glyph = page->gx_font_glyphs.gx_font_compressed_glyphs; in FindDeadGlyphBlock()[all …]
1544 …const GX_COMPRESSED_GLYPH *compressed_glyph = &font ->gx_font_glyphs.gx_font_compressed_glyphs[gly… in WriteGlyphBock() local1545 header.gx_glyph_header_map_size = compressed_glyph->gx_glyph_map_size; in WriteGlyphBock()1546 glyph = (const GX_GLYPH *)compressed_glyph; in WriteGlyphBock()