Searched refs:pAdd (Results 1 – 2 of 2) sorted by relevance
1991 resource_item* pAdd = FindAddNewItem(); in LayoutFolderChildren() local1992 if (pAdd) in LayoutFolderChildren()1995 height = pAdd->GetHeight(); in LayoutFolderChildren()1998 pAdd->SetPos(size); in LayoutFolderChildren()
3915 res_info* pAdd = NULL; in ReadResources() local3920 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() local3943 newres->Attach(pAdd); in ReadResources()