Home
last modified time | relevance | path

Searched refs:FontCharMap (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstring_table.h25 class FontCharMap
28 FontCharMap();
29 ~FontCharMap();
41 void Overlay(FontCharMap *other);
126 FontCharMap *GenerateCleanCharacterMap(void);
127 FontCharMap *GetCharacterMap(void) {return &char_map;} in GetCharacterMap()
156 FontCharMap char_map;
Dstudiox_util.cpp1246 FontCharMap *GetActiveCharacterMap(BOOL reset) in GetActiveCharacterMap()
1442 FontCharMap::FontCharMap() in FontCharMap() function in FontCharMap
1451 FontCharMap::~FontCharMap() in ~FontCharMap()
1457 BOOL FontCharMap::Test(DWORD val) in Test()
1473 BOOL FontCharMap::Test(DWORD start, DWORD end) in Test()
1487 void FontCharMap::Set(DWORD val) in Set()
1498 void FontCharMap::Set(DWORD start, DWORD end) in Set()
1508 BOOL FontCharMap::TestAndSet(DWORD val) in TestAndSet()
1519 void FontCharMap::SetMapSize(ULONG size) in SetMapSize()
1535 void FontCharMap::Clear() in Clear()
[all …]
Dstudiox_util.h75 FontCharMap *GetActiveCharacterMap(BOOL reset);
95 BOOL InsertStringTableGlyphs(FontCharMap *map, res_info *info, int display);
Dgx_studio_font_util.cpp115 … int first_glyph_index, int last_glyph_index, GX_KERNING_GLYPH *kerning_glyph, FontCharMap *map) in gx_studio_font_util_get_kerning_info()
627 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, int bits_per_pix, FontCharMap &map) in GetFontMetrics()
672 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, FontCharMap &map, res_info *info, … in MakeFontPage()
839 FontCharMap char_map; in MakeFont()
902 FontCharMap *tmap = GetActiveCharacterMap(FALSE); in MakeFont()
991 BOOL InsertStringTableGlyphs(FontCharMap *char_map, res_info *info, int display) in InsertStringTableGlyphs()
Dresource_view.h62 void UpdateStringTableFonts(FontCharMap *map, res_info *start = NULL);
Dstring_table.cpp597 FontCharMap *string_table::GenerateCleanCharacterMap() in GenerateCleanCharacterMap()
Dresource_view.cpp2035 void resource_view::UpdateStringTableFonts(FontCharMap *map, res_info *start) in UpdateStringTableFonts()
3486 FontCharMap *charmap = (FontCharMap *)wParam; in OnUpdateStringTableFonts()