mikroSDK Reference Manual
lv_draw_vglite_rect.h
Go to the documentation of this file.
1
30#ifndef LV_DRAW_VGLITE_RECT_H
31#define LV_DRAW_VGLITE_RECT_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#include "../../lv_draw_rect.h"
45
46/*********************
47 * DEFINES
48 *********************/
49
50/**********************
51 * TYPEDEFS
52 **********************/
53
54/**********************
55 * GLOBAL PROTOTYPES
56 **********************/
57
69lv_res_t lv_gpu_nxp_vglite_draw_bg(const lv_area_t * coords, const lv_area_t * clip_area,
70 const lv_draw_rect_dsc_t * dsc);
71
84lv_res_t lv_gpu_nxp_vglite_draw_border_generic(const lv_area_t * coords, const lv_area_t * clip_area,
85 const lv_draw_rect_dsc_t * dsc, bool border);
86
87/**********************
88 * MACROS
89 **********************/
90
91#endif /*LV_USE_GPU_NXP_VG_LITE*/
92
93#ifdef __cplusplus
94} /*extern "C"*/
95#endif
96
97#endif /*LV_DRAW_VGLITE_RECT_H*/
Definition lv_area.h:43
Definition lv_draw_rect.h:32