Searched refs:cglyph (Results 1 – 1 of 1) sorted by relevance
3210 GX_COMPRESSED_GLYPH cglyph; in RotateGlyphData() local3212 cglyph.gx_glyph_map = rotated_data; in RotateGlyphData()3213 cglyph.gx_glyph_width = glyph->gx_glyph_height; in RotateGlyphData()3214 cglyph.gx_glyph_height = glyph->gx_glyph_width; in RotateGlyphData()3216 RleEncodeGlyphData(&cglyph, GetFontBits(font_format)); in RotateGlyphData()3217 *rotated_map = (GX_UBYTE*)cglyph.gx_glyph_map; in RotateGlyphData()3218 *rotated_map_size = cglyph.gx_glyph_map_size; in RotateGlyphData()