Home
last modified time | relevance | path

Searched refs:font_id (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/GUIX-v6.2.1/guix_studio/
Drich_text_view_sercive_provider.cpp55 gen->GetFontIdName(info->font_id[RICH_TEXT_FONT_NORMAL]), in WriteExtendedProperties()
56 gen->GetFontIdName(info->font_id[RICH_TEXT_FONT_BOLD]), in WriteExtendedProperties()
57 gen->GetFontIdName(info->font_id[RICH_TEXT_FONT_ITALIC]), in WriteExtendedProperties()
58 gen->GetFontIdName(info->font_id[RICH_TEXT_FONT_BOLD_ITALIC])); in WriteExtendedProperties()
147 info->font_id[RICH_TEXT_FONT_NORMAL] = fonts.gx_rich_text_fonts_normal_id; in CreateNewInstance()
148 info->font_id[RICH_TEXT_FONT_BOLD] = fonts.gx_rich_text_fonts_bold_id; in CreateNewInstance()
149 info->font_id[RICH_TEXT_FONT_ITALIC] = fonts.gx_rich_text_fonts_italic_id; in CreateNewInstance()
150 info->font_id[RICH_TEXT_FONT_BOLD_ITALIC] = fonts.gx_rich_text_fonts_bold_italic_id; in CreateNewInstance()
162 fonts.gx_rich_text_fonts_normal_id = info->font_id[RICH_TEXT_FONT_NORMAL]; in GenerateFromInfo()
163 fonts.gx_rich_text_fonts_bold_id = info->font_id[RICH_TEXT_FONT_BOLD]; in GenerateFromInfo()
[all …]
Dtext_scroll_wheel_service_provider.cpp101 gen->GetFontIdName(info->font_id[NORMAL_FONT_INDEX]), in WriteExtendedPropertiesContent()
102 gen->GetFontIdName(info->font_id[SELECTED_FONT_INDEX]), in WriteExtendedPropertiesContent()
128 gen->GetFontIdName(info->font_id[NORMAL_FONT_INDEX]), in WriteExtendedPropertiesContent()
129 gen->GetFontIdName(info->font_id[SELECTED_FONT_INDEX]), in WriteExtendedPropertiesContent()
236 info->font_id[NORMAL_FONT_INDEX] = wheel->gx_text_scroll_wheel_normal_font; in CreateNewInstance()
237 info->font_id[SELECTED_FONT_INDEX] = wheel->gx_text_scroll_wheel_selected_font; in CreateNewInstance()
280 gx_text_scroll_wheel_font_set(wheel, info->font_id[0], info->font_id[1]); in GenerateFromInfo()
297 WriteFontId(writer, project, display, "normal_font_id", info->font_id[NORMAL_FONT_INDEX]); in SaveToProject()
298 WriteFontId(writer, project, display, "selected_font_id", info->font_id[SELECTED_FONT_INDEX]); in SaveToProject()
327 info->font_id[NORMAL_FONT_INDEX] = ReadFontId(reader, project, display, "normal_font_id"); in ReadFromProject()
[all …]
Dml_text_view_service_provider.cpp94 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
113 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
129 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
227 info->font_id[0] = view->gx_multi_line_text_view_font_id; in CreateNewInstance()
255 gx_multi_line_text_view_font_set(view, info->font_id[0]); in GenerateFromInfo()
267 WriteFontId(writer, project, display, "font_id", info->font_id[0]); in SaveToProject()
285 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
316 void ml_text_view_service_provider::AssignFont(widget_info *info, int index, GX_RESOURCE_ID font_id) in AssignFont() argument
318 info->font_id[0] = font_id; in AssignFont()
324 gx_multi_line_text_view_font_set(pb, font_id); in AssignFont()
Dtext_button_service_provider.cpp76 gen->GetFontIdName(info->font_id[0]), in WriteExtendedPropertiesContent()
88 gen->GetFontIdName(info->font_id[0]), in WriteExtendedPropertiesContent()
165 info->font_id[0] = button->gx_text_button_font_id; in CreateNewInstance()
189 gx_text_button_font_set(button, info->font_id[0]); in GenerateFromInfo()
197 WriteFontId(writer, project, display, "font_id", info->font_id[0]); in SaveToProject()
209 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
238 void text_button_service_provider::AssignFont(widget_info *info, int index, GX_RESOURCE_ID font_id) in AssignFont() argument
246 gx_text_button_font_set(pb, font_id); in AssignFont()
249 info->font_id[0] = font_id; in AssignFont()
Dprompt_service_provider.cpp75 gen->GetFontIdName(info->font_id[0]), in WriteExtendedPropertiesContent()
87 gen->GetFontIdName(info->font_id[0]), in WriteExtendedPropertiesContent()
162 info->font_id[0] = prompt->gx_prompt_font_id; in CreateNewInstance()
188 gx_prompt_font_set(prompt, info->font_id[0]); in GenerateFromInfo()
197 WriteFontId(writer, project, display, "font_id", info->font_id[0]); in SaveToProject()
212 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
241 GX_RESOURCE_ID font_id) in AssignFont() argument
248 gx_prompt_font_set(prompt, font_id); in AssignFont()
251 info->font_id[0] = font_id; in AssignFont()
Dprogress_bar_service_provider.cpp43 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
64 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
128 info->font_id[0] = props.gx_progress_bar_font_id; in CreateNewInstance()
144 props.gx_progress_bar_font_id = info->font_id[0]; in GenerateFromInfo()
163 GX_RESOURCE_ID font_id) in AssignFont() argument
170 gx_progress_bar_font_set(bar, font_id); in AssignFont()
173 info->font_id[0] = font_id; in AssignFont()
266 WriteFontId(writer, project, display, "font_id", info->font_id[0]); in SaveToProject()
280 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dradial_progress_bar_service_provider.cpp51 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
83 gen->GetFontIdName(info->font_id[0]), in WriteExtendedProperties()
154 info->font_id[0] = props.gx_radial_progress_bar_info_font_id; in CreateNewInstance()
176 props->gx_radial_progress_bar_info_font_id = info->font_id[0]; in GenerateFromInfo()
196 GX_RESOURCE_ID font_id) in AssignFont() argument
203 gx_radial_progress_bar_font_set(bar, font_id); in AssignFont()
206 info->font_id[0] = font_id; in AssignFont()
207 info->ewi.radial_progress.gx_radial_progress_bar_info_font_id = font_id; in AssignFont()
276 WriteFontId(writer, project, display, "font_id", info->font_id[0]); in SaveToProject()
304 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_cw_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_24xrgb_rotated_cw_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_565rgb_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_ccw_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
91 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
Dvalidation_guix_partial_frame_buffer_16bpp_glyph_draw.c74 int font_id; in control_thread_entry() local
82 font_id = test_font_ids[index]; in control_thread_entry()
83 sprintf(comment, "font id = %d, brush alpha = 255", font_id); in control_thread_entry()
85 gx_multi_line_text_view_font_set(&glyph_screen.glyph_screen_view, font_id); in control_thread_entry()
92 sprintf(comment, "font id = %d, brush alpha = 128", font_id); in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dbidi_text_draw_32bpp_specifications.h77 GX_RESOURCE_ID font_id; member
86 GX_RESOURCE_ID font_id; member
95 GX_RESOURCE_ID font_id; member
108 GX_RESOURCE_ID font_id; member
121 GX_RESOURCE_ID font_id; member
130 GX_RESOURCE_ID font_id; member
141 GX_RESOURCE_ID font_id; member
156 GX_RESOURCE_ID font_id; member
215 GX_RESOURCE_ID font_id; member
226 GX_RESOURCE_ID font_id; member
/GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/
Dtest_add_widget_16bpp_specifications.h69 GX_RESOURCE_ID font_id; member
77 GX_RESOURCE_ID font_id; member
85 GX_RESOURCE_ID font_id; member
97 GX_RESOURCE_ID font_id; member
165 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
183 GX_RESOURCE_ID font_id; member
197 GX_RESOURCE_ID font_id; member
241 GX_RESOURCE_ID font_id; member
251 GX_RESOURCE_ID font_id; member
[all …]
Dtest_add_widget_24bpp_specifications.h69 GX_RESOURCE_ID font_id; member
77 GX_RESOURCE_ID font_id; member
85 GX_RESOURCE_ID font_id; member
97 GX_RESOURCE_ID font_id; member
165 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
183 GX_RESOURCE_ID font_id; member
197 GX_RESOURCE_ID font_id; member
241 GX_RESOURCE_ID font_id; member
251 GX_RESOURCE_ID font_id; member
[all …]
Dtest_add_widget_8bpp_specifications.h69 GX_RESOURCE_ID font_id; member
77 GX_RESOURCE_ID font_id; member
85 GX_RESOURCE_ID font_id; member
97 GX_RESOURCE_ID font_id; member
165 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
183 GX_RESOURCE_ID font_id; member
197 GX_RESOURCE_ID font_id; member
241 GX_RESOURCE_ID font_id; member
251 GX_RESOURCE_ID font_id; member
[all …]
/GUIX-v6.2.1/common/src/
Dgxe_widget_text_blend.c82 UINT tColor, UINT font_id, in _gxe_widget_text_blend() argument
103 status = _gx_widget_text_blend(widget, tColor, font_id, string, x_offset, y_offset, alpha); in _gxe_widget_text_blend()
157 UINT _gxe_widget_text_blend_ext(GX_WIDGET *widget, UINT tColor, UINT font_id, in _gxe_widget_text_blend_ext() argument
197 status = _gx_widget_text_blend_ext(widget, tColor, font_id, string, x_offset, y_offset, alpha); in _gxe_widget_text_blend_ext()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/
Dscreenshot_to_bitmap_1555xrgb_specifications.h82 GX_RESOURCE_ID font_id; member
91 GX_RESOURCE_ID font_id; member
100 GX_RESOURCE_ID font_id; member
113 GX_RESOURCE_ID font_id; member
126 GX_RESOURCE_ID font_id; member
135 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/
Dscreenshot_to_bitmap_16bpp_specifications.h82 GX_RESOURCE_ID font_id; member
91 GX_RESOURCE_ID font_id; member
100 GX_RESOURCE_ID font_id; member
113 GX_RESOURCE_ID font_id; member
126 GX_RESOURCE_ID font_id; member
135 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/
Dscreenshot_to_bitmap_32bpp_specifications.h82 GX_RESOURCE_ID font_id; member
91 GX_RESOURCE_ID font_id; member
100 GX_RESOURCE_ID font_id; member
113 GX_RESOURCE_ID font_id; member
126 GX_RESOURCE_ID font_id; member
135 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/
Dscreenshot_to_bitmap_monochrome_specifications.h82 GX_RESOURCE_ID font_id; member
91 GX_RESOURCE_ID font_id; member
100 GX_RESOURCE_ID font_id; member
113 GX_RESOURCE_ID font_id; member
126 GX_RESOURCE_ID font_id; member
135 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/
Dscreenshot_to_bitmap_4bpp_specifications.h82 GX_RESOURCE_ID font_id; member
91 GX_RESOURCE_ID font_id; member
100 GX_RESOURCE_ID font_id; member
113 GX_RESOURCE_ID font_id; member
126 GX_RESOURCE_ID font_id; member
135 GX_RESOURCE_ID font_id; member
173 GX_RESOURCE_ID font_id; member

12345678910>>...22