Home
last modified time | relevance | path

Searched refs:FindResource (Results 1 – 14 of 14) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dsprite_service_provider.cpp36 …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()
Dresource_gen.cpp285 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 …]
Dcopy_paste_engine.cpp297 …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()
DStudioXProject.h674 …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;
Dresource_view.cpp979 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 …]
Dbinary_resource_gen.cpp250 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()
Dimport_sprite_frames_dlg.cpp136 mPixGroupInfo = project->FindResource(display, theme, RES_TYPE_GROUP, L"Pixelmaps"); in InitPixFolderList()
DStudioXProject.cpp3905 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()
Dstudiox_util.cpp1729 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()
Dwidget_service_provider.cpp953 …res_info *resource = project->FindResource(display, active_theme, RES_TYPE_PIXELMAP, info->pixelma… in CheckResizeToPixelmap()
Dscreen_generator.cpp4829 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()
Drich_text_edit_dlg.cpp449 res_info *info = project->FindResource(active_display, active_theme, res_type, res_id); in InitResList()
Dstring_table_edit_dlg.cpp360 … res_info *info = project->FindResource(active_display, active_theme, RES_TYPE_FONT, font_id); in OnCreate()
Dproperties_win.cpp868 res_info *info = mpProject->FindResource(active_display, active_theme, res_type, res_id); in AddComboBox()