mikroSDK Reference Manual
lv_draw_vglite_arc.h
Go to the documentation of this file.
1
30#ifndef LV_DRAW_VGLITE_ARC_H
31#define LV_DRAW_VGLITE_ARC_H
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37/*********************
38 * INCLUDES
39 *********************/
41
42#if LV_USE_GPU_NXP_VG_LITE
43#include "lv_vglite_utils.h"
44
45/*********************
46 * DEFINES
47 *********************/
48
49/**********************
50 * TYPEDEFS
51 **********************/
52
53/**********************
54 * GLOBAL PROTOTYPES
55 **********************/
56
70lv_res_t lv_gpu_nxp_vglite_draw_arc(const lv_point_t * center, int32_t radius, int32_t start_angle, int32_t end_angle,
71 const lv_area_t * clip_area, const lv_draw_arc_dsc_t * dsc);
72
73/**********************
74 * MACROS
75 **********************/
76
77#endif /*LV_USE_GPU_NXP_VG_LITE*/
78
79#ifdef __cplusplus
80} /*extern "C"*/
81#endif
82
83#endif /*LV_DRAW_VGLITE_ARC_H*/
Definition lv_area.h:43
Definition lv_draw_arc.h:28
Definition lv_area.h:37