Searched refs:res_index (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | undo_manager.cpp | 71 new_entry.res_index = display_index; in AddEntry() 76 void undo_manager::AddEntry(int type, widget_info *info, int res_index, BOOL fold) in AddEntry() argument 190 new_entry.res_index = res_index; in AddEntry() 270 current->widget_list[widget_index].res_index = 0; in AddEntry() 646 …GetProjectView()->FolderSelected(entry->widget_list[0].res_index, entry->widget_list[0].folder_nam… in Undo() 648 …folder_info *parent_folder = pProject->FindFolderInfo(entry->widget_list[0].res_index, entry->widg… in Undo() 670 pview->SelectDisplay(entry->widget_list[0].res_index); in Undo() 671 pProject->AddFolderToDisplay(entry->widget_list[0].res_index, folder); in Undo() 673 pview->SelectDisplay(entry->widget_list[0].res_index); in Undo() 689 …folder_info *folder = pProject->FindFolderInfo(entry->widget_list[0].res_index, entry->widget_list… in Undo() [all …]
|
| D | undo_manager.h | 58 res_index = 0; in undo_widget() 75 int res_index; variable 90 void AddEntry(int type, widget_info *info, int res_index = 0, BOOL fold = FALSE);
|
| D | studiox_util.cpp | 2105 CString MakePixelmapName(res_info* info, int res_index) in MakePixelmapName() argument 2111 name.Format(_T("%s_F%d"), info->name, res_index); in MakePixelmapName()
|
| D | resource_gen.cpp | 4414 void resource_gen::WriteUintData(res_info *info, int res_index) in WriteUintData() argument 4420 CString name = MakePixelmapName(info, res_index); in WriteUintData() 4462 void resource_gen::WriteCCRXCompatibleTargaStream(res_info* info, int res_index) in WriteCCRXCompatibleTargaStream() argument 4476 CString name = MakePixelmapName(info, res_index); in WriteCCRXCompatibleTargaStream()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_binres_pixelmap_load.c | 69 UINT _gx_binres_standalone_resource_seek(GX_BINRES_DATA_INFO *info, UINT res_index) in _gx_binres_standalone_resource_seek() argument 88 if ((USHORT)res_index >= count) in _gx_binres_standalone_resource_seek() 95 …ffset, info -> gx_binres_root_address + info -> gx_binres_read_offset + sizeof(ULONG) * res_index); in _gx_binres_standalone_resource_seek()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_binres_loader.h | 95 UINT _gx_binres_standalone_resource_seek(GX_BINRES_DATA_INFO *info, UINT res_index); 108 UINT _gxe_binres_font_load(GX_UBYTE *root_address, UINT res_index, GX_UBYTE *buffer, ULONG *buffer_…
|