Home
last modified time | relevance | path

Searched refs:font_format (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_gen.cpp3168 VOID resource_gen::RotateGlyphData(GX_CONST GX_GLYPH* glyph, GX_UBYTE font_format, GX_UBYTE** rotat… in RotateGlyphData() argument
3174 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() local
3552 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 …]
Dresource_gen.h24 …VOID RotateGlyphData(GX_CONST GX_GLYPH* glyph, GX_UBYTE font_format, GX_UBYTE** rotated_map, INT* …
Dstudiox_util.h97 INT GetFontBits(INT font_format);
Dgx_studio_font_util.cpp256 INT GetFontBits(INT font_format) in GetFontBits() argument
260 switch (font_format & GX_FONT_FORMAT_BPP_MASK) in GetFontBits()