Searched refs:font_format (Results 1 – 4 of 4) sorted by relevance
3168 VOID resource_gen::RotateGlyphData(GX_CONST GX_GLYPH* glyph, GX_UBYTE font_format, GX_UBYTE** rotat… in RotateGlyphData() argument3174 if ((font_format & GX_FONT_FORMAT_COMPRESSED) && in RotateGlyphData()3177 decoded_data = RleDecodeGlyphData((GX_COMPRESSED_GLYPH*)glyph, GetFontBits(font_format)); in RotateGlyphData()3187 switch (font_format & GX_FONT_FORMAT_BPP_MASK) in RotateGlyphData()3203 if ((font_format & GX_FONT_FORMAT_COMPRESSED) && rotated_data) in RotateGlyphData()3216 RleEncodeGlyphData(&cglyph, GetFontBits(font_format)); in RotateGlyphData()3547 CString font_format(_T("")); in WriteFontPage() local3552 font_format += "GX_FONT_FORMAT_1BPP"; in WriteFontPage()3556 font_format += "GX_FONT_FORMAT_2BPP"; in WriteFontPage()3560 font_format += "GX_FONT_FORMAT_4BPP"; in WriteFontPage()[all …]
24 …VOID RotateGlyphData(GX_CONST GX_GLYPH* glyph, GX_UBYTE font_format, GX_UBYTE** rotated_map, INT* …
97 INT GetFontBits(INT font_format);
256 INT GetFontBits(INT font_format) in GetFontBits() argument260 switch (font_format & GX_FONT_FORMAT_BPP_MASK) in GetFontBits()