Searched refs:ReadFontId (Results 1 – 11 of 11) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | rich_text_view_sercive_provider.cpp | 222 info->font_id[RICH_TEXT_FONT_NORMAL] = ReadFontId(reader, project, display, "normal_font"); in ReadFromProject() 223 info->font_id[RICH_TEXT_FONT_BOLD] = ReadFontId(reader, project, display, "bold_font"); in ReadFromProject() 224 info->font_id[RICH_TEXT_FONT_ITALIC ] = ReadFontId(reader, project, display, "italic_font"); in ReadFromProject() 225 …info->font_id[RICH_TEXT_FONT_BOLD_ITALIC] = ReadFontId(reader, project, display, "bold_italic_font… in ReadFromProject()
|
| D | text_scroll_wheel_service_provider.cpp | 327 info->font_id[NORMAL_FONT_INDEX] = ReadFontId(reader, project, display, "normal_font_id"); in ReadFromProject() 328 info->font_id[SELECTED_FONT_INDEX] = ReadFontId(reader, project, display, "selected_font_id"); in ReadFromProject()
|
| D | widget_service_provider.h | 46 …static GX_RESOURCE_ID ReadFontId(xml_reader &reader, studiox_project *project, int display, char *…
|
| D | text_button_service_provider.cpp | 209 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | prompt_service_provider.cpp | 212 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | ml_text_view_service_provider.cpp | 285 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | progress_bar_service_provider.cpp | 280 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | text_input_service_provider.cpp | 316 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | radial_progress_bar_service_provider.cpp | 304 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | ml_text_input_service_provider.cpp | 411 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
|
| D | widget_service_provider.cpp | 1100 GX_RESOURCE_ID widget_service_provider::ReadFontId(xml_reader &reader, studiox_project *project, in… in ReadFontId() function in widget_service_provider
|