Home
last modified time | relevance | path

Searched refs:width_index (Results 1 – 20 of 20) sorted by relevance

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_lines_24xrgb.c80 int angle_index, width_index, aa_index, rounded_index, brush_alpha_index; in control_thread_entry() local
90 … for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
92 line_width = width_value[width_index]; in control_thread_entry()
93 line_color = (GX_RESOURCE_ID)color_list[width_index].color_id; in control_thread_entry()
137 for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
139 line_width = width_value[width_index]; in control_thread_entry()
140 line_color = (GX_RESOURCE_ID)color_list[width_index].color_id; in control_thread_entry()
Dvalidation_guix_display_driver_8bpp_horizontal_line_draw.c85 int width_index; in control_thread_entry() local
96 for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
98 line_width = width_value[width_index]; in control_thread_entry()
124 for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
126 line_width = width_value[width_index]; in control_thread_entry()
Dvalidation_guix_display_driver_8bpp_vertical_line_draw.c85 int width_index; in control_thread_entry() local
96 for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
98 line_width = width_value[width_index]; in control_thread_entry()
124 for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
126 line_width = width_value[width_index]; in control_thread_entry()
Dvalidation_guix_glyph_blend_16bpp_screen.c66 UINT width_index; in control_thread_entry() local
78 for(width_index = 0; width_index < sizeof(clip_width)/sizeof(int); width_index ++) in control_thread_entry()
81 gx_utility_ltoa(clip_width[width_index], get_value, 3); in control_thread_entry()
97 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip down", clip_width[width_index]); in control_thread_entry()
108 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip up", clip_width[width_index]); in control_thread_entry()
121 … sprintf(test_comment, "Clip width: %d, Drag vertical clip right", clip_width[width_index]); in control_thread_entry()
132 … sprintf(test_comment, "Clip width: %d, Drag vertical clip left", clip_width[width_index]); in control_thread_entry()
Dvalidation_guix_glyph_blend_32bpp_screen.c67 UINT width_index; in control_thread_entry() local
76 for(width_index = 0; width_index < sizeof(clip_width)/sizeof(int); width_index ++) in control_thread_entry()
78 gx_utility_ltoa(clip_width[width_index], get_value, 3); in control_thread_entry()
93 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip down", clip_width[width_index]); in control_thread_entry()
111 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip up", clip_width[width_index]); in control_thread_entry()
130 … sprintf(test_comment, "Clip width: %d, Drag vertical clip right", clip_width[width_index]); in control_thread_entry()
148 … sprintf(test_comment, "Clip width: %d, Drag vertical clip left", clip_width[width_index]); in control_thread_entry()
Dvalidation_guix_glyph_draw_16bpp_screen.c67 UINT width_index; in control_thread_entry() local
73 for(width_index = 0; width_index < sizeof(clip_width)/sizeof(int); width_index ++) in control_thread_entry()
75 gx_utility_ltoa(clip_width[width_index], get_value, 3); in control_thread_entry()
90 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip down", clip_width[width_index]); in control_thread_entry()
108 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip up", clip_width[width_index]); in control_thread_entry()
127 … sprintf(test_comment, "Clip width: %d, Drag vertical clip right", clip_width[width_index]); in control_thread_entry()
145 … sprintf(test_comment, "Clip width: %d, Drag vertical clip left", clip_width[width_index]); in control_thread_entry()
Dvalidation_guix_glyph_draw_32bpp_screen.c67 UINT width_index; in control_thread_entry() local
73 for(width_index = 0; width_index < sizeof(clip_width)/sizeof(int); width_index ++) in control_thread_entry()
75 gx_utility_ltoa(clip_width[width_index], get_value, 3); in control_thread_entry()
90 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip down", clip_width[width_index]); in control_thread_entry()
108 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip up", clip_width[width_index]); in control_thread_entry()
127 … sprintf(test_comment, "Clip width: %d, Drag vertical clip right", clip_width[width_index]); in control_thread_entry()
145 … sprintf(test_comment, "Clip width: %d, Drag vertical clip left", clip_width[width_index]); in control_thread_entry()
Dvalidation_guix_glyph_draw_8bpp_screen_aa_text_colors_16.c70 UINT width_index; in control_thread_entry() local
81 for(width_index = 0; width_index < sizeof(clip_width)/sizeof(int); width_index ++) in control_thread_entry()
83 gx_utility_ltoa(clip_width[width_index], get_value, 3); in control_thread_entry()
98 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip down", clip_width[width_index]); in control_thread_entry()
116 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip up", clip_width[width_index]); in control_thread_entry()
135 … sprintf(test_comment, "Clip width: %d, Drag vertical clip right", clip_width[width_index]); in control_thread_entry()
153 … sprintf(test_comment, "Clip width: %d, Drag vertical clip left", clip_width[width_index]); in control_thread_entry()
Dvalidation_guix_glyph_draw_8bpp_screen_aa_text_colors_8.c71 UINT width_index; in control_thread_entry() local
90 for(width_index = 0; width_index < sizeof(clip_width)/sizeof(int); width_index ++) in control_thread_entry()
92 gx_utility_ltoa(clip_width[width_index], get_value, 3); in control_thread_entry()
107 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip down", clip_width[width_index]); in control_thread_entry()
125 … sprintf(test_comment, "Clip width: %d, Drag horizontal clip up", clip_width[width_index]); in control_thread_entry()
144 … sprintf(test_comment, "Clip width: %d, Drag vertical clip right", clip_width[width_index]); in control_thread_entry()
162 … sprintf(test_comment, "Clip width: %d, Drag vertical clip left", clip_width[width_index]); in control_thread_entry()
Dvalidation_guix_line_8bpp.c80 int angle_index, width_index, aa_index, rounded_index, color_index; in control_thread_entry() local
99 … for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
101 line_width = width_value[width_index]; in control_thread_entry()
Dvalidation_guix_lines_clip_24xrgb.c84 int angle_index, width_index, aa_index, rounded_index, cover_index; in control_thread_entry() local
100 … for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
102 line_width = width_value[width_index]; in control_thread_entry()
Dvalidation_guix_lines_clip_565rgb.c84 int angle_index, width_index, aa_index, rounded_index, cover_index; in control_thread_entry() local
100 … for(width_index = 0; width_index < (INT)(sizeof(width_value) / sizeof(int)); width_index++) in control_thread_entry()
102 line_width = width_value[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_270_line_draw.c127 int width_index; in control_thread_entry() local
148 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
150 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_ccw_line_draw.c127 int width_index; in control_thread_entry() local
148 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
150 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_32argb_rotated_cw_line_draw.c126 int width_index; in control_thread_entry() local
147 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
149 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_8bpp_rotated_ccw_line_draw.c124 int width_index; in control_thread_entry() local
146 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
148 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_cw_line_draw.c192 int width_index; in control_thread_entry() local
213 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
215 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_line_draw.c192 int width_index; in control_thread_entry() local
213 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
215 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_all_widgets_8bpp_rotated_cw_line_draw.c189 int width_index; in control_thread_entry() local
211 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
213 test_brush_width = test_width_list[width_index]; in control_thread_entry()
Dvalidation_guix_partial_frame_buffer_16bpp_line_draw.c192 int width_index; in control_thread_entry() local
215 for(width_index = 0; width_index < TEST_SIZE; width_index ++) in control_thread_entry()
217 test_brush_width = test_width_list[width_index]; in control_thread_entry()