Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_templ.c49 theme.style.scr = &def; in basic_init()
50 theme.style.bg = &def; in basic_init()
51 theme.style.panel = &def; in basic_init()
58 theme.style.cont = &def; in cont_init()
116 theme.style.led = &def; in led_init()
170 theme.style.arc = &def; in arc_init()
194 theme.style.calendar.bg = theme.style.panel; in calendar_init()
357 if(style->body.border.width != 0) style->body.border.width = LV_DPI / 20; in style_mod()
363 style->text.color = lv_color_mix(style->text.color, LV_COLOR_ORANGE, LV_OPA_70); in style_mod()
381 if(style->body.border.width != 0) style->body.border.width = LV_DPI / 20; in style_mod_edit()
[all …]
A Dlv_theme_default.c71 theme.style.scr = &scr; in basic_init()
108 theme.style.img.light = &def; in img_init()
109 theme.style.img.dark = &def; in img_init()
117 theme.style.line.decor = &def; in line_init()
133 theme.style.led = &led; in led_init()
204 theme.style.gauge = &gauge; in gauge_init()
272 theme.style.page.sb = &sb; in page_init()
367 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod()
373 style->text.color = lv_color_mix(style->text.color, LV_COLOR_ORANGE, LV_OPA_70); in style_mod()
390 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_edit()
[all …]
A Dlv_theme_mono.c101 theme.style.bg = &def; in basic_init()
110 theme.style.cont = &def; in cont_init()
162 theme.style.led = &led; in led_init()
202 theme.style.slider.bg = theme.style.bar.bg; in slider_init()
203 theme.style.slider.indic = theme.style.bar.indic; in slider_init()
212 theme.style.sw.bg = theme.style.slider.bg; in sw_init()
213 theme.style.sw.indic = theme.style.slider.indic; in sw_init()
214 theme.style.sw.knob_off = theme.style.slider.knob; in sw_init()
215 theme.style.sw.knob_on = theme.style.slider.knob; in sw_init()
423 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod()
[all …]
A Dlv_theme_zen.c99 theme.style.cont = theme.style.panel; in cont_init()
246 theme.style.slider.bg = theme.style.bar.bg; in slider_init()
247 theme.style.slider.indic = theme.style.bar.indic; in slider_init()
269 theme.style.sw.bg = theme.style.slider.bg; in sw_init()
332 theme.style.preload = theme.style.arc; in preload_init()
339 theme.style.chart = theme.style.panel; in chart_init()
555 theme.style.page.bg = theme.style.panel; in page_init()
571 theme.style.ta.area = theme.style.panel; in ta_init()
581 theme.style.spinbox.bg = theme.style.panel; in spinbox_init()
583 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
[all …]
A Dlv_theme_material.c101 theme.style.cont = theme.style.panel; in cont_init()
258 theme.style.slider.bg = theme.style.bar.bg; in slider_init()
259 theme.style.slider.indic = theme.style.bar.indic; in slider_init()
352 theme.style.preload = theme.style.arc; in preload_init()
359 theme.style.chart = theme.style.panel; in chart_init()
519 theme.style.mbox.bg = theme.style.panel; in mbox_init()
530 theme.style.page.bg = theme.style.panel; in page_init()
550 theme.style.ta.area = theme.style.panel; in ta_init()
560 theme.style.spinbox.bg = theme.style.panel; in spinbox_init()
562 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
[all …]
A Dlv_theme_night.c246 theme.style.slider.bg = theme.style.bar.bg; in slider_init()
247 theme.style.slider.indic = theme.style.bar.indic; in slider_init()
256 theme.style.sw.bg = theme.style.bar.bg; in sw_init()
257 theme.style.sw.indic = theme.style.bar.indic; in sw_init()
258 theme.style.sw.knob_off = theme.style.slider.knob; in sw_init()
259 theme.style.sw.knob_on = theme.style.slider.knob; in sw_init()
322 theme.style.preload = theme.style.arc; in preload_init()
498 theme.style.kb.btn.pr = theme.style.btn.pr; in kb_init()
519 theme.style.mbox.btn.rel = theme.style.btn.rel; in mbox_init()
520 theme.style.mbox.btn.pr = theme.style.btn.pr; in mbox_init()
[all …]
A Dlv_theme_nemo.c143 theme.style.bg = &bg; in basic_init()
418 theme.style.preload = theme.style.arc; in preload_init()
455 theme.style.calendar.bg = theme.style.panel; in calendar_init()
456 theme.style.calendar.header = theme.style.label.prim; in calendar_init()
457 theme.style.calendar.inactive_days = theme.style.label.hint; in calendar_init()
458 theme.style.calendar.highlighted_days = theme.style.label.sec; in calendar_init()
461 theme.style.calendar.header_pr = theme.style.label.prim; in calendar_init()
605 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init()
606 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
767 theme.style.tileview.sb = theme.style.page.sb; in tileview_init()
[all …]
A Dlv_theme_alien.c142 theme.style.bg = &bg; in basic_init()
143 theme.style.scr = &scr; in basic_init()
150 theme.style.cont = &panel; in cont_init()
316 theme.style.led = &led; in led_init()
426 theme.style.arc = &arc; in arc_init()
434 theme.style.preload = theme.style.arc; in preload_init()
627 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init()
628 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
790 theme.style.tileview.sb = theme.style.page.sb; in tileview_init()
865 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_edit()
[all …]
/AliOS-Things-master/components/littlevgl/scripts/
A Dclang-formatter.sh1 clang-format-7 -style=file ../src/lv_core/*.c -i
2 clang-format-7 -style=file ../src/lv_draw/*.c -i
3 clang-format-7 -style=file ../src/lv_hal/*.c -i
4 clang-format-7 -style=file ../src/lv_misc/*.c -i
5 clang-format-7 -style=file ../src/lv_objx/*.c -i
6 clang-format-7 -style=file ../src/lv_themes/*.c -i
8 clang-format-7 -style=file ../src/lv_core/*.h -i
9 clang-format-7 -style=file ../src/lv_draw/*.h -i
10 clang-format-7 -style=file ../src/lv_hal/*.h -i
11 clang-format-7 -style=file ../src/lv_misc/*.h -i
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_line.c124 lv_obj_set_size(line, xmax + style->line.width, ymax + style->line.width); in lv_line_set_points()
216 const lv_style_t * style = lv_obj_get_style(line); in lv_line_design() local
228 lv_style_copy(&circle_style_tmp, style); in lv_line_design()
232 circle_style_tmp.body.opa = style->line.opa; in lv_line_design()
251 if(style->line.rounded) { in lv_line_design()
252 … circle_area.x1 = p1.x - ((style->line.width - 1) >> 1) - ((style->line.width - 1) & 0x1); in lv_line_design()
253 … circle_area.y1 = p1.y - ((style->line.width - 1) >> 1) - ((style->line.width - 1) & 0x1); in lv_line_design()
261 if(style->line.rounded) { in lv_line_design()
262 … circle_area.x1 = p2.x - ((style->line.width - 1) >> 1) - ((style->line.width - 1) & 0x1); in lv_line_design()
263 … circle_area.y1 = p2.y - ((style->line.width - 1) >> 1) - ((style->line.width - 1) & 0x1); in lv_line_design()
[all …]
A Dlv_cb.c91 lv_cb_set_style(new_cb, LV_CB_STYLE_BG, th->style.cb.bg); in lv_cb_create()
92 lv_cb_set_style(new_cb, LV_CB_STYLE_BOX_REL, th->style.cb.box.rel); in lv_cb_create()
93 lv_cb_set_style(new_cb, LV_CB_STYLE_BOX_PR, th->style.cb.box.pr); in lv_cb_create()
157 lv_btn_set_style(cb, LV_BTN_STYLE_REL, style); in lv_cb_set_style()
158 lv_btn_set_style(cb, LV_BTN_STYLE_PR, style); in lv_cb_set_style()
159 lv_btn_set_style(cb, LV_BTN_STYLE_TGL_REL, style); in lv_cb_set_style()
160 lv_btn_set_style(cb, LV_BTN_STYLE_TGL_PR, style); in lv_cb_set_style()
161 lv_btn_set_style(cb, LV_BTN_STYLE_INA, style); in lv_cb_set_style()
194 const lv_style_t * style = NULL; in lv_cb_get_style() local
203 default: style = NULL; break; in lv_cb_get_style()
[all …]
A Dlv_kb.c135 lv_kb_set_style(new_kb, LV_KB_STYLE_BG, th->style.kb.bg); in lv_kb_create()
136 lv_kb_set_style(new_kb, LV_KB_STYLE_BTN_REL, th->style.kb.btn.rel); in lv_kb_create()
137 lv_kb_set_style(new_kb, LV_KB_STYLE_BTN_PR, th->style.kb.btn.pr); in lv_kb_create()
139 lv_kb_set_style(new_kb, LV_KB_STYLE_BTN_TGL_PR, th->style.kb.btn.tgl_pr); in lv_kb_create()
140 lv_kb_set_style(new_kb, LV_KB_STYLE_BTN_INA, th->style.kb.btn.ina); in lv_kb_create()
241 void lv_kb_set_style(lv_obj_t * kb, lv_kb_style_t type, const lv_style_t * style) in lv_kb_set_style() argument
244 case LV_KB_STYLE_BG: lv_btnm_set_style(kb, LV_BTNM_STYLE_BG, style); break; in lv_kb_set_style()
298 const lv_style_t * style = NULL; in lv_kb_get_style() local
301 case LV_KB_STYLE_BG: style = lv_btnm_get_style(kb, LV_BTNM_STYLE_BG); break; in lv_kb_get_style()
307 default: style = NULL; break; in lv_kb_get_style()
[all …]
A Dlv_label.c613 x += style->text.letter_space; in lv_label_get_letter_on()
729 x += style->text.letter_space; in lv_label_is_char_under_pos()
836 bg.x1 -= style->body.padding.left; in lv_label_design()
838 bg.y1 -= style->body.padding.top; in lv_label_design()
858 …lv_txt_get_size(&size, ext->text, style->text.font, style->text.letter_space, style->text.line_spa… in lv_label_design()
880 …lv_txt_get_size(&size, ext->text, style->text.font, style->text.letter_space, style->text.line_spa… in lv_label_design()
988 …lv_txt_get_size(&size, ext->text, font, style->text.letter_space, style->text.line_space, max_w, f… in lv_label_refr_text()
1005 … (((lv_font_get_glyph_width(style->text.font, ' ', ' ') + style->text.letter_space) * 1000) / in lv_label_refr_text()
1045 …anim.act_time = -(((lv_font_get_glyph_width(style->text.font, ' ', ' ') + style->text.letter_space… in lv_label_refr_text()
1085 (lv_font_get_glyph_width(style->text.font, '.', '.') + style->text.letter_space) * in lv_label_refr_text()
[all …]
A Dlv_mbox.c106 lv_mbox_set_style(new_mbox, LV_MBOX_STYLE_BG, th->style.mbox.bg); in lv_mbox_create()
151 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_BG, th->style.mbox.btn.bg); in lv_mbox_add_btns()
152 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_REL, th->style.mbox.btn.rel); in lv_mbox_add_btns()
153 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_PR, th->style.mbox.btn.pr); in lv_mbox_add_btns()
279 case LV_MBOX_STYLE_BG: lv_obj_set_style(mbox, style); break; in lv_mbox_set_style()
373 const lv_style_t * style = NULL; in lv_mbox_get_style() local
377 case LV_MBOX_STYLE_BG: style = lv_obj_get_style(mbox); break; in lv_mbox_get_style()
384 default: style = NULL; break; in lv_mbox_get_style()
387 return style; in lv_mbox_get_style()
499 const lv_style_t * style = lv_mbox_get_style(mbox, LV_MBOX_STYLE_BG); in mbox_realign() local
[all …]
A Dlv_sw.c89 lv_sw_set_style(new_sw, LV_SW_STYLE_BG, th->style.sw.bg); in lv_sw_create()
90 lv_sw_set_style(new_sw, LV_SW_STYLE_INDIC, th->style.sw.indic); in lv_sw_create()
91 lv_sw_set_style(new_sw, LV_SW_STYLE_KNOB_OFF, th->style.sw.knob_off); in lv_sw_create()
92 lv_sw_set_style(new_sw, LV_SW_STYLE_KNOB_ON, th->style.sw.knob_on); in lv_sw_create()
190 ext->style_knob_off = style; in lv_sw_set_style()
194 ext->style_knob_on = style; in lv_sw_set_style()
223 const lv_style_t * style = NULL; in lv_sw_get_style() local
229 case LV_SW_STYLE_KNOB_OFF: style = ext->style_knob_off; break; in lv_sw_get_style()
230 case LV_SW_STYLE_KNOB_ON: style = ext->style_knob_on; break; in lv_sw_get_style()
231 default: style = NULL; break; in lv_sw_get_style()
[all …]
A Dlv_page.c94 ext->sb.style = &lv_style_pretty; in lv_page_create()
270 ext->sb.style = style; in lv_page_set_style()
278 case LV_PAGE_STYLE_EDGE_FLASH: ext->edge_flash.style = style; break; in lv_page_set_style()
389 const lv_style_t * style = NULL; in lv_page_get_style() local
395 case LV_PAGE_STYLE_SB: style = ext->sb.style; break; in lv_page_get_style()
397 case LV_PAGE_STYLE_EDGE_FLASH: style = ext->edge_flash.style; break; in lv_page_get_style()
399 default: style = NULL; break; in lv_page_get_style()
402 return style; in lv_page_get_style()
1110 … lv_coord_t sb_hor_pad = LV_MATH_MAX(ext->sb.style->body.padding.inner, style->body.padding.right); in lv_page_sb_refresh()
1147 if(scrl_w <= obj_w - style->body.padding.left - style->body.padding.right) { in lv_page_sb_refresh()
[all …]
A Dlv_cont.c311 hpad_corr = style->body.padding.left; in lv_cont_layout_col()
319 hpad_corr = -style->body.padding.right; in lv_cont_layout_col()
332 lv_coord_t last_cord = style->body.padding.top; in lv_cont_layout_col()
360 vpad_corr = style->body.padding.top; in lv_cont_layout_row()
414 h_tot -= style->body.padding.inner; in lv_cont_layout_center()
458style->body.padding.left + style->body.padding.right; /*The width is at least the left+right hpad*/ in lv_cont_layout_pretty()
556 lv_coord_t act_x = style->body.padding.left; in lv_cont_layout_grid()
557 lv_coord_t act_y = style->body.padding.top; in lv_cont_layout_grid()
573 act_x = style->body.padding.left; in lv_cont_layout_grid()
629 tight_area.x1 -= style->body.padding.left; in lv_cont_refr_autofit()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c557 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_def()
559 style->body.main_color = lv_color_mix(style->body.main_color, LV_COLOR_ORANGE, LV_OPA_70); in style_mod_def()
560 style->body.grad_color = lv_color_mix(style->body.grad_color, LV_COLOR_ORANGE, LV_OPA_70); in style_mod_def()
563 style->text.color = lv_color_mix(style->text.color, LV_COLOR_ORANGE, LV_OPA_70); in style_mod_def()
573 style->body.border.width = 2; in style_mod_def()
593 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_edit_def()
595 style->body.main_color = lv_color_mix(style->body.main_color, LV_COLOR_GREEN, LV_OPA_70); in style_mod_edit_def()
596 style->body.grad_color = lv_color_mix(style->body.grad_color, LV_COLOR_GREEN, LV_OPA_70); in style_mod_edit_def()
597 style->body.shadow.color = lv_color_mix(style->body.shadow.color, LV_COLOR_GREEN, LV_OPA_60); in style_mod_edit_def()
599 style->text.color = lv_color_mix(style->text.color, LV_COLOR_GREEN, LV_OPA_70); in style_mod_edit_def()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_line.c82 if(style->line.width == 0) return; in lv_draw_line()
86 if(point1->x < mask->x1 - style->line.width && point2->x < mask->x1 - style->line.width) return; in lv_draw_line()
87 if(point1->x > mask->x2 + style->line.width && point2->x > mask->x2 + style->line.width) return; in lv_draw_line()
88 if(point1->y < mask->y1 - style->line.width && point2->y < mask->y1 - style->line.width) return; in lv_draw_line()
89 if(point1->y > mask->y2 + style->line.width && point2->y > mask->y2 + style->line.width) return; in lv_draw_line()
185 lv_coord_t width = style->line.width - 1; in line_draw_hor()
188 …lv_opa_t opa = opa_scale == LV_OPA_COVER ? style->line.opa : (uint16_t)((uint16_t)style->line.opa … in line_draw_hor()
206 lv_coord_t width = style->line.width - 1; in line_draw_ver()
209 …lv_opa_t opa = opa_scale == LV_OPA_COVER ? style->line.opa : (uint16_t)((uint16_t)style->line.opa … in line_draw_ver()
229 …lv_opa_t opa = opa_scale == LV_OPA_COVER ? style->line.opa : (uint16_t)((uint16_t)style->line.opa … in line_draw_skew()
[all …]
A Dlv_draw_label.c61 const lv_font_t * font = style->text.font; in lv_draw_label()
69 …lv_txt_get_size(&p, txt, style->text.font, style->text.letter_space, style->text.line_space, LV_CO… in lv_draw_label()
74 lv_coord_t line_height = lv_font_get_line_height(font) + style->text.line_space; in lv_draw_label()
114 line_end += lv_txt_get_next_line(&txt[line_start], font, style->text.letter_space, w, flag); in lv_draw_label()
140 …lv_opa_t opa = opa_scale == LV_OPA_COVER ? style->text.opa : (uint16_t)((uint16_t)style->text.opa … in lv_draw_label()
149 sel_style.body.main_color = sel_style.body.grad_color = style->text.sel_color; in lv_draw_label()
194 recolor.full = style->text.color.full; in lv_draw_label()
202 lv_color_t color = style->text.color; in lv_draw_label()
215 sel_coords.x2 = pos.x + letter_w + style->text.letter_space - 1; in lv_draw_label()
223 pos.x += letter_w + style->text.letter_space; in lv_draw_label()
[all …]
A Dlv_draw_rect.c84 if(style->body.shadow.width != 0) { in lv_draw_rect()
93 if(style->body.opa > LV_OPA_MIN) { in lv_draw_rect()
96 if(style->body.radius != 0) { in lv_draw_rect()
101 if(style->body.border.width != 0 && style->body.border.part != LV_BORDER_NONE && in lv_draw_rect()
105 if(style->body.radius != 0) { in lv_draw_rect()
125 uint16_t radius = style->body.radius; in lv_draw_rect_main_mid()
148 if(style->body.radius != 0) { in lv_draw_rect_main_mid()
166 if(style->body.radius != 0) { in lv_draw_rect_main_mid()
197 uint16_t radius = style->body.radius; in lv_draw_rect_main_corner()
535 if(style->body.radius == 0) { in lv_draw_rect_border_straight()
[all …]
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c74 DWORD style = 0; in GetWindowStyle() local
113 return style; in GetWindowStyle()
143 DWORD style; in WIN_AdjustWindowRect() local
561 DWORD style; in WIN_ShowWindow() local
610 DWORD style; in WIN_SetWindowBordered() local
613 style &= ~STYLE_MASK; in WIN_SetWindowBordered()
627 DWORD style; in WIN_SetWindowResizable() local
630 style &= ~STYLE_MASK; in WIN_SetWindowResizable()
652 DWORD style; in WIN_SetWindowFullscreen() local
664 style &= ~STYLE_MASK; in WIN_SetWindowFullscreen()
[all …]
/AliOS-Things-master/solutions/miniapp_agent_demo/
A DREADME.md30 …om/imgextra/i4/O1CN01XxD6Xo217CB3FZnEU_!!6000000006937-2-tps-746-497.png" style="max-width:800px;"…
60 …m/imgextra/i3/O1CN01i0HONM1TeS0OHtHk0_!!6000000002407-1-tps-626-1280.gif" style="max-width:800px;"…
68 …/imgextra/i1/O1CN01dvGFo01DIR79OnB1b_!!6000000000193-2-tps-4096-2560.png" style="max-width:800px;"…
76 …/imgextra/i4/O1CN01GcyU4T1vGutcRUrX6_!!6000000006146-2-tps-4096-2560.png" style="max-width:800px;"…
83 …/imgextra/i2/O1CN01sOZ4lC26UA7drDcmQ_!!6000000007664-2-tps-4096-2560.png" style="max-width:800px;"…
91 …/imgextra/i4/O1CN01DrQXDt1eS33GNbyf1_!!6000000003869-2-tps-4096-2560.png" style="max-width:800px;"…
97 …m/imgextra/i1/O1CN01brO1OO1zOwINrkWec_!!6000000006705-1-tps-626-1280.gif" style="max-width:800px;"…
114 …/imgextra/i1/O1CN01rWDZV31wO4hQAMVpg_!!6000000006297-2-tps-4096-2560.png" style="max-width:800px;"…
120 …/imgextra/i2/O1CN01f9csYR25ePMtZTaZD_!!6000000007551-2-tps-4096-2560.png" style="max-width:800px;"…
125 …/imgextra/i1/O1CN01rWDZV31wO4hQAMVpg_!!6000000006297-2-tps-4096-2560.png" style="max-width:800px;"…
[all …]
/AliOS-Things-master/components/jsoncpp/test/data/
A Dlegacy_test_comment_02.json2 /* C-style comment
4 C-style-2 comment */
7 /* Internal comment c-style */
10 // C++-style comment
12 // Multiline comment cpp-style
/AliOS-Things-master/documentation/debug-tools/
A DSmartTrace.md22 …om/imgextra/i1/O1CN01DtrUcH24Hg6euUzst_!!6000000007366-2-tps-803-743.png" style="max-width:800px;"…
30 …m/imgextra/i3/O1CN01gAGgUk1jH7h3UUoWo_!!6000000004522-2-tps-1915-869.png" style="max-width:800px;"…
37 …om/imgextra/i3/O1CN011my9nB1TrjV7Sna8K_!!6000000002436-2-tps-889-766.png" style="max-width:800px;"…
44 …/imgextra/i2/O1CN01S5IxsH1j2vPkf1NNd_!!6000000004491-2-tps-1908-1007.png" style="max-width:800px;"…
51 …/imgextra/i2/O1CN01zMZ78m1uBagRLYMbB_!!6000000005999-2-tps-1920-1041.png" style="max-width:800px;"…
59 …/imgextra/i3/O1CN01gSpkvT1iCiGUOrYkl_!!6000000004377-2-tps-1920-1041.png" style="max-width:800px;"…
69 …/imgextra/i1/O1CN01HNx9NR1Sru1yNyhe3_!!6000000002301-2-tps-1890-1004.png" style="max-width:800px;"…
77 …om/imgextra/i2/O1CN01W15ku71mi5racVdbJ_!!6000000004987-2-tps-982-914.png" style="max-width:800px;"…
107 …om/imgextra/i1/O1CN01mOjXgc1lIcDHRtGY3_!!6000000004796-2-tps-573-201.png" style="max-width:800px;"…
117 …om/imgextra/i1/O1CN018P0Z6S297D8GD2iV1_!!6000000008020-2-tps-719-693.png" style="max-width:800px;"…
[all …]

Completed in 2506 milliseconds

12345678910>>...12