Home
last modified time | relevance | path

Searched refs:GetFontBits (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.h97 INT GetFontBits(INT font_format);
Dgx_studio_font_util.cpp256 INT GetFontBits(INT font_format) in GetFontBits() function
1334 bitmap_size = GetRowPitch(put->gx_glyph_width, GetFontBits(dest->gx_font_format)); in CopyGlyphs()
1367 bitmap_size = GetRowPitch(put->gx_glyph_width, GetFontBits(dest->gx_font_format)); in CopyKerningGlyphs()
Dresource_gen.cpp3177 decoded_data = RleDecodeGlyphData((GX_COMPRESSED_GLYPH*)glyph, GetFontBits(font_format)); in RotateGlyphData()
3216 RleEncodeGlyphData(&cglyph, GetFontBits(font_format)); in RotateGlyphData()
3286 datasize = GetRowPitch(glyph->gx_glyph_height, GetFontBits(font->gx_font_format)); in WriteFontPage()
3301 datasize = GetRowPitch(glyph->gx_glyph_width, GetFontBits(font->gx_font_format)); in WriteFontPage()
3431 datasize = GetRowPitch(glyph->gx_glyph_width, GetFontBits(font->gx_font_format)); in WriteFontPage()
Dbinary_resource_gen.cpp3033 … data_size = GetRowPitch(glyph->gx_glyph_height, GetFontBits(font->gx_font_format)); in GetGlyphDataSize()
3038 … int pitch = GetRowPitch(glyph->gx_glyph_width, GetFontBits(font->gx_font_format)); in GetGlyphDataSize()
DStudioXProject.cpp1352 put->font_bits = GetFontBits(def_font->gx_font_format); in ConfigureDefaultFont()