Home
last modified time | relevance | path

Searched refs:resource_id (Results 1 – 25 of 26) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_rich_text_view_tag_enter.c105 static UINT _gx_rich_text_resource_id_read(GX_STRING *text, UINT *resource_id) in _gx_rich_text_resource_id_read() argument
148 *resource_id = id; in _gx_rich_text_resource_id_read()
201 UINT resource_id = 0; in _gx_rich_text_view_tag_open() local
275 status = _gx_rich_text_resource_id_read(&string, &resource_id); in _gx_rich_text_view_tag_open()
283 format -> gx_rich_text_font_id = resource_id; in _gx_rich_text_view_tag_open()
294 status = _gx_rich_text_resource_id_read(&string, &resource_id); in _gx_rich_text_view_tag_open()
302 format -> gx_rich_text_color = resource_id; in _gx_rich_text_view_tag_open()
314 status = _gx_rich_text_resource_id_read(&string, &resource_id); in _gx_rich_text_view_tag_open()
322 format -> gx_rich_text_highlight_color = resource_id; in _gx_rich_text_view_tag_open()
Dgx_context_string_get.c76 UINT _gx_context_string_get(GX_RESOURCE_ID resource_id, GX_CONST GX_CHAR **return_string) in _gx_context_string_get() argument
82 return _gx_display_string_get(display, resource_id, return_string); in _gx_context_string_get()
129 UINT _gx_context_string_get_ext(GX_RESOURCE_ID resource_id, GX_STRING *return_string) in _gx_context_string_get_ext() argument
135 return _gx_display_string_get_ext(display, resource_id, return_string); in _gx_context_string_get_ext()
Dgx_widget_string_get.c75 UINT _gx_widget_string_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_CONST GX_CHAR **retur… in _gx_widget_string_get() argument
89 status = _gx_display_string_get(display, resource_id, return_string); in _gx_widget_string_get()
144 UINT _gx_widget_string_get_ext(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_STRING *return_st… in _gx_widget_string_get_ext() argument
158 status = _gx_display_string_get_ext(display, resource_id, return_string); in _gx_widget_string_get_ext()
Dgxe_display_color_set.c74 UINT _gxe_display_color_set(GX_DISPLAY *display, GX_RESOURCE_ID resource_id, GX_COLOR new_color) in _gxe_display_color_set() argument
86 if (resource_id >= display->gx_display_color_table_size) in _gxe_display_color_set()
92 status = _gx_display_color_set(display, resource_id, new_color); in _gxe_display_color_set()
Dgx_context_pixelmap_get.c84 UINT _gx_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) in _gx_context_pixelmap_get() argument
92 if (resource_id < display -> gx_display_pixelmap_table_size) in _gx_context_pixelmap_get()
97 *return_pixelmap = display -> gx_display_pixelmap_table[resource_id]; in _gx_context_pixelmap_get()
Dgx_context_font_get.c72 UINT _gx_context_font_get(GX_RESOURCE_ID resource_id, GX_FONT **return_font) in _gx_context_font_get() argument
86 if (resource_id < font_table_size) in _gx_context_font_get()
90 *return_font = display -> gx_display_font_table[resource_id]; in _gx_context_font_get()
Dgx_widget_pixelmap_get.c77 UINT _gx_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_p… in _gx_widget_pixelmap_get() argument
94 if (resource_id < display -> gx_display_pixelmap_table_size) in _gx_widget_pixelmap_get()
98 map = display -> gx_display_pixelmap_table[resource_id]; in _gx_widget_pixelmap_get()
Dgx_widget_font_get.c74 UINT _gx_widget_font_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_FONT **return_font) in _gx_widget_font_get() argument
95 if (resource_id < font_table_size) in _gx_widget_font_get()
99 font = display -> gx_display_font_table[resource_id]; in _gx_widget_font_get()
Dgx_display_color_set.c74 UINT _gx_display_color_set(GX_DISPLAY *display, GX_RESOURCE_ID resource_id, GX_COLOR new_color) in _gx_display_color_set() argument
78 display -> gx_display_color_table[resource_id] = new_color; in _gx_display_color_set()
Dgxe_widget_font_get.c72 UINT _gxe_widget_font_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_FONT **return_font) in _gxe_widget_font_get() argument
88 status = _gx_widget_font_get(widget, resource_id, return_font); in _gxe_widget_font_get()
Dgxe_widget_pixelmap_get.c72 UINT _gxe_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_… in _gxe_widget_pixelmap_get() argument
89 status = _gx_widget_pixelmap_get(widget, resource_id, return_pixelmap); in _gxe_widget_pixelmap_get()
Dgxe_widget_string_get.c75 UINT _gxe_widget_string_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_CONST GX_CHAR **retu… in _gxe_widget_string_get() argument
95 status = _gx_widget_string_get(widget, resource_id, return_string); in _gxe_widget_string_get()
/GUIX-v6.2.1/guix_studio/
Dwidget_factory.h41 …ateResourceIdDecrementCount(CArray<GX_RESOURCE_ID>& resource_id_array, GX_RESOURCE_ID resource_id);
43 …tic void DecrementWidgetResourceIds(int res_type, folder_info *folder, GX_RESOURCE_ID resource_id);
45 …static int CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, int seed_c…
47 … static int CountReferences(studiox_project *project, int res_type, GX_RESOURCE_ID resource_id);
49 static void UpdateInputWidgetText(widget_info *info, GX_RESOURCE_ID resource_id);
50 … static void UpdateInputWidgetText(studiox_project *project, GX_RESOURCE_ID resource_id = -1);
Dwidget_factory.cpp830 …_factory::DecrementWidgetResourceIds(int res_type, folder_info *folder, GX_RESOURCE_ID resource_id) in DecrementWidgetResourceIds() argument
834 resource_id_array.Add(resource_id); in DecrementWidgetResourceIds()
902 …lateResourceIdDecrementCount(CArray<GX_RESOURCE_ID> &resource_id_array, GX_RESOURCE_ID resource_id) in CalculateResourceIdDecrementCount() argument
911 if (resource_id == deleted_id) in CalculateResourceIdDecrementCount()
915 else if (resource_id > deleted_id) in CalculateResourceIdDecrementCount()
1107 int widget_factory::CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, in… in CountReferences() argument
1135 if (string_list[index] == resource_id) in CountReferences()
1146 if (info->color_id[index] == resource_id) in CountReferences()
1156 if (info->pixelmap_id[index] == resource_id) in CountReferences()
1166 if (info->font_id[index] == resource_id) in CountReferences()
[all …]
Dresource_tree.h28 BOOL DoesFolderExist(CString &find_name, int resource_id);
29 void CreateUniqueFolderName(CString &seed, int resource_id);
Dstring_table.cpp463 int resource_id; in SortByReferenceCount() local
468 resource_id = GetResourceId(m_records.GetAt(index_1).id_name); in SortByReferenceCount()
469 count_1 = widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id); in SortByReferenceCount()
473 resource_id = GetResourceId(m_records.GetAt(index_2).id_name); in SortByReferenceCount()
474 count_2 = widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id); in SortByReferenceCount()
Dresource_tree.cpp224 BOOL resource_tree::DoesFolderExist(CString &find_name, int resource_id) in DoesFolderExist() argument
228 resource_item *start = FindFolder(GetRoot(), RES_TYPE_FOLDER, resource_id); in DoesFolderExist()
Dresource_gen.h31 BOOL IsStringReferencedbyMlView(widget_info* info, GX_RESOURCE_ID resource_id);
Dproperties_win.cpp4269 GX_RESOURCE_ID resource_id; in OnChangeStringText() local
4273 resource_id = pbox->GetItemData(pbox->GetCurSel()); in OnChangeStringText()
4275 if (resource_id) in OnChangeStringText()
4277 id_name = table->GetResourceIdName(resource_id); in OnChangeStringText()
4290 resource_id = table->GetResourceId(id_name); in OnChangeStringText()
4297 resource_id = 0; in OnChangeStringText()
4302 if (pbox->GetCount() == resource_id) in OnChangeStringText()
4305 pbox->SetItemData(index, resource_id); in OnChangeStringText()
4307 SelectDropListItem(pbox, resource_id); in OnChangeStringText()
4315 provider->AssignText(mpInfo, 0, resource_id); in OnChangeStringText()
Dstring_table_edit_dlg.cpp645 int resource_id = mpTable->GetResourceId(m_record.id_name); in UpdateEditFieldContent() local
646 …ref_count.Format(_T("%d"), widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id)); in UpdateEditFieldContent()
1283 int resource_id = mpTable->GetResourceId(record.id_name); in OnDeleteClicked() local
1288 widget_factory::StringDeleted(project, resource_id); in OnDeleteClicked()
Dresource_gen.cpp404 BOOL resource_gen::IsStringReferencedbyMlView(widget_info* info, GX_RESOURCE_ID resource_id) in IsStringReferencedbyMlView() argument
410 (info->string_id[0] == resource_id)) in IsStringReferencedbyMlView()
415 if (IsStringReferencedbyMlView(info->GetChildWidgetInfo(), resource_id)) in IsStringReferencedbyMlView()
Dresource_item.cpp1680 if (mpRes->resource_id == CUSTOM_COLOR_FOLDER)
/GUIX-v6.2.1/common/inc/
Dgx_context.h67 UINT _gx_context_font_get(GX_RESOURCE_ID resource_id, GX_FONT **return_font);
71 UINT _gx_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
82 UINT _gx_context_string_get_ext(GX_RESOURCE_ID resource_id, GX_STRING *return_string);
100 UINT _gxe_context_font_get(GX_RESOURCE_ID resource_id, GX_FONT **return_font);
102 UINT _gxe_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
Dgx_widget.h181 UINT _gxe_widget_font_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_FONT **return_font);
190 UINT _gxe_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_p…
Dgx_display.h107 UINT _gxe_display_color_set(GX_DISPLAY *display, GX_RESOURCE_ID resource_id, GX_COLOR new_color);

12