Home
last modified time | relevance | path

Searched refs:polygon (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_clock_3_screen.c94 GX_POINT polygon[4]; in clock_3_screen_draw() local
105 polygon[0].gx_point_x = x_center - x_dist; in clock_3_screen_draw()
106 polygon[0].gx_point_y = y_center - y_dist; in clock_3_screen_draw()
107 polygon[1].gx_point_x = x_center + x_dist; in clock_3_screen_draw()
108 polygon[1].gx_point_y = y_center + y_dist; in clock_3_screen_draw()
112 polygon[2].gx_point_x = size->gx_rectangle_right; in clock_3_screen_draw()
113 polygon[2].gx_point_y = polygon[1].gx_point_y; in clock_3_screen_draw()
114 polygon[3].gx_point_x = size->gx_rectangle_right; in clock_3_screen_draw()
115 polygon[3].gx_point_y = polygon[0].gx_point_y; in clock_3_screen_draw()
119 polygon[2].gx_point_x = polygon[1].gx_point_x; in clock_3_screen_draw()
[all …]
/GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt469 Added support for wide borders on circle, ellipse, arc, pie, polygon, and rectangle.
645 modified gx_canvas.h to remove the obsolete canvas polygon functions
655 modified gx_display_driver_16bpp_polygon_draw.c to implement new polygon drawing algorithm.
656 modified gx_display_driver_1bpp_polygon_draw.c to implement new polygon drawing algorithm.
657 modified gx_display_driver_8bpp_polygon_draw.c to implement new polygon drawing algorithm.
658 modified gx_display_driver_32bpp_polygon_draw.c to implement new polygon drawing algorithm.
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt469 Added support for wide borders on circle, ellipse, arc, pie, polygon, and rectangle.
645 modified gx_canvas.h to remove the obsolete canvas polygon functions
655 modified gx_display_driver_16bpp_polygon_draw.c to implement new polygon drawing algorithm.
656 modified gx_display_driver_1bpp_polygon_draw.c to implement new polygon drawing algorithm.
657 modified gx_display_driver_8bpp_polygon_draw.c to implement new polygon drawing algorithm.
658 modified gx_display_driver_32bpp_polygon_draw.c to implement new polygon drawing algorithm.
/GUIX-v6.2.1/docs/
Drevision_history.txt1137 Added support for wide borders on circle, ellipse, arc, pie, polygon, and rectangle.
1313 modified gx_canvas.h to remove the obsolete canvas polygon functions
1323 modified gx_display_driver_16bpp_polygon_draw.c to implement new polygon drawing algorithm.
1324 modified gx_display_driver_1bpp_polygon_draw.c to implement new polygon drawing algorithm.
1325 modified gx_display_driver_8bpp_polygon_draw.c to implement new polygon drawing algorithm.
1326 modified gx_display_driver_32bpp_polygon_draw.c to implement new polygon drawing algorithm.