Home
last modified time | relevance | path

Searched refs:concave (Results 1 – 25 of 48) sorted by relevance

12

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_generic_polygon_fill.c65 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/
Ddemo_guix_polygon_16bpp.c198 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/
Ddemo_guix_polygon_32bpp.c190 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/
Ddemo_guix_graphics_565rgb_synergy.c229 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/
Ddemo_guix_graphics_32bpp_synergy.c262 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/
Dshapes_screen.c210 … 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/
Dshapes_screen.c219 … 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/
Dshapes_screen.c219 … 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/
Dshapes_screen.c219 … 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/
Dshapes_screen.c210 … 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/
Dshapes_screen.c221 … 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/
Dshapes_screen.c221 … 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/
Dshapes_screen.c220 … 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/
Dshapes_screen.c220 … 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/
Dshapes_screen.c200 … 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/
Dshapes_screen.c220 … 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/
Dshapes_screen.c219 … 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/
Dshapes_screen.c219 … 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/
Dshapes_screen.c219 … 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/
Dshapes_screen.c221 … 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/
Dshapes_screen.c213 … 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/
Dshapes_screen.c221 … 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/
Dshapes_screen.c221 … 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/
Dshapes_screen.c221 … 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/
Dshapes_screen.c213 … 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()

12