| /GUIX-v6.2.1/guix_studio/ |
| D | StudioXProject.h | 155 class res_info { 157 res_info(int ResType = 0); 158 … res_info(const res_info *in_parent, const res_info &other, BOOL copy_next); // copy constructor 160 ~res_info(); 162 void Attach(res_info *pRes); 172 res_info *next; 173 res_info *child; 174 res_info *parent; 489 res_info *GetFirstResourceInfo() const { return first_resource; }; in GetFirstResourceInfo() 490 void SetFirstResourceInfo(res_info *info); [all …]
|
| D | resource_gen.h | 16 GX_FONT *GetPageHead(res_info* info, int theme_id, int font_id); 25 … GX_PIXELMAP* RotatePixelmap(res_info* pixinfo, int theme_id, GX_PIXELMAP *map, int frame_id); 60 void WritePixelmapStructure(res_info *info, int frame_id); 61 void WriteRawPixelmap(res_info *info, int frame_id); 80 GX_PIXELMAP *ConvertPixelmapOutputFormat(res_info *info); 90 void WriteFont(res_info *info, int theme_id, int font_id); 93 void WritePixelmapData(res_info *pixinfo, int theme_id, int frame_id); 95 void WriteUintData(res_info *info, int frame_id); 96 void WriteUshortData(res_info *info, int frame_id); 97 void WriteCCRXCompatibleTargaStream(res_info *info, int frame_id); [all …]
|
| D | resource_view.h | 62 void UpdateStringTableFonts(FontCharMap *map, res_info *start = NULL); 71 int PasteResource(res_info *info, int conflict_option = 0); 76 void CreateUniqueResourceName(res_info *info); 92 void InsertTreeResources(resource_item *parent, res_info *start); 168 void AddPixelmap(resource_item *parent, res_info *info, BOOL palette_mode); 172 void AddFont(resource_item *parent, res_info *info); 175 res_info *InitFontInfo(); 191 void DeleteResourceChildren(res_info *parent); 192 void SyncResourceName(CString &old_name, res_info *info); 193 void SyncResourceAdd(res_info *info); [all …]
|
| D | StudioXProject.cpp | 496 res_info::res_info(int ResType) in res_info() function in res_info 567 res_info::res_info(const res_info *in_parent, const res_info &other, BOOL copy_next) in res_info() function in res_info 575 parent = (res_info *) in_parent; in res_info() 619 child = new res_info(this, *other.child, TRUE); in res_info() 624 res_info *sib_put = this; in res_info() 625 const res_info *sib_get = &other; in res_info() 629 sib_put->next = new res_info(parent, *sib_get->next, FALSE); in res_info() 639 res_info::~res_info() in ~res_info() 641 res_info *test; in ~res_info() 684 void res_info::Attach(res_info *pRes) in Attach() [all …]
|
| D | resource_view.cpp | 366 res_info *info = item->mpRes; in PopupMenu() 670 res_info* pStringAdd = new res_info(RES_TYPE_ADD_STRING); in RebuildStringItems() 710 void resource_view::InsertTreeResources(resource_item *parent, res_info *start) in InsertTreeResources() 964 res_info *res = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in BuildColorTable() 965 res_info *color_res; in BuildColorTable() 998 res_info *font_res; in BuildFontTable() 1001 res_info *res = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in BuildFontTable() 1032 res_info *pixelmap_res; in BuildPixelmapTable() 1035 res_info *res = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in BuildPixelmapTable() 1228 res_info *info = project->mDisplays[DisplayIndex].themes[ThemeIndex].GetFirstResourceInfo(); in InstallResources() [all …]
|
| D | edit_pixelmap_dlg.h | 25 edit_pixelmap_dlg(res_info *info, CWnd* pParent = NULL); // standard constructor 58 res_info *mpInfo; 68 BOOL HasAlpha(res_info* info); 73 void SavePixelmapInfo(res_info *info); 75 void GetPixelmapInfo(res_info *info);
|
| D | palette_creater.h | 35 void CreatePaletteForOnePixelmap(res_info *resource, palette_info *info, int count = -1); 36 …void CreatePaletteForPixelmaps(res_info *resource, palette_info *info, BOOL recursive = TRUE, int … 42 void AccumulateSharedHistogram(res_info *info); 43 void AccumulateOneMapHistogram(res_info *info);
|
| D | binary_resource_gen.h | 32 …void WritePixelmapBlock(res_info* info, USHORT map_id, USHORT output_map_id, USHORT theme_id, int … 33 void WriteFontBlock(res_info *info, USHORT font_id, USHORT theme_id); 58 …ULONG GetOnePixelmapDataSize(ULONG written_size, res_info *info, USHORT theme_id, INT frame_id, US… 59 ULONG GetFontDataSize(ULONG written_size, res_info *info, USHORT theme_id, USHORT font_id); 71 USHORT GetPageCount(res_info *info, USHORT theme_id, USHORT font_id); 95 void WriteFontData(res_info *info, USHORT theme_id, USHORT font_id);
|
| D | studiox_util.h | 93 GX_FONT *MakeFont(res_info *info, int display, BOOL warn_on_error); 94 GX_FONT *MakeOptimizedFont(res_info *info, int display, BOOL warn_on_error = FALSE); 95 BOOL InsertStringTableGlyphs(FontCharMap *map, res_info *info, int display); 99 INT GetFontStorage(res_info *info, studiox_project *project, int display); 100 INT GetPixelmapStorage(res_info *info); 109 CString MakePixelmapName(res_info *info, int frame_id);
|
| D | font_path_dialog.h | 54 range_list_win(res_info *info, CFont *mpFont); 71 res_info *m_info; 83 …font_path_dialog(int display_index, int color_format, res_info *info, CWnd* pParent = NULL); // … 116 res_info *m_info;
|
| D | palette_creater.cpp | 32 void palette_creater::CreatePaletteForOnePixelmap(res_info *resource, palette_info *info, int reque… in CreatePaletteForOnePixelmap() 38 void palette_creater::CreatePaletteForPixelmaps(res_info *resource, palette_info *info, BOOL recurs… in CreatePaletteForPixelmaps() 235 void palette_creater::AccumulateSharedHistogram(res_info *info) in AccumulateSharedHistogram() 255 void palette_creater::AccumulateOneMapHistogram(res_info *info) in AccumulateOneMapHistogram() 268 res_info *pixinfo; in AccumulateOneMapHistogram() 270 pixinfo = new res_info(NULL, *info, FALSE); in AccumulateOneMapHistogram()
|
| D | import_sprite_frames_dlg.cpp | 92 …res_info *info = project->FindResourceFolder(mPixGroupInfo, RES_TYPE_FOLDER, folder_id, folder_nam… in OnSelectPixFolder() 97 void import_sprite_frames_dlg::UpdateFrameList(res_info *folder_info) in UpdateFrameList() 106 res_info* child = folder_info->child; in UpdateFrameList() 140 res_info *info = mPixGroupInfo->child; in InitPixFolderList()
|
| D | copy_paste_engine.cpp | 297 …res_info *color_info = mProject->FindResource(mDisplay, active_theme, RES_TYPE_COLOR, write_color_… in WriteColorDependencies() 323 res_info *newres; in ReadColorDependencies() 340 newres = new res_info(RES_TYPE_COLOR); in ReadColorDependencies() 377 …res_info *font_info = mProject->FindResource(mDisplay, active_theme, RES_TYPE_FONT, write_font_lis… in WriteFontDependencies() 394 res_info *newres; in ReadFontDependencies() 408 newres = new res_info(RES_TYPE_FONT); in ReadFontDependencies() 436 …res_info *pix_info = mProject->FindResource(mDisplay, active_theme, RES_TYPE_PIXELMAP, write_pixel… in WritePixelmapDependencies() 453 res_info *newres; in ReadPixelmapDependencies() 467 newres = new res_info(RES_TYPE_PIXELMAP); in ReadPixelmapDependencies()
|
| D | import_sprite_frames_dlg.h | 29 void UpdateFrameList(res_info *folder_info); 31 res_info *mPixGroupInfo;
|
| D | ProjectConfigDlg.h | 106 …static void ColorTableConvert(res_info* info, GX_COLOR* old_pal, int old_palsize, int old_color_fo… 109 static void CheckFontFormat(res_info* start, int m_display); 111 static void ResetPixelmapFormat(res_info* start, int m_display);
|
| D | resource_tree.h | 14 resource_item *InsertItem(resource_item *parent, res_info *info); 47 res_info m_res_info;
|
| D | configure_theme_dlg.cpp | 132 res_info* theme_0 = project->mDisplays[display].themes[0].GetFirstResourceInfo(); in InitializeThemeResourcesThreadEntry() 133 res_info* pInfo = new res_info(NULL, *theme_0, TRUE); in InitializeThemeResourcesThreadEntry() 191 … res_info *pInfo = project->mDisplays[mDisplayIndex].themes[index].GetFirstResourceInfo(); in DoDataExchange() 192 … res_info *pThemeHeader = project->FindResourceFolder(pInfo, RES_TYPE_HEADER, THEME_HEADER); in DoDataExchange()
|
| D | resource_gen.cpp | 285 res_info *info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in WriteErrorDirectives() 377 res_info *info; in CalculateTableSizes() 878 res_info *info = m_project->FindResource(m_display, active_theme, RES_TYPE_COLOR, color_id); in WriteColorDefines() 916 res_info *info; in WriteColorTable() 1064 res_info *info = m_project->FindResource(m_display, active_theme, RES_TYPE_FONT, font_id); in WriteFontDefines() 1127 res_info *info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in WriteFontData() 1257 res_info *info; in WriteFontTable() 1416 res_info *info; in WritePixelmapDefines() 1474 res_info *info; in WritePixelmapData() 1582 res_info *info; in WritePixelmapTable() [all …]
|
| D | resource_item.h | 14 resource_item(resource_tree *tree, res_info *get); 43 res_info *mpRes;
|
| D | edit_pixelmap_dlg.cpp | 110 edit_pixelmap_dlg::edit_pixelmap_dlg(res_info *info, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC() 483 void edit_pixelmap_dlg::SavePixelmapInfo(res_info* info) in SavePixelmapInfo() 485 res_info* child; in SavePixelmapInfo() 529 void edit_pixelmap_dlg::GetPixelmapInfo(res_info *info) in GetPixelmapInfo() 531 res_info* child; in GetPixelmapInfo() 772 BOOL edit_pixelmap_dlg::HasAlpha(res_info* info) in HasAlpha()
|
| D | binary_resource_gen.cpp | 250 res_info* info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in GenerateBinaryFile() 260 …res_info *info = m_project->FindResource(m_display, theme, RES_TYPE_PIXELMAP, m_pixelmap_dictionar… in GenerateBinaryFile() 1295 res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_FONT, font_id); in WriteThemeBlock() 1313 …res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_PIXELMAP, m_pixelmap_dictio… in WriteThemeBlock() 1354 res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_COLOR, color_id); in WriteColorBlock() 1398 void binary_resource_gen::WriteFontBlock(res_info *info, USHORT font_id, USHORT theme_id) in WriteFontBlock() 1458 void binary_resource_gen::WriteFontData(res_info *info, USHORT theme_id, USHORT font_id) in WriteFontData() 1940 void binary_resource_gen::WritePixelmapBlock(res_info *info, USHORT map_id, USHORT output_map_id, U… in WritePixelmapBlock() 2400 USHORT binary_resource_gen::GetPageCount(res_info *info, USHORT theme_id, USHORT font_id) in GetPageCount() 2439 …res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_PIXELMAP, m_pixelmap_dictio… in GetPixelmapCount() [all …]
|
| D | folder_name_dlg.h | 11 folder_name_dlg::folder_name_dlg(res_info *info, CWnd* pParent =NULL);// standard constructor
|
| D | sprite_service_provider.cpp | 18 res_info* info; in studio_sprite_draw() 334 res_info* rinfo = project->FindResource(display, active_theme, RES_TYPE_PIXELMAP, name); in UpdateSpriteFrameInfo() 420 …res_info *resource = project->FindResource(display, active_theme, RES_TYPE_PIXELMAP, frame->gx_spr… in Autosize()
|
| D | studiox_util.cpp | 1703 res_info* group_info = NULL; in FileExists() 1733 res_info *child_folder = group_info->child; in FileExists() 1734 res_info* child = child_folder->child; in FileExists() 1771 res_info* group_info = NULL; in NameExists() 1804 res_info *child_folder = group_info -> child; in NameExists() 1805 res_info* child = child_folder -> child; in NameExists() 2105 CString MakePixelmapName(res_info* info, int res_index) in MakePixelmapName()
|
| D | gx_studio_font_util.cpp | 672 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, FontCharMap &map, res_info *info, … in MakeFontPage() 831 GX_FONT *MakeFont(res_info *info, int display, BOOL warn_on_error) in MakeFont() 991 BOOL InsertStringTableGlyphs(FontCharMap *char_map, res_info *info, int display) in InsertStringTableGlyphs() 1493 GX_FONT *MakeOptimizedFont(res_info *info, int display, BOOL warn_on_error) in MakeOptimizedFont() 1507 INT GetFontStorage(res_info *info, studiox_project *project, int display) in GetFontStorage() 1588 INT GetPixelmapStorage(res_info *info) in GetPixelmapStorage()
|