/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_generic_polygon_fill.c | 65 GX_POINT concave[6] = {{330, 50}, {370, 80}, {410, 50}, {410, 150}, {370, 110}, {330, 150}}; in test_graphics_draw() local 95 gx_canvas_polygon_draw(concave, 6); in test_graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/polygon_16bpp/ |
D | demo_guix_polygon_16bpp.c | 198 GX_POINT concave[6] = {{50, 50}, {90, 80}, {130, 50}, {130, 150}, {90, 110}, {50, 150}}; in polygon_draw() local 231 gx_canvas_polygon_draw(concave, 6); in polygon_draw()
|
/GUIX-v6.4.1/test/example_internal/polygon_32bpp/ |
D | demo_guix_polygon_32bpp.c | 190 GX_POINT concave[6] = {{50, 50}, {90, 80}, {130, 50}, {130, 150}, {90, 110}, {50, 150}}; in polygon_draw() local 223 gx_canvas_polygon_draw(concave, 6); in polygon_draw()
|
/GUIX-v6.4.1/test/example_internal/graphics_565rgb_synergy/ |
D | demo_guix_graphics_565rgb_synergy.c | 229 GX_POINT concave[6] = {{50, 50}, {90, 80}, {130, 50}, {130, 150}, {90, 110}, {50, 150}}; in graphics_draw() local 277 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/graphics_32bpp_synergy/ |
D | demo_guix_graphics_32bpp_synergy.c | 262 GX_POINT concave[6] = {{50, 50}, {90, 80}, {130, 50}, {130, 150}, {90, 110}, {50, 150}}; in graphics_draw() local 305 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_1bpp/ |
D | shapes_screen.c | 210 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 283 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/ |
D | shapes_screen.c | 219 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 297 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/ |
D | shapes_screen.c | 219 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 297 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/ |
D | shapes_screen.c | 219 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 297 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_4bpp/ |
D | shapes_screen.c | 210 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 291 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/ |
D | shapes_screen.c | 221 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 304 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/ |
D | shapes_screen.c | 221 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 304 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/ |
D | shapes_screen.c | 220 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 298 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp/ |
D | shapes_screen.c | 220 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 298 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/partial_frame_buffer_16bpp/ |
D | shapes_screen.c | 200 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 284 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/ |
D | shapes_screen.c | 220 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 298 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/ |
D | shapes_screen.c | 219 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 297 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw/ |
D | shapes_screen.c | 219 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 297 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/ |
D | shapes_screen.c | 219 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 297 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/ |
D | shapes_screen.c | 221 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 304 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb_rotated_cw/ |
D | shapes_screen.c | 213 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 296 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp_rotated_ccw_binary/ |
D | shapes_screen.c | 221 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 304 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp_rotated_cw_binary/ |
D | shapes_screen.c | 221 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 304 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/ |
D | shapes_screen.c | 221 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 304 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb_rotated_ccw/ |
D | shapes_screen.c | 213 … GX_POINT concave[6] = { { 50, 50 },{ 90, 80 },{ 130, 50 },{ 130, 150 },{ 90, 110 },{ 50, 150 } }; in graphics_draw() local 296 gx_canvas_polygon_draw(concave, 6); in graphics_draw()
|