Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dstudiox_util.cpp1698 BOOL FileExists(INT display_index, INT resource_type, CString pathname) in FileExists() argument
1705 switch (resource_type) in FileExists()
1743 if (child->type == resource_type) in FileExists()
1764 BOOL NameExists(INT display_index, INT resource_type, CString name) in NameExists() argument
1773 switch (resource_type) in NameExists()
1819 if (child->type == resource_type) in NameExists()
1821 if ((resource_type == RES_TYPE_PIXELMAP) && (child->map_list.GetCount() > 1)) in NameExists()
Dstudiox_util.h103 BOOL FileExists(INT display_index, INT resource_type, CString pathname);
104 BOOL NameExists(INT display_index, INT resource_type, CString name);