Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmakeproj.mac48 Set Preferences of panel "PPC Project" to {File Name:"libjpeg"}
50 Set Preferences of panel "PPC Project" to {Project Type:library}
51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true}
53 Set Preferences of panel "PPC Codegen" to {Struct Alignment:PowerPC}
54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
113 Set Preferences of panel "PPC Project" to {File Name:"cjpeg"}
115 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true}
148 Set Preferences of panel "PPC Project" to {File Name:"djpeg"}
150 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true}
183 Set Preferences of panel "PPC Project" to {File Name:"jpegtran"}
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_material.c50 static lv_style_t bg, panel, scr; in basic_init() local
67 lv_style_copy(&panel, &def); in basic_init()
68 panel.body.radius = DEF_RADIUS; in basic_init()
71 panel.body.border.width = 1; in basic_init()
76 panel.body.shadow.width = 4; in basic_init()
77 panel.body.padding.left = LV_DPI / 8; in basic_init()
78 panel.body.padding.right = LV_DPI / 8; in basic_init()
79 panel.body.padding.top = LV_DPI / 8; in basic_init()
80 panel.body.padding.bottom = LV_DPI / 8; in basic_init()
94 theme.style.panel = &panel; in basic_init()
[all …]
A Dlv_theme_zen.c49 static lv_style_t panel; in basic_init() local
70 lv_style_copy(&panel, &bg); in basic_init()
71 panel.body.radius = LV_DPI / 10; in basic_init()
72 panel.body.border.width = 2; in basic_init()
75 panel.body.shadow.width = 4; in basic_init()
77 panel.body.padding.left = LV_DPI / 6; in basic_init()
78 panel.body.padding.right = LV_DPI / 6; in basic_init()
79 panel.body.padding.top = LV_DPI / 8; in basic_init()
80 panel.body.padding.bottom = LV_DPI / 8; in basic_init()
92 theme.style.panel = &panel; in basic_init()
[all …]
A Dlv_theme_nemo.c118 lv_style_copy(&panel, &def); in basic_init()
123 panel.body.border.width = 2; in basic_init()
124 panel.body.border.opa = LV_OPA_60; in basic_init()
145 theme.style.panel = &panel; in basic_init()
425 theme.style.chart = &panel; in chart_init()
572 lv_style_copy(&mbox_bg, &panel); in mbox_init()
585 theme.style.page.bg = &panel; in page_init()
594 theme.style.ta.area = &panel; in ta_init()
595 theme.style.ta.oneline = &panel; in ta_init()
653 lv_style_copy(&ddlist_bg, &panel); in ddlist_init()
[all …]
A Dlv_theme_alien.c116 lv_style_copy(&panel, &def); in basic_init()
121 panel.body.border.width = 2; in basic_init()
122 panel.body.border.opa = LV_OPA_60; in basic_init()
144 theme.style.panel = &panel; in basic_init()
150 theme.style.cont = &panel; in cont_init()
441 theme.style.chart = &panel; in chart_init()
594 lv_style_copy(&mbox_bg, &panel); in mbox_init()
607 theme.style.page.bg = &panel; in page_init()
616 theme.style.ta.area = &panel; in ta_init()
617 theme.style.ta.oneline = &panel; in ta_init()
[all …]
A Dlv_theme_night.c32 static lv_style_t scr, bg, sb, panel; variable
77 lv_style_copy(&panel, &bg); in basic_init()
82 panel.body.border.width = 1; in basic_init()
89 panel.line.width = 1; in basic_init()
93 theme.style.panel = &def; in basic_init()
100 theme.style.cont = &panel; in cont_init()
215 lv_style_copy(&bar_bg, &panel); in bar_init()
329 theme.style.chart = &panel; in chart_init()
536 theme.style.page.bg = &panel; in page_init()
545 theme.style.ta.area = &panel; in ta_init()
[all …]
A Dlv_theme.h45 lv_style_t * panel; member
A Dlv_theme_templ.c51 theme.style.panel = &def; in basic_init()
194 theme.style.calendar.bg = theme.style.panel; in calendar_init()
A Dlv_theme_default.c72 theme.style.panel = &lv_style_pretty; in basic_init()
A Dlv_theme_mono.c103 theme.style.panel = &light_frame; in basic_init()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-macosx.md223 "Executables" panel of the target settings.
A Ddoxyfile985 # If the tag value is set to FRAME, a side panel will be generated
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.c251 new_obj->style_p = th->style.panel; in lv_obj_create()
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile1021 # If the tag value is set to YES, a side panel will be generated
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile1162 # If the tag value is set to YES, a side panel will be generated
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in1351 # value is set to YES, a side panel will be generated containing a tree-like
A Dweb_doxyfile.in1351 # value is set to YES, a side panel will be generated containing a tree-like
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile1429 # value is set to YES, a side panel will be generated containing a tree-like
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS1695 # value is set to YES, a side panel will be generated containing a tree-like

Completed in 37 milliseconds