Lines Matching defs:dsc

54     lv_vector_draw_dsc_t dsc;  member
471 lv_vector_dsc_t * dsc = lv_malloc(sizeof(lv_vector_dsc_t)); in lv_vector_dsc_create() local
501 void lv_vector_dsc_delete(lv_vector_dsc_t * dsc) in lv_vector_dsc_delete()
512 void lv_vector_dsc_set_blend_mode(lv_vector_dsc_t * dsc, lv_vector_blend_t blend) in lv_vector_dsc_set_blend_mode()
517 void lv_vector_dsc_set_transform(lv_vector_dsc_t * dsc, const lv_matrix_t * matrix) in lv_vector_dsc_set_transform()
522 void lv_vector_dsc_set_fill_color(lv_vector_dsc_t * dsc, lv_color_t color) in lv_vector_dsc_set_fill_color()
528 void lv_vector_dsc_set_fill_color32(lv_vector_dsc_t * dsc, lv_color32_t color) in lv_vector_dsc_set_fill_color32()
534 void lv_vector_dsc_set_fill_opa(lv_vector_dsc_t * dsc, lv_opa_t opa) in lv_vector_dsc_set_fill_opa()
539 void lv_vector_dsc_set_fill_rule(lv_vector_dsc_t * dsc, lv_vector_fill_t rule) in lv_vector_dsc_set_fill_rule()
544 void lv_vector_dsc_set_fill_image(lv_vector_dsc_t * dsc, const lv_draw_image_dsc_t * img_dsc) in lv_vector_dsc_set_fill_image()
550 void lv_vector_dsc_set_fill_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, fl… in lv_vector_dsc_set_fill_linear_gradient()
560 void lv_vector_dsc_set_fill_radial_gradient(lv_vector_dsc_t * dsc, float cx, float cy, float radius) in lv_vector_dsc_set_fill_radial_gradient()
569 void lv_vector_dsc_set_fill_gradient_spread(lv_vector_dsc_t * dsc, lv_vector_gradient_spread_t spre… in lv_vector_dsc_set_fill_gradient_spread()
574 void lv_vector_dsc_set_fill_gradient_color_stops(lv_vector_dsc_t * dsc, const lv_gradient_stop_t * … in lv_vector_dsc_set_fill_gradient_color_stops()
586 void lv_vector_dsc_set_fill_transform(lv_vector_dsc_t * dsc, const lv_matrix_t * matrix) in lv_vector_dsc_set_fill_transform()
591 void lv_vector_dsc_set_stroke_transform(lv_vector_dsc_t * dsc, const lv_matrix_t * matrix) in lv_vector_dsc_set_stroke_transform()
596 void lv_vector_dsc_set_stroke_color32(lv_vector_dsc_t * dsc, lv_color32_t color) in lv_vector_dsc_set_stroke_color32()
602 void lv_vector_dsc_set_stroke_color(lv_vector_dsc_t * dsc, lv_color_t color) in lv_vector_dsc_set_stroke_color()
608 void lv_vector_dsc_set_stroke_opa(lv_vector_dsc_t * dsc, lv_opa_t opa) in lv_vector_dsc_set_stroke_opa()
613 void lv_vector_dsc_set_stroke_width(lv_vector_dsc_t * dsc, float width) in lv_vector_dsc_set_stroke_width()
618 void lv_vector_dsc_set_stroke_dash(lv_vector_dsc_t * dsc, float * dash_pattern, uint16_t dash_count) in lv_vector_dsc_set_stroke_dash()
638 void lv_vector_dsc_set_stroke_cap(lv_vector_dsc_t * dsc, lv_vector_stroke_cap_t cap) in lv_vector_dsc_set_stroke_cap()
643 void lv_vector_dsc_set_stroke_join(lv_vector_dsc_t * dsc, lv_vector_stroke_join_t join) in lv_vector_dsc_set_stroke_join()
648 void lv_vector_dsc_set_stroke_miter_limit(lv_vector_dsc_t * dsc, uint16_t miter_limit) in lv_vector_dsc_set_stroke_miter_limit()
653 void lv_vector_dsc_set_stroke_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, … in lv_vector_dsc_set_stroke_linear_gradient()
663 void lv_vector_dsc_set_stroke_radial_gradient(lv_vector_dsc_t * dsc, float cx, float cy, float radi… in lv_vector_dsc_set_stroke_radial_gradient()
672 void lv_vector_dsc_set_stroke_gradient_spread(lv_vector_dsc_t * dsc, lv_vector_gradient_spread_t sp… in lv_vector_dsc_set_stroke_gradient_spread()
677 void lv_vector_dsc_set_stroke_gradient_color_stops(lv_vector_dsc_t * dsc, const lv_gradient_stop_t … in lv_vector_dsc_set_stroke_gradient_color_stops()
690 void lv_vector_dsc_add_path(lv_vector_dsc_t * dsc, const lv_vector_path_t * path) in lv_vector_dsc_add_path()
718 void lv_vector_clear_area(lv_vector_dsc_t * dsc, const lv_area_t * rect) in lv_vector_clear_area()
739 void lv_draw_vector(lv_vector_dsc_t * dsc) in lv_draw_vector()
756 void lv_vector_dsc_identity(lv_vector_dsc_t * dsc) in lv_vector_dsc_identity()
761 void lv_vector_dsc_scale(lv_vector_dsc_t * dsc, float scale_x, float scale_y) in lv_vector_dsc_scale()
766 void lv_vector_dsc_rotate(lv_vector_dsc_t * dsc, float degree) in lv_vector_dsc_rotate()
771 void lv_vector_dsc_translate(lv_vector_dsc_t * dsc, float tx, float ty) in lv_vector_dsc_translate()
776 void lv_vector_dsc_skew(lv_vector_dsc_t * dsc, float skew_x, float skew_y) in lv_vector_dsc_skew()