Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcopy_paste_engine.cpp336 int restype = mProject->ResStringToType(res_type_name); in ReadColorDependencies() local
338 if (restype == RES_TYPE_COLOR) in ReadColorDependencies()
404 int restype = mProject->ResStringToType(res_type_name); in ReadFontDependencies() local
406 if (restype == RES_TYPE_FONT) in ReadFontDependencies()
463 int restype = mProject->ResStringToType(res_type_name); in ReadPixelmapDependencies() local
465 if (restype == RES_TYPE_PIXELMAP) in ReadPixelmapDependencies()
DStudioXProject.h675 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;
678 …res_info *FindResourceFolder(const res_info *start, int restype, int folder_id, CString name = _T(…
DStudioXProject.cpp3887 int restype; in ReadResources() local
3896 restype = ResStringToType(res_type_name); in ReadResources()
3898 if (restype) in ReadResources()
3900 newres = new res_info(restype); in ReadResources()
5539 res_info *studiox_project::FindResource(int Display, int theme, int restype, const CString &name) c… in FindResource() argument
5541 return FindResource(mDisplays[Display].themes[theme].GetFirstResourceInfo(), restype, name); in FindResource()
5604 res_info *studiox_project::FindResource(const res_info *pRes, int restype, const CString &name) con… in FindResource() argument
5610 if (pRes->type == restype && in FindResource()
5617 found = FindResource(pRes->child, restype, name); in FindResource()
5635 res_info *studiox_project::FindResourceFolder(const res_info *pRes, int restype, int folder_id, CSt… in FindResourceFolder() argument
[all …]
Dresource_item.cpp1944 int restype = GetResType(); in NavigateParent() local
1946 if (restype == RES_TYPE_HEADER || in NavigateParent()
1947 restype == RES_TYPE_GROUP) in NavigateParent()