| /GUIX-v6.2.1/guix_studio/ |
| D | sprite_service_provider.cpp | 36 …info = project->FindResource(data->win32_display_index, theme_index, RES_TYPE_PIXELMAP, frame->gx_… 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 | resource_gen.cpp | 285 res_info *info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in WriteErrorDirectives() 382 info = m_project->FindResource(m_display, active_theme, RES_TYPE_FONT, res_id); in CalculateTableSizes() 394 info = m_project->FindResource(m_display, active_theme, RES_TYPE_PIXELMAP, res_id); in CalculateTableSizes() 878 res_info *info = m_project->FindResource(m_display, active_theme, RES_TYPE_COLOR, color_id); in WriteColorDefines() 951 info = m_project->FindResource(m_display, theme, RES_TYPE_COLOR, color_id); 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() 1279 info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in WriteFontTable() 1322 info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in WriteFontTable() 1422 …info = m_project->FindResource(m_display, active_theme, RES_TYPE_PIXELMAP, m_pixelmap_dictionary.G… in WritePixelmapDefines() [all …]
|
| D | copy_paste_engine.cpp | 297 …res_info *color_info = mProject->FindResource(mDisplay, active_theme, RES_TYPE_COLOR, write_color_… in WriteColorDependencies() 377 …res_info *font_info = mProject->FindResource(mDisplay, active_theme, RES_TYPE_FONT, write_font_lis… in WriteFontDependencies() 436 …res_info *pix_info = mProject->FindResource(mDisplay, active_theme, RES_TYPE_PIXELMAP, write_pixel… in WritePixelmapDependencies()
|
| D | StudioXProject.h | 674 …res_info *FindResource(int DisplayIndex, int ThemeIndex, int res_type, GX_RESOURCE_ID res_id) cons… 675 res_info *FindResource(int Display, int theme, int restype, const CString &name) const; 676 res_info *FindResource(const res_info *start, int restype, const CString &name) const;
|
| D | resource_view.cpp | 979 color_res = project->FindResource(res, RES_TYPE_COLOR, color_name); in BuildColorTable() 1015 font_res = project->FindResource(res, RES_TYPE_FONT, font_name); in BuildFontTable() 1050 pixelmap_res = project->FindResource(res, RES_TYPE_PIXELMAP, pixelmap_name); in BuildPixelmapTable() 2645 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in OnEnablePixelmap() 2682 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in OnDisablePixelmap() 3248 current_info = project->FindResource(mDisplayIndex, theme, info->type, old_name); in SyncResourceName() 3289 … parent = project->FindResource(mDisplayIndex, theme, info->parent->type, info->parent->name); in SyncResourceAdd() 3352 current_info = project->FindResource(mDisplayIndex, theme, info->type, info->name); in SyncResourcePath() 3425 current_info = project->FindResource(mDisplayIndex, theme, info->type, info->name); in SyncResourceDelete() 3466 … info = project->FindResource(mDisplayIndex, theme, item->mpRes->type, item->mpRes->name); in ChangeItemParent() [all …]
|
| 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() 2439 …res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_PIXELMAP, m_pixelmap_dictio… in GetPixelmapCount() 2634 res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_FONT, font_id); in GetFontBlockSize() 2773 …res_info *info = m_project->FindResource(m_display, theme_id, RES_TYPE_PIXELMAP, m_pixelmap_dictio… in GetPixelmapBlockSize() 3186 res_info* info = m_project->FindResource(m_display, theme, RES_TYPE_FONT, font_id); in MakeFileDictionary() 3227 …info = m_project->FindResource(m_display, theme, RES_TYPE_PIXELMAP, m_pixelmap_dictionary.GetAt(id… in MakeFileDictionary()
|
| D | import_sprite_frames_dlg.cpp | 136 mPixGroupInfo = project->FindResource(display, theme, RES_TYPE_GROUP, L"Pixelmaps"); in InitPixFolderList()
|
| D | StudioXProject.cpp | 3905 if (FindResource(parent, RES_TYPE_COLOR, newres->name)) in ReadResources() 4614 … if (FindResource(parent, RES_TYPE_COLOR, CString(default_record->name)) == NULL) in ReadDisplayInfo() 5539 res_info *studiox_project::FindResource(int Display, int theme, int restype, const CString &name) c… in FindResource() function in studiox_project 5541 return FindResource(mDisplays[Display].themes[theme].GetFirstResourceInfo(), restype, name); in FindResource() 5546 res_info *studiox_project::FindResource(int Display, int theme_id, int res_type, GX_RESOURCE_ID res… in FindResource() function in studiox_project 5560 return FindResource(pRes, res_type, name); in FindResource() 5573 return FindResource(pRes, res_type, name); in FindResource() 5587 return FindResource(pRes, res_type, name); in FindResource() 5604 res_info *studiox_project::FindResource(const res_info *pRes, int restype, const CString &name) con… in FindResource() function in studiox_project 5617 found = FindResource(pRes->child, restype, name); in FindResource()
|
| D | studiox_util.cpp | 1729 group_info = project->FindResource(display_index, active_theme, RES_TYPE_GROUP, group_id); in FileExists() 1797 group_info = project->FindResource(display_index, active_theme, RES_TYPE_GROUP, group_id); in NameExists()
|
| D | widget_service_provider.cpp | 953 …res_info *resource = project->FindResource(display, active_theme, RES_TYPE_PIXELMAP, info->pixelma… in CheckResizeToPixelmap()
|
| D | screen_generator.cpp | 4829 res_info *info = project->FindResource(display, active_theme, RES_TYPE_COLOR, color_id); in GetColorIdName() 4857 res_info *info = project->FindResource(display, active_theme, RES_TYPE_FONT, font_id); in GetFontIdName() 4888 res_info *info = proj->FindResource(display, active_theme, RES_TYPE_PIXELMAP, pixelmap_id); in GetPixelmapIdName()
|
| D | rich_text_edit_dlg.cpp | 449 res_info *info = project->FindResource(active_display, active_theme, res_type, res_id); in InitResList()
|
| D | string_table_edit_dlg.cpp | 360 … res_info *info = project->FindResource(active_display, active_theme, RES_TYPE_FONT, font_id); in OnCreate()
|
| D | properties_win.cpp | 868 res_info *info = mpProject->FindResource(active_display, active_theme, res_type, res_id); in AddComboBox()
|