Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_item.cpp1991 resource_item* pAdd = FindAddNewItem(); in LayoutFolderChildren() local
1992 if (pAdd) in LayoutFolderChildren()
1995 height = pAdd->GetHeight(); in LayoutFolderChildren()
1998 pAdd->SetPos(size); in LayoutFolderChildren()
DStudioXProject.cpp3915 res_info* pAdd = NULL; in ReadResources() local
3920 pAdd = new res_info(RES_TYPE_ADD_COLOR); in ReadResources()
3921 newres->Attach(pAdd); in ReadResources()
3925 pAdd = new res_info(RES_TYPE_ADD_FONT); in ReadResources()
3926 newres->Attach(pAdd); in ReadResources()
3930 pAdd = new res_info(RES_TYPE_ADD_PIXELMAP); in ReadResources()
3931 newres->Attach(pAdd); in ReadResources()
3942 res_info *pAdd = new res_info(RES_TYPE_ADD_STRING); in ReadResources() local
3943 newres->Attach(pAdd); in ReadResources()