Searched refs:lv_vector_dsc_translate (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 37 lv_vector_dsc_translate(ctx, 150, 0); in draw_shapes() 44 lv_vector_dsc_translate(ctx, 150, 0); in draw_shapes() 49 lv_vector_dsc_translate(ctx, 0, 150); in draw_shapes() 69 lv_vector_dsc_translate(ctx, 150, 150); in draw_shapes() 85 lv_vector_dsc_translate(ctx, 300, 150); in draw_shapes() 93 lv_vector_dsc_translate(ctx, 50, 0); in draw_shapes() 184 lv_vector_dsc_translate(ctx, 150, 0); in draw_lines() 188 lv_vector_dsc_translate(ctx, 150, 0); in draw_lines() 200 lv_vector_dsc_translate(ctx, 0, 40); in draw_lines() 204 lv_vector_dsc_translate(ctx, 0, 40); in draw_lines() [all …]
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 45 lv_vector_dsc_translate(ctx, 250, 250); in draw_pattern() 47 lv_vector_dsc_translate(ctx, -250, -250); in draw_pattern()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.h | 450 void lv_vector_dsc_translate(lv_vector_dsc_t * dsc, float tx, float ty);
|
D | lv_draw_vector.c | 771 void lv_vector_dsc_translate(lv_vector_dsc_t * dsc, float tx, float ty) in lv_vector_dsc_translate() function
|