Lines Matching refs:i
65 uint32_t i; in fill_cb() local
66 for(i = 0; i < COL_CNT; i++) { in fill_cb()
67 fill_obj_create(parent, i, 0); in fill_cb()
70 for(i = 0; i < COL_CNT; i++) { in fill_cb()
71 lv_obj_t * obj = fill_obj_create(parent, i, 1); in fill_cb()
75 for(i = 0; i < COL_CNT; i++) { in fill_cb()
76 lv_obj_t * obj = fill_obj_create(parent, i, 2); in fill_cb()
80 for(i = 0; i < COL_CNT; i++) { in fill_cb()
81 lv_obj_t * obj = fill_obj_create(parent, i, 3); in fill_cb()
88 for(i = 0; i < COL_CNT; i++) { in fill_cb()
89 lv_obj_t * obj = fill_obj_create(parent, i, 4); in fill_cb()
96 for(i = 0; i < COL_CNT; i++) { in fill_cb()
98 lv_obj_t * obj = fill_obj_create(parent, i, 5); in fill_cb()
106 for(i = 0; i < COL_CNT; i++) { in fill_cb()
107 lv_obj_t * obj = fill_obj_create(parent, i, 6); in fill_cb()
151 uint32_t i; in border_cb() local
152 for(i = 0; i < COL_CNT; i++) { in border_cb()
153 lv_obj_t * obj = border_obj_create(parent, i, 0); in border_cb()
155 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
159 for(i = 0; i < COL_CNT; i++) { in border_cb()
160 lv_obj_t * obj = border_obj_create(parent, i, 1); in border_cb()
162 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
166 for(i = 0; i < COL_CNT; i++) { in border_cb()
167 lv_obj_t * obj = border_obj_create(parent, i, 2); in border_cb()
169 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
173 for(i = 0; i < COL_CNT; i++) { in border_cb()
174 lv_obj_t * obj = border_obj_create(parent, i, 3); in border_cb()
176 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
180 for(i = 0; i < COL_CNT; i++) { in border_cb()
181 lv_obj_t * obj = border_obj_create(parent, i, 4); in border_cb()
183 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
187 for(i = 0; i < COL_CNT; i++) { in border_cb()
188 lv_obj_t * obj = border_obj_create(parent, i, 5); in border_cb()
190 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
194 for(i = 0; i < COL_CNT; i++) { in border_cb()
195 lv_obj_t * obj = border_obj_create(parent, i, 6); in border_cb()
197 lv_obj_set_style_border_side(obj, sides[i], 0); in border_cb()
202 for(i = 0; i < COL_CNT; i++) { in border_cb()
203 lv_obj_t * obj = border_obj_create(parent, i, 7); in border_cb()
205 lv_obj_set_style_border_side(obj, sides[i + 8], 0); in border_cb()
242 uint32_t i; in box_shadow_cb() local
243 for(i = 0; i < 7; i++) { in box_shadow_cb()
244 lv_obj_t * obj = box_shadow_obj_create(parent, i, 0); in box_shadow_cb()
247 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb()
248 lv_obj_set_style_shadow_offset_y(obj, ofs[i].y, 0); in box_shadow_cb()
251 for(i = 0; i < 7; i++) { in box_shadow_cb()
252 lv_obj_t * obj = box_shadow_obj_create(parent, i, 1); in box_shadow_cb()
255 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb()
256 lv_obj_set_style_shadow_offset_y(obj, ofs[i].y, 0); in box_shadow_cb()
259 for(i = 0; i < 7; i++) { in box_shadow_cb()
260 lv_obj_t * obj = box_shadow_obj_create(parent, i, 2); in box_shadow_cb()
263 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb()
264 lv_obj_set_style_shadow_offset_y(obj, ofs[i].y, 0); in box_shadow_cb()
267 for(i = 0; i < 7; i++) { in box_shadow_cb()
268 lv_obj_t * obj = box_shadow_obj_create(parent, i, 3); in box_shadow_cb()
272 lv_obj_set_style_shadow_offset_x(obj, ofs[i].x, 0); in box_shadow_cb()
273 lv_obj_set_style_shadow_offset_y(obj, ofs[i].y, 0); in box_shadow_cb()
362 uint32_t i; in image_core_cb() local
363 for(i = startAt; i < stopAt; i++) { in image_core_cb()
365 uint32_t row = i - startAt; in image_core_cb()
368 lv_label_set_text(obj, names[i]); in image_core_cb()
372 lv_image_set_src(obj, srcs[i]); in image_core_cb()
375 lv_image_set_src(obj, srcs[i]); in image_core_cb()
380 lv_image_set_src(obj, srcs[i]); in image_core_cb()
385 lv_image_set_src(obj, srcs[i]); in image_core_cb()
390 lv_image_set_src(obj, srcs[i]); in image_core_cb()
395 lv_image_set_src(obj, srcs[i]); in image_core_cb()
401 lv_image_set_src(obj, srcs[i]); in image_core_cb()
461 uint32_t i; in line_cb() local
462 for(i = 0; i < COL_CNT; i++) { in line_cb()
463 lv_obj_t * obj = line_obj_create(parent, i, w + 4 * r, points[i]); in line_cb()
506 uint32_t i; in arc_core_cb() local
507 for(i = 0; i < COL_CNT; i++) { in arc_core_cb()
508 … lv_obj_t * obj = arc_obj_create(parent, i, w + 4 * r, widths[w], angles[i][0], angles[i][1]); in arc_core_cb()
603 uint32_t i; in triangle_cb() local
604 for(i = 0; i < 16; i++) { in triangle_cb()
605 triangle_obj_create(parent, i % 8, i / 8, points[i]); in triangle_cb()
608 for(i = 0; i < 16; i++) { in triangle_cb()
609 lv_obj_t * obj = triangle_obj_create(parent, i % 8, 2 + i / 8, points[i]); in triangle_cb()
614 for(i = 0; i < 16; i++) { in triangle_cb()
615 lv_obj_t * obj = triangle_obj_create(parent, i % 8, 4 + i / 8, points[i]); in triangle_cb()
620 for(i = 0; i < 8; i++) { in triangle_cb()
621 lv_obj_t * obj = triangle_obj_create(parent, i % 8, 6 + i / 8, points[i]); in triangle_cb()
627 for(i = 0; i < 8; i++) { in triangle_cb()
628 lv_obj_t * obj = triangle_obj_create(parent, i % 8, 7 + i / 8, points[i]); in triangle_cb()
662 uint32_t i; in layer_core_cb() local
663 for(i = 0; i < 2; i++) { in layer_core_cb()
664 int32_t row = 4 * i; in layer_core_cb()
668 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
673 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
677 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
682 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
686 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
690 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
696 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
701 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
706 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()
712 lv_obj_set_style_radius(obj, 8 * i, 0); in layer_core_cb()