Searched refs:path_type (Results 1 – 3 of 3) sorted by relevance
614 …vg_lite_draw_path_type_t path_type; /*! Refer to the definition by <code>vg_lite_draw_p… member1180 …_lite_error_t vg_lite_set_draw_path_type(vg_lite_path_t * path,vg_lite_draw_path_type_t path_type);
42 typedef enum path_type { enum
6811 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() argument6813 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