Lines Matching refs:obj

22     lv_obj_t * obj;  in test_func_1()  local
25 obj = lv_obj_create(lv_screen_active()); in test_func_1()
26 lv_obj_set_size(obj, 60, 40); in test_func_1()
27 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
28 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
30 obj = lv_obj_create(lv_screen_active()); in test_func_1()
31 lv_obj_set_size(obj, 60, 40); in test_func_1()
32 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
33 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
36 obj = lv_obj_create(lv_screen_active()); in test_func_1()
37 lv_obj_set_size(obj, 200, 100); in test_func_1()
38 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
39 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
41 obj = lv_obj_create(lv_screen_active()); in test_func_1()
42 lv_obj_set_size(obj, 200, 100); in test_func_1()
43 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
44 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
47 obj = lv_obj_create(lv_screen_active()); in test_func_1()
48 lv_obj_set_size(obj, 200, 100); in test_func_1()
49 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
50 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
51 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1()
53 obj = lv_obj_create(lv_screen_active()); in test_func_1()
54 lv_obj_set_size(obj, 200, 100); in test_func_1()
55 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
56 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
57 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1()
60 obj = lv_obj_create(lv_screen_active()); in test_func_1()
61 lv_obj_set_size(obj, 200, 100); in test_func_1()
62 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
63 lv_obj_set_style_radius(obj, 0, 0); in test_func_1()
64 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1()
65 lv_obj_set_style_bg_image_opa(obj, LV_OPA_50, 0); in test_func_1()
67 obj = lv_obj_create(lv_screen_active()); in test_func_1()
68 lv_obj_set_size(obj, 200, 100); in test_func_1()
69 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
70 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
71 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1()
72 lv_obj_set_style_bg_image_opa(obj, LV_OPA_50, 0); in test_func_1()