Home
last modified time | relevance | path

Searched refs:path_type (Results 1 – 3 of 3) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/
A Dvg_lite.h614 …vg_lite_draw_path_type_t path_type; /*! Refer to the definition by <code>vg_lite_draw_p… member
1180 …_lite_error_t vg_lite_set_draw_path_type(vg_lite_path_t * path,vg_lite_draw_path_type_t path_type);
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/
A Dvft_debug.c42 typedef enum path_type { enum
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/
A Dvg_lite.c6811 vg_lite_error_t vg_lite_set_draw_path_type(vg_lite_path_t * path,vg_lite_draw_path_type_t path_type) in vg_lite_set_draw_path_type() argument
6813 if(!path || (path_type > VG_LITE_DRAW_STROKE_PATH + 1)) in vg_lite_set_draw_path_type()
6816 path->path_type = path_type; in vg_lite_set_draw_path_type()
6975 if((path->path_type & 0x1) == VG_LITE_DRAW_FILL_PATH) { in vg_lite_draw()
7032 …if(path->path_type == VG_LITE_DRAW_STROKE_PATH || path->path_type == VG_LITE_DRAW_FILL_STROKE_PATH… in vg_lite_draw()
8597 if((path->path_type & 0x1) == VG_LITE_DRAW_FILL_PATH) { in vg_lite_draw_pattern()
8654 …if(path->path_type == VG_LITE_DRAW_STROKE_PATH || path->path_type == VG_LITE_DRAW_FILL_STROKE_PATH… in vg_lite_draw_pattern()
9057 if((path->path_type & 0x1) == VG_LITE_DRAW_FILL_PATH) { in vg_lite_draw_linear_gradient()
9114 …if(path->path_type == VG_LITE_DRAW_STROKE_PATH || path->path_type == VG_LITE_DRAW_FILL_STROKE_PATH… in vg_lite_draw_linear_gradient()
9758 if((path->path_type & 0x1) == VG_LITE_DRAW_FILL_PATH) { in vg_lite_draw_radial_gradient()
[all …]

Completed in 26 milliseconds