Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 72) sorted by relevance

123

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_color_convert_32bpp.c73 INT compress; in control_thread_entry() local
77 for(compress = 1; compress >= 0 ; compress--) in control_thread_entry()
88 if(compress) in control_thread_entry()
97 … sprintf(test_comment, "map id: %ld, alpha: %d, compress: %d.", map_id, alpha, compress); in control_thread_entry()
Dvalidation_guix_all_widgets_1bpp_image_convert_screen.c73 int compress; in control_thread_entry() local
92 for(compress = 0; compress < 2; compress++) in control_thread_entry()
94 if(compress) in control_thread_entry()
118 … sprintf(test_comment, "alpha = %d, compress = %d, dither = %d", alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_4bpp_image_convert_screen.c73 int compress; in control_thread_entry() local
92 for(compress = 0; compress < 2; compress++) in control_thread_entry()
94 if(compress) in control_thread_entry()
118 … sprintf(test_comment, "alpha = %d, compress = %d, dither = %d", alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_4444argb_image_convert_screen.c74 int compress; in control_thread_entry() local
105 for(compress = 0; compress < 2; compress++) in control_thread_entry()
107 if(compress) in control_thread_entry()
131 …mment, "alphamap = %d, alpha = %d, compress = %d, dither = %d", alphamap, alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_color_convert_8bpp.c75 INT alpha, compress, dither; in control_thread_entry() local
82 for(compress = 1; compress >= 0 ; compress--) in control_thread_entry()
90 if(compress) in control_thread_entry()
109 …est_comment, "map id: %ld, alpha: %d, compress: %d, dither: %d.", map_id, alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_1555xrgb_image_convert_screen.c78 int compress; in control_thread_entry() local
118 for(compress = 0; compress < 2; compress++) in control_thread_entry()
120 if(compress) in control_thread_entry()
144 …onvert, alphamap = %d, alpha = %d, compress = %d, dither = %d", alphamap, alpha, compress, dither); in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_shapes_screen_pie.c99 extern INT compress;
143 compress = pie_props[index].compress_mode; in control_thread_entry()
144 fill_pixelmap_index = alpha + compress; in control_thread_entry()
152 …ius, start_angle, end_angle, brush_width, solid_fill, pixelmap_fill, alpha, compress, brush_alpha); in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_shapes_screen_pie copy.c99 extern INT compress;
143 compress = pie_props[index].compress_mode; in control_thread_entry()
144 fill_pixelmap_index = alpha + compress; in control_thread_entry()
152 …ius, start_angle, end_angle, brush_width, solid_fill, pixelmap_fill, alpha, compress, brush_alpha); in control_thread_entry()
Dvalidation_guix_graphics_pie_32bpp.c127 compress = pie_props[index].compress_mode; in control_thread_entry()
128 pixelmap_index = alpha + compress; in control_thread_entry()
136 …ius, start_angle, end_angle, brush_width, solid_fill, pixelmap_fill, alpha, compress, brush_alpha); in control_thread_entry()
Dvalidation_guix_graphics_arc_32bpp.c131 compress = arc_props[index].compress_mode; in control_thread_entry()
132 pixelmap_index = alpha + compress; in control_thread_entry()
140 … start_angle, end_angle, brush_width, solid_fill, pixelmap_fill, alpha, compress, brush_alpha, ant… in control_thread_entry()
Dvalidation_guix_graphics_ellipse_32bpp.c122 compress = ellipse_props[index].compress_mode; in control_thread_entry()
123 pixelmap_index = alpha + compress; in control_thread_entry()
131 …anti_aiased: %d ", a, b, brush_width, solid_fill, pixelmap_fill, alpha, compress, brush_alpha, ant… in control_thread_entry()
Dvalidation_guix_all_widgets_332rgb_pixelmap_screen.c79 compress = compressed_value[compressed_index]; in control_thread_entry()
90 if(compress) in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/pixelmaps_4444argb/
Ddemo_guix_pixelmaps_4444argb.c20 INT compress = 2; variable
105 compress = 2; in main_event_handler()
109 compress = 0; in main_event_handler()
116 style_index = alpha + compress; in main_event_handler()
/GUIX-v6.2.1/test/example_internal/pixelmaps_565rgb/
Ddemo_guix_pixelmaps_565rgb.c20 INT compress = 2; variable
107 compress = 2; in main_event_handler()
111 compress = 0; in main_event_handler()
130 style_index = alpha + compress; in main_event_handler()
/GUIX-v6.2.1/test/example_internal/pixelmaps_32bpp/
Ddemo_guix_pixelmaps_32bpp.c19 INT compress = 2; variable
107 compress = 2; in main_event_handler()
111 compress = 0; in main_event_handler()
134 style_index = alpha + compress; in main_event_handler()
/GUIX-v6.2.1/test/example_internal/polygon_16bpp/
Ddemo_guix_polygon_16bpp.c21 int compress = 0; variable
155 compress = 1; in main_event_handler()
160 compress = 0; in main_event_handler()
223 gx_context_pixelmap_set(pixelmap_id[alpha][compress]); in polygon_draw()
/GUIX-v6.2.1/test/example_internal/polygon_32bpp/
Ddemo_guix_polygon_32bpp.c21 int compress = 0; variable
153 compress = 1; in main_event_handler()
158 compress = 0; in main_event_handler()
215 gx_context_pixelmap_set(pixelmap_id[alpha][compress]); in polygon_draw()
/GUIX-v6.2.1/test/example_internal/graphics_565rgb_synergy/
Ddemo_guix_graphics_565rgb_synergy.c20 INT compress = 0; variable
165 compress = 1; in main_event_handler()
170 compress = 0; in main_event_handler()
248 gx_context_pixelmap_set(pixelmap_id[compress]); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/graphics_32bpp_synergy/
Ddemo_guix_graphics_32bpp_synergy.c19 INT compress = 0; variable
188 compress = 2; in main_event_handler()
193 compress = 0; in main_event_handler()
276 gx_context_pixelmap_set(pixelmap_id[compress + alpha]); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_332rgb/
Ddemo_all_widgets_332rgb.c45 GX_BOOL compress = GX_FALSE; variable
320 compress = GX_TRUE; in pic_screen_handler()
325 compress = GX_FALSE; in pic_screen_handler()
341 if (compress) in pic_window_draw()
352 if (compress) in pic_window_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/
Dshapes_screen.c25 INT compress = 0; variable
128 compress = 2; in shapesscreen_event_handler()
133 compress = 0; in shapesscreen_event_handler()
206 fill_pixelmap_index = alpha + compress; in shapesscreen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/
Dshapes_screen.c25 INT compress = 0; variable
128 compress = 2; in shapesscreen_event_handler()
133 compress = 0; in shapesscreen_event_handler()
206 fill_pixelmap_index = alpha + compress; in shapesscreen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/
Dshapes_screen.c25 INT compress = 0; variable
128 compress = 2; in shapesscreen_event_handler()
133 compress = 0; in shapesscreen_event_handler()
206 fill_pixelmap_index = alpha + compress; in shapesscreen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw/
Dshapes_screen.c26 INT compress = 0; variable
126 compress = 2; in shapesscreen_event_handler()
131 compress = 0; in shapesscreen_event_handler()
205 fill_pixelmap_index = transparent + compress; in shapesscreen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Dshapes_screen.c26 INT compress = 0; variable
126 compress = 2; in shapesscreen_event_handler()
131 compress = 0; in shapesscreen_event_handler()
205 fill_pixelmap_index = transparent + compress; in shapesscreen_event_handler()

123