Home
last modified time | relevance | path

Searched refs:border (Results 1 – 25 of 46) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/base/
A Dftstroke.c364 border->points[start] = border->points[count]; in ft_stroke_border_close()
425 border->points[border->num_points - 1] = *to; in ft_stroke_border_lineto()
439 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_lineto()
440 FT_Byte* tag = border->tags + border->num_points; in ft_stroke_border_lineto()
467 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_conicto()
468 FT_Byte* tag = border->tags + border->num_points; in ft_stroke_border_conicto()
500 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_cubicto()
501 FT_Byte* tag = border->tags + border->num_points; in ft_stroke_border_cubicto()
602 border->start = border->num_points; in ft_stroke_border_moveto()
1262 border++; in ft_stroker_subpath_start()
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css74 border: 1px solid #A3B4D7;
145 border: 1px solid #C4CFE5;
162 border: solid thin #333;
163 border-radius: 0.5em;
165 -moz-border-radius: .5em;
237 border: 0px;
246 border: 0px;
341 border: none;
352 border-spacing: 0px;
360 border: none;
[all …]
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css123 border-spacing: 0;
429 border: 0px;
438 border: 0px;
496 border-left: 0;
540 border: none;
577 border: none;
1211 border-left: 0;
1228 border-left: 0;
1245 border-left: 0;
1262 border-left: 0;
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_nemo.c86 def.body.border.width = 1; in basic_init()
107 bg.body.border.width = 2; in basic_init()
123 panel.body.border.width = 2; in basic_init()
134 sb.body.border.width = 1; in basic_init()
408 arc.body.border.width = 0; in arc_init()
443 week_box.body.border.color = theme.style.panel->body.border.color; in calendar_init()
471 cb_rel.body.border.width = 1; in cb_init()
504 cb_ina.body.border.width = 1; in cb_init()
777 cell.body.border.width = 1; in table_init()
795 win_header.body.border.opa = panel.body.border.opa; in win_init()
[all …]
A Dlv_theme_alien.c84 def.body.border.width = 1; in basic_init()
105 bg.body.border.width = 2; in basic_init()
121 panel.body.border.width = 2; in basic_init()
133 sb.body.border.width = 1; in basic_init()
419 arc.body.border.width = 2; in arc_init()
461 header.body.border.opa = panel.body.border.opa; in calendar_init()
462 header.body.border.width = panel.body.border.width; in calendar_init()
493 cb_rel.body.border.width = 1; in cb_init()
526 cb_ina.body.border.width = 1; in cb_init()
824 header.body.border.opa = panel.body.border.opa; in win_init()
[all …]
A Dlv_theme_zen.c61 bg.body.border.width = 0; in basic_init()
86 sb.body.border.width = 0; in basic_init()
110 rel.body.border.width = 2; in btn_init()
216 bg.body.border.width = 2; in bar_init()
261 indic.body.border.width = theme.style.slider.bg->body.border.width; in sw_init()
262 indic.body.border.color = theme.style.slider.bg->body.border.color; in sw_init()
263 indic.body.border.opa = theme.style.slider.bg->body.border.opa; in sw_init()
322 arc.body.border.width = 0; in arc_init()
357 today_box.body.border.color = theme.style.panel->body.border.color; in calendar_init()
430 pr.body.border.width = 2; in btnm_init()
[all …]
A Dlv_theme_night.c68 sb.body.border.width = 0; in basic_init()
410 rel.body.border.width = 2; in cb_init()
417 pr.body.border.width = 1; in cb_init()
465 pr.body.border.part = rel.body.border.part; in btnm_init()
466 pr.body.border.width = rel.body.border.width; in btnm_init()
470 tgl_rel.body.border.part = rel.body.border.part; in btnm_init()
471 tgl_rel.body.border.width = rel.body.border.width; in btnm_init()
475 tgl_pr.body.border.part = rel.body.border.part; in btnm_init()
476 tgl_pr.body.border.width = rel.body.border.width; in btnm_init()
480 ina.body.border.part = rel.body.border.part; in btnm_init()
[all …]
A Dlv_theme_material.c71 panel.body.border.width = 1; in basic_init()
254 knob.body.border.width = 0; in slider_init()
382 week_box.body.border.color = theme.style.panel->body.border.color; in calendar_init()
383 week_box.body.border.width = theme.style.panel->body.border.width; in calendar_init()
454 rel.body.border.width = 1; in btnm_init()
463 pr.body.border.width = 0; in btnm_init()
593 pr.body.border.width = 0; in list_init()
637 sel.body.border.width = 0; in ddlist_init()
707 pr.body.border.width = 0; in tabview_init()
710 pr.body.border.width = 1; in tabview_init()
[all …]
A Dlv_theme_default.c67 plain_bordered.body.border.width = 2; in basic_init()
129 led.body.border.width = LV_DPI / 30; in led_init()
130 led.body.border.opa = LV_OPA_30; in led_init()
363 style->body.border.opa = LV_OPA_COVER; in style_mod()
367 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod()
375 style->body.border.opa = LV_OPA_COVER; in style_mod()
377 style->body.border.width = 2; in style_mod()
386 style->body.border.opa = LV_OPA_COVER; in style_mod_edit()
390 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_edit()
398 style->body.border.opa = LV_OPA_COVER; in style_mod_edit()
[all …]
A Dlv_theme_mono.c61 def.body.border.color = LV_COLOR_BLACK; in basic_init()
62 def.body.border.width = 1; in basic_init()
63 def.body.border.opa = LV_OPA_COVER; in basic_init()
64 def.body.border.part = LV_BORDER_FULL; in basic_init()
419 style->body.border.opa = LV_OPA_COVER; in style_mod()
423 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod()
425 style->body.border.opa = LV_OPA_COVER; in style_mod()
427 style->body.border.width = 2; in style_mod()
436 style->body.border.opa = LV_OPA_COVER; in style_mod_edit()
440 …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_templ.c353 style->body.border.opa = LV_OPA_COVER; in style_mod()
357 if(style->body.border.width != 0) style->body.border.width = LV_DPI / 20; in style_mod()
365 style->body.border.opa = LV_OPA_COVER; in style_mod()
366 style->body.border.color = LV_COLOR_BLACK; in style_mod()
367 style->body.border.width = 2; in style_mod()
377 style->body.border.opa = LV_OPA_COVER; in style_mod_edit()
378 style->body.border.color = LV_COLOR_GREEN; in style_mod_edit()
381 if(style->body.border.width != 0) style->body.border.width = LV_DPI / 20; in style_mod_edit()
389 style->body.border.opa = LV_OPA_COVER; in style_mod_edit()
390 style->body.border.color = LV_COLOR_BLACK; in style_mod_edit()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.c84 lv_style_scr.body.border.color = LV_COLOR_BLACK; in lv_style_init()
85 lv_style_scr.body.border.opa = LV_OPA_COVER; in lv_style_init()
86 lv_style_scr.body.border.width = 0; in lv_style_init()
87 lv_style_scr.body.border.part = LV_BORDER_FULL; in lv_style_init()
134 lv_style_pretty.body.border.opa = LV_OPA_30; in lv_style_init()
148 lv_style_transp.body.border.width = 0; in lv_style_init()
236 STYLE_ATTR_MIX(body.border.width, ratio); in lv_style_mix()
237 STYLE_ATTR_MIX(body.border.opa, ratio); in lv_style_mix()
256 res->body.border.color = lv_color_mix(end->body.border.color, start->body.border.color, opa); in lv_style_mix()
263 res->body.border.part = start->body.border.part; in lv_style_mix()
[all …]
A Dlv_group.c553 style->body.border.opa = LV_OPA_COVER; in style_mod_def()
557 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_def()
571 style->body.border.opa = LV_OPA_COVER; in style_mod_def()
572 style->body.border.color = LV_COLOR_BLACK; in style_mod_def()
573 style->body.border.width = 2; in style_mod_def()
589 style->body.border.opa = LV_OPA_COVER; in style_mod_edit_def()
590 style->body.border.color = LV_COLOR_GREEN; in style_mod_edit_def()
593 …if(style->body.opa != LV_OPA_TRANSP || style->body.border.width != 0) style->body.border.width = L… in style_mod_edit_def()
608 style->body.border.opa = LV_OPA_COVER; in style_mod_edit_def()
609 style->body.border.color = LV_COLOR_BLACK; in style_mod_edit_def()
[all …]
A Dlv_style.h75 } border; member
A Dlv_obj.c1628 if(style->body.border.part & LV_BORDER_LEFT) coords_p->x1 += style->body.border.width; in lv_obj_get_inner_coords()
1630 if(style->body.border.part & LV_BORDER_RIGHT) coords_p->x2 -= style->body.border.width; in lv_obj_get_inner_coords()
1632 if(style->body.border.part & LV_BORDER_TOP) coords_p->y1 += style->body.border.width; in lv_obj_get_inner_coords()
1634 if(style->body.border.part & LV_BORDER_BOTTOM) coords_p->y2 -= style->body.border.width; in lv_obj_get_inner_coords()
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/
A Dapp.acss3 border: 1px solid rgba(0, 0, 0, 0);
4 box-sizing: border-box;
32 border-top: 1px solid #ddd;
48 border-left: 1px solid #ddd;
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/
A DnetCfg.acss22 border-radius: 4rpx;
33 border: none;
42 border: 1rpx solid rgb(0, 162, 255);
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_rect.c101 if(style->body.border.width != 0 && style->body.border.part != LV_BORDER_NONE && in lv_draw_rect()
102 style->body.border.opa >= LV_OPA_MIN) { in lv_draw_rect()
513 lv_coord_t bwidth = style->body.border.width; in lv_draw_rect_border_straight()
516 lv_border_part_t part = style->body.border.part; in lv_draw_rect_border_straight()
517 lv_color_t color = style->body.border.color; in lv_draw_rect_border_straight()
710 lv_coord_t bwidth = style->body.border.width; in lv_draw_rect_border_corner()
711 lv_color_t color = style->body.border.color; in lv_draw_rect_border_corner()
712 lv_border_part_t part = style->body.border.part; in lv_draw_rect_border_corner()
998 style->body.border.color, aa_opa); in lv_draw_rect_border_corner()
1000 style->body.border.color, aa_opa); in lv_draw_rect_border_corner()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_preload.c366 if(style->body.border.width > 0) { in lv_preload_design()
377 bg_style.body.border.color = style->body.border.color; in lv_preload_design()
378 bg_style.body.border.width = style->body.border.width; in lv_preload_design()
A Dlv_led.c204 …leds_tmp.body.border.color = lv_color_mix(leds_tmp.body.border.color, LV_COLOR_BLACK, ext->bright); in lv_led_design()
A Dlv_btnm.c664 if(style_tmp.body.border.part & LV_BORDER_INTERNAL) { in lv_btnm_design()
666 style_tmp.body.border.part &= ~LV_BORDER_TOP; in lv_btnm_design()
669 style_tmp.body.border.part &= ~LV_BORDER_BOTTOM; in lv_btnm_design()
673 style_tmp.body.border.part &= ~LV_BORDER_LEFT; in lv_btnm_design()
675 style_tmp.body.border.part &= ~LV_BORDER_LEFT; in lv_btnm_design()
679 style_tmp.body.border.part &= ~LV_BORDER_RIGHT; in lv_btnm_design()
/AliOS-Things-master/components/freetype/include/
A Dftstroke.h538 FT_StrokerBorder border,
584 FT_StrokerBorder border,
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/
A DlinkIot.acss12 border-radius: 20rpx;
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfblock.c18 local const uInt border[] = { /* Order of the bit length code lengths */ variable
242 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7; in inflate_blocks()
246 s->sub.trees.blens[border[s->sub.trees.index++]] = 0; in inflate_blocks()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11messagebox.c587 int border = ( buttondata->flags & SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT ) ? 2 : 0; in X11_MessageBoxDraw() local
592 buttondatax11->rect.x - border, buttondatax11->rect.y - border, in X11_MessageBoxDraw()
593 buttondatax11->rect.w + 2 * border, buttondatax11->rect.h + 2 * border ); in X11_MessageBoxDraw()

Completed in 83 milliseconds

12