Home
last modified time | relevance | path

Searched refs:proj (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_generator.h12 static CString GetColorIdName(studiox_project *proj, int display, int color_id);
14 static CString GetFontIdName(studiox_project *proj, int display, int font_id);
16 …static CString GetStringIdName(studiox_project *proj, int display, int string_id, widget_info *inf…
18 …static CString GetPixelmapIdName(studiox_project *proj, int display, int pixelmap_id, int frame_id…
Dscreen_generator.cpp4881 CString screen_generator::GetPixelmapIdName(studiox_project *proj, int display, int pixelmap_id, in… in GetPixelmapIdName() argument
4884 if (proj) in GetPixelmapIdName()
4886 int active_theme = proj->mDisplays[display].active_theme; in GetPixelmapIdName()
4888 res_info *info = proj->FindResource(display, active_theme, RES_TYPE_PIXELMAP, pixelmap_id); in GetPixelmapIdName()
4895 (proj->mHeader.num_displays > 1)) in GetPixelmapIdName()
4897 upper_name += proj->mDisplays[display].name; in GetPixelmapIdName()
4929 CString screen_generator::GetStringIdName(studiox_project *proj, int display, int string_id, widget… in GetStringIdName() argument
4935 string_table *pt = proj->mDisplays[display].stable; in GetStringIdName()
4945 if (proj->mHeader.num_displays > 1) in GetStringIdName()
4947 upper_name += proj->mDisplays[display].name; in GetStringIdName()
Dbinary_resource_gen.h24 binary_resource_gen(studiox_project *proj, BOOL file_format);
Dbinary_resource_gen.cpp8 binary_resource_gen::binary_resource_gen(studiox_project *proj, BOOL file_format) in binary_resource_gen() argument
9 : resource_gen(proj) in binary_resource_gen()
11 m_num_displays = proj->mHeader.num_displays; in binary_resource_gen()
12 m_project = proj; in binary_resource_gen()
17 m_srec_address = proj->mHeader.memory_offset; in binary_resource_gen()
Dresource_gen.cpp101 resource_gen::resource_gen(studiox_project *proj) in resource_gen() argument
103 m_project = proj; in resource_gen()
DProjectConfigDlg.cpp780 void ProjectConfigWin::EnableDisable(int bits, studiox_project *proj) in EnableDisable() argument