Home
last modified time | relevance | path

Searched refs:pRes (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DStudioXProject.cpp684 void res_info::Attach(res_info *pRes) in Attach() argument
687 pRes->next = NULL; in Attach()
696 test->next = pRes; in Attach()
700 child = pRes; in Attach()
702 pRes->parent = this; in Attach()
5551 res_info *pRes = mDisplays[Display].themes[theme_id].GetFirstResourceInfo(); in FindResource() local
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()
5596 return FindResourceFolder(pRes, res_type, res_id); in FindResource()
[all …]
DStudioXProject.h162 void Attach(res_info *pRes);