Searched refs:class (Results 1 – 3 of 3) sorted by relevance
/lvgl-2.7.6/src/lv_core/ |
D | lv_style.c | 830 lv_style_t * class = lv_style_list_get_style(list, ci); in _lv_style_list_get_int() local 831 int16_t weight_act = _lv_style_get_int(class, prop, &value_act); in _lv_style_list_get_int() 883 lv_style_t * class = lv_style_list_get_style(list, ci); in _lv_style_list_get_color() local 884 int16_t weight_act = _lv_style_get_color(class, prop, &value_act); in _lv_style_list_get_color() 933 lv_style_t * class = lv_style_list_get_style(list, ci); in _lv_style_list_get_opa() local 934 int16_t weight_act = _lv_style_get_opa(class, prop, &value_act); in _lv_style_list_get_opa() 983 lv_style_t * class = lv_style_list_get_style(list, ci); in _lv_style_list_get_ptr() local 984 int16_t weight_act = _lv_style_get_ptr(class, prop, &value_act); in _lv_style_list_get_ptr()
|
D | lv_obj.c | 4079 lv_style_t * class = lv_style_list_get_style(list, ci); local 4080 if(class == style || style == NULL) {
|
/lvgl-2.7.6/scripts/ |
D | Doxyfile | 97 # descriptions after the members that are listed in the file and class 118 # the entity):The $name class, The $name widget, The $name file, is, provides, 121 ABBREVIATE_BRIEF = "The $name class" \ 141 # inherited members of a class in the documentation of that class as if those 142 # members were ordinary class members. Constructors, destructors and assignment 168 # path mentioned in the documentation of a class, which tells the reader which 169 # header file to include in order to use a class. If left blank only the name of 170 # the header file containing the class definition is used. Otherwise one should 220 # of the file/class/namespace that contains it. 244 # A mapping has the form "name=value". For example adding "class=itcl::class" [all …]
|