Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_btn.c92 ext->styles[LV_BTN_STATE_REL] = &lv_style_btn_rel; in lv_btn_create()
93 ext->styles[LV_BTN_STATE_PR] = &lv_style_btn_pr; in lv_btn_create()
94 ext->styles[LV_BTN_STATE_TGL_REL] = &lv_style_btn_tgl_rel; in lv_btn_create()
95 ext->styles[LV_BTN_STATE_TGL_PR] = &lv_style_btn_tgl_pr; in lv_btn_create()
96 ext->styles[LV_BTN_STATE_INA] = &lv_style_btn_ina; in lv_btn_create()
126 lv_obj_set_style(new_btn, ext->styles[LV_BTN_STATE_REL]); in lv_btn_create()
139 memcpy(ext->styles, copy_ext->styles, sizeof(ext->styles)); in lv_btn_create()
176 lv_obj_set_style(btn, ext->styles[state]); in lv_btn_set_state()
270 lv_obj_set_style(btn, ext->styles[ext->state]); in lv_btn_set_style()
457 lv_style_copy(&res, ext->styles[ink_bg_state]); in lv_btn_design()
[all …]
A Dlv_btn.h72 const lv_style_t * styles[_LV_BTN_STATE_NUM]; member
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/include/alibabacloud/imagerecog/model/
A DRecognizeImageStyleResult.h37 std::vector<std::string> styles; member
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/src/model/
A DRecognizeImageStyleResult.cc45 data_.styles.push_back(value.asString()); in parse()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.cin30 /* stringsets are specific to styles */
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js71 var styles; variable
73 styles = { class
88 styles = { class
257 REPL.puts(colors[styles[style] || 'default']);
1251 REPL.puts(colors[styles.result]);
1262 REPL.puts(colors[styles.error_msg]);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js70 var styles; variable
72 styles = { class
87 styles = { class
251 std.puts(colors[styles[style] || 'default']);
1237 std.puts(colors[styles.result]);
1244 std.puts(colors[styles.error_msg]);
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvg.h455 NSVGstyles* styles; member
703 nsvg__deleteStyles(p->styles); in nsvg__deleteParser()
1803 NSVGstyles* style = p->styles; in nsvg__parseAttr()
2786 NSVGstyles* next = p->styles; in nsvg__content()
2788 p->styles = (NSVGstyles*)malloc(sizeof(NSVGstyles)); in nsvg__content()
2789 p->styles->next = next; in nsvg__content()
2790 p->styles->name = nsvg__strndup(start, (size_t)(s - start)); in nsvg__content()
2791 p->styles->next = NULL; in nsvg__content()
2796 p->styles->description = nsvg__strndup(start, (size_t)(s - start)); in nsvg__content()
A Daclocal.m4533 # We support both call styles for the transition. After
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcoderules.txt9 to establish a common coding style. The goal of using similar coding styles
A Daclocal.m49522 # We support both call styles for the transition. After
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css547 The following two styles can be used to replace the root node title
548 with an image of your choice. Simply uncomment the next two styles,
/AliOS-Things-master/components/littlevgl/
A DREADME.md266 ### Button with styles
267 Add styles to the previously button from the previous example
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME319 styles.
A Daclocal.m49028 # We support both call styles for the transition. After
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css1794 /* some custom styles for doxygen */
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst693 for user-defined styles to the terminal menuconfig.
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst693 for user-defined styles to the terminal menuconfig.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Daclocal.m4443 # We support both call styles for the transition. After
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m4483 # We support both call styles for the transition. After
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Daclocal.m4433 # We support both call styles for the transition. After
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m49028 # We support both call styles for the transition. After

Completed in 77 milliseconds