Searched refs:FontCharMap (Results 1 – 7 of 7) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | string_table.h | 25 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;
|
| D | studiox_util.cpp | 1246 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 …]
|
| D | studiox_util.h | 75 FontCharMap *GetActiveCharacterMap(BOOL reset); 95 BOOL InsertStringTableGlyphs(FontCharMap *map, res_info *info, int display);
|
| D | gx_studio_font_util.cpp | 115 … 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()
|
| D | resource_view.h | 62 void UpdateStringTableFonts(FontCharMap *map, res_info *start = NULL);
|
| D | string_table.cpp | 597 FontCharMap *string_table::GenerateCleanCharacterMap() in GenerateCleanCharacterMap()
|
| D | resource_view.cpp | 2035 void resource_view::UpdateStringTableFonts(FontCharMap *map, res_info *start) in UpdateStringTableFonts() 3486 FontCharMap *charmap = (FontCharMap *)wParam; in OnUpdateStringTableFonts()
|