Searched refs:cont (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_cont.c | 135 cont->signal_cb(cont, LV_SIGNAL_CHILD_CHG, NULL); in lv_cont_set_layout() 149 lv_obj_invalidate(cont); in lv_cont_set_fit4() 161 cont->signal_cb(cont, LV_SIGNAL_CHILD_CHG, NULL); in lv_cont_set_fit4() 243 lv_cont_refr_layout(cont); in lv_cont_signal() 246 lv_cont_refr_layout(cont); in lv_cont_signal() 285 lv_cont_layout_col(cont); in lv_cont_refr_layout() 287 lv_cont_layout_row(cont); in lv_cont_refr_layout() 667 …if(cont->coords.x1 != new_area.x1 || cont->coords.y1 != new_area.y1 || cont->coords.x2 != new_area… in lv_cont_refr_autofit() 670 lv_obj_invalidate(cont); in lv_cont_refr_autofit() 672 lv_obj_invalidate(cont); in lv_cont_refr_autofit() [all …]
|
A D | lv_cont.h | 101 void lv_cont_set_layout(lv_obj_t * cont, lv_layout_t layout); 123 lv_cont_set_fit4(cont, hor, hor, ver, ver); in lv_cont_set_fit2() 132 static inline void lv_cont_set_fit(lv_obj_t * cont, lv_fit_t fit) in lv_cont_set_fit() argument 134 lv_cont_set_fit4(cont, fit, fit, fit, fit); in lv_cont_set_fit() 146 lv_obj_set_style(cont, style); in lv_cont_set_style() 158 lv_layout_t lv_cont_get_layout(const lv_obj_t * cont); 165 lv_fit_t lv_cont_get_fit_left(const lv_obj_t * cont); 172 lv_fit_t lv_cont_get_fit_right(const lv_obj_t * cont); 179 lv_fit_t lv_cont_get_fit_top(const lv_obj_t * cont); 186 lv_fit_t lv_cont_get_fit_bottom(const lv_obj_t * cont); [all …]
|
A D | lv_btn.h | 67 lv_cont_ext_t cont; member
|
A D | lv_tabview.c | 759 lv_obj_t * cont = lv_obj_get_parent(tab_page); in tabpage_signal() local 760 lv_obj_t * tabview = lv_obj_get_parent(cont); in tabpage_signal() 790 lv_obj_t * cont = lv_obj_get_parent(tab_page); in tabpage_scrl_signal() local 791 lv_obj_t * tabview = lv_obj_get_parent(cont); in tabpage_scrl_signal()
|
/AliOS-Things-master/components/littlevgl/src/lv_hal/ |
A D | lv_hal_indev.c | 129 bool cont = false; in lv_indev_read() local 146 cont = indev->driver.read_cb(&indev->driver, data); in lv_indev_read() 152 return cont; in lv_indev_read()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strtok_r.c | 49 cont: in __strtok_r() 54 goto cont; in __strtok_r()
|
A D | strtod_bk.c | 910 goto cont; 921 goto cont; 1021 goto cont; 1119 goto cont; 1159 goto cont; 1204 cont:
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 409 goto cont; in hid_enumerate() 425 goto cont; in hid_enumerate() 430 goto cont; in hid_enumerate() 437 goto cont; in hid_enumerate() 441 goto cont; in hid_enumerate() 454 goto cont; in hid_enumerate() 577 cont: in hid_enumerate()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modujson.c | 161 cont: in mod_ujson_load() 176 goto cont; in mod_ujson_load() 300 goto cont; in mod_ujson_load()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.c | 359 FT_Short *cont, *cont_limit, prev_cont; in TT_Load_Simple_Glyph() local 369 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph() 370 cont_limit = cont + n_contours; in TT_Load_Simple_Glyph() 379 cont[0] = prev_cont; in TT_Load_Simple_Glyph() 384 for ( cont++; cont < cont_limit; cont++ ) in TT_Load_Simple_Glyph() 386 cont[0] = FT_NEXT_SHORT( p ); in TT_Load_Simple_Glyph() 387 if ( cont[0] <= prev_cont ) in TT_Load_Simple_Glyph() 392 prev_cont = cont[0]; in TT_Load_Simple_Glyph() 398 n_points = cont[-1] + 1; in TT_Load_Simple_Glyph()
|
/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme.h | 48 lv_style_t * cont; member
|
A D | lv_theme_templ.c | 58 theme.style.cont = &def; in cont_init()
|
A D | lv_theme_mono.c | 110 theme.style.cont = &def; in cont_init()
|
A D | lv_theme_night.c | 100 theme.style.cont = &panel; in cont_init()
|
A D | lv_theme_zen.c | 99 theme.style.cont = theme.style.panel; in cont_init()
|
A D | lv_theme_alien.c | 150 theme.style.cont = &panel; in cont_init()
|
A D | lv_theme_material.c | 101 theme.style.cont = theme.style.panel; in cont_init()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/ |
A D | zconfig_ieee80211.c | 302 goto cont; in cfg80211_find_vendor_ie() 309 cont: in cfg80211_find_vendor_ie()
|
Completed in 28 milliseconds