/lvgl-latest/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 25 <name>lvgl</name> 379 <file category="sourceC" name="src/lv_init.c" /> 382 <file category="header" name="src/core/lv_global.h" /> 383 <file category="sourceC" name="src/core/lv_group.c" /> 384 <file category="sourceC" name="src/core/lv_obj.c" /> 385 <file category="sourceC" name="src/core/lv_obj_class.c" /> 386 <file category="sourceC" name="src/core/lv_obj_draw.c" /> 387 <file category="sourceC" name="src/core/lv_obj_event.c" /> 388 <file category="sourceC" name="src/core/lv_obj_id_builtin.c" /> 389 <file category="sourceC" name="src/core/lv_obj_pos.c" /> [all …]
|
/lvgl-latest/xmls/ |
D | globals.xml | 2 <enumdef name="lv_style_state"> 3 <enum name="default" help="Some help"/> 4 <enum name="pressed" help="Some help"/> 5 <enum name="checked" help="Some help"/> 7 <enumdef name="lv_style_part"> 8 <enum name="main" help="Some help"/> 9 <enum name="scrollbar" help="Some help"/> 10 <enum name="indicator" help="Some help"/> 11 <enum name="knob" help="Some help"/> 13 <enumdef name="lv_align"> [all …]
|
D | lv_obj.xml | 8 <prop name="name" type="string"/> 9 <prop name="store" type="bool"/> 10 <prop name="x" type="coords"/> 11 <prop name="y" type="coords"/> 12 <prop name="height" type="coords"/> 13 <prop name="width" type="coords"/> 14 <prop name="align" type="enum:lv_align"/> 15 <prop name="styles" type="styles[]"/> 17 <prop name="style_x" type="coords"/> 18 <prop name="style_y" type="coords"/> [all …]
|
D | lv_scale.xml | 9 <enumdef name="lv_scale_mode" help=""> 10 <enum name="horizontal_top" help=""/> 11 <enum name="horizontal_bottom" help=""/> 12 <enum name="vertical_top" help=""/> 13 <enum name="vertical_bottom" help=""/> 14 <enum name="round_inner" help=""/> 15 <enum name="round_outer" help=""/> 18 <prop name="mode" help=""> 19 <param name="mode" type="enum:lv_scale_mode" help=""/> 21 <prop name="total_tick_count" help=""> [all …]
|
D | lv_chart.xml | 6 <lv_chart-axis name="primary_y" range="10, 40"/> 12 <enumdef name="lv_chart_type" help="Type of the chart"> 13 <enum name="none"/> 14 <enum name="line"/> 15 <enum name="bar"/> 16 <enum name="scatter"/> 19 <enumdef name="lv_chart_update_mode" help="The update mode"> 20 <enum name="shift"/> 21 <enum name="circular"/> 24 <enumdef name="lv_chart_axis" help="The axis"> [all …]
|
D | lv_buttonmatrix.xml | 8 <enumdef name="lv_buttonamtrix_ctrl" multi="true" help="control flags for the buttons"> 9 <enum name="none" help="No special control"/> 10 <enum name="width_1" help="Relative width is 1 in its row"/> 11 <enum name="width_2" help="Relative width is 2 in its row"/> 12 <enum name="width_3" help="Relative width is 3 in its row"/> 13 <enum name="width_4" help="Relative width is 4 in its row"/> 14 <enum name="width_5" help="Relative width is 5 in its row"/> 15 <enum name="width_6" help="Relative width is 6 in its row"/> 16 <enum name="width_7" help="Relative width is 7 in its row"/> 17 <enum name="width_8" help="Relative width is 8 in its row"/> [all …]
|
D | lv_table.xml | 11 <enumdef name="lv_table_cell_ctrl" help="Type of the chart"> 12 <enum name="merge_right"/> 13 <enum name="text_crop"/> 14 <enum name="custom_1"/> 15 <enum name="custom_2"/> 16 <enum name="custom_3"/> 17 <enum name="custom_4"/> 20 <prop name="row_conunt" help=""> 21 <param name="cnt" type="int" help=""/> 23 <prop name="column_conunt" help=""> [all …]
|
D | lv_image.xml | 8 <enumdef name="lv_image_align" help=""> 10 <enum name="default" help=""/> 11 <enum name="top_left" help=""/> 12 <enum name="top_mid" help=""/> 13 <enum name="top_right" help=""/> 14 <enum name="bottom_left" help=""/> 15 <enum name="bottom_mid" help=""/> 16 <enum name="bottom_right" help=""/> 17 <enum name="left_mid" help=""/> 18 <enum name="right_mid" help=""/> [all …]
|
D | lv_spangroup.xml | 11 <enumdef name="lv_span_overflow"> 12 <enum name="clip" help=""/> 13 <enum name="ellipses" help=""/> 15 <enumdef name="lv_span_mode"> 16 <enum name="fixed" help=""/> 17 <enum name="expand" help=""/> 18 <enum name="break" help=""/> 21 <prop name="align" help="align the text of the span group"> 22 <param name="align" type="enum:lv_text_align" help=""/> 25 <prop name="overflow" help=""> [all …]
|
D | lv_calendar.xml | 8 <prop name="today_date" help="Current date"> 9 <param name="year" type="int" help=""/> 10 <param name="month" type="int" help=""/> 11 <param name="day" type="int" help=""/> 13 <prop name="shown_date" help="Shown date"> 14 <param name="year" type="int" help=""/> 15 <param name="month" type="int" help=""/> 16 <param name="day" type="int" help=""/> 18 <prop name="shown_date" help="Shown date"> 19 <param name="year" type="int" help=""/> [all …]
|
D | lv_bar.xml | 8 <enumdef name="lv_bar_mode" help="the mode"> 9 <enum name="normal" help="normal"/> 10 <enum name="symmetrical" help="sym"/> 11 <enum name="range" help="range"/> 14 <enumdef name="bar_orientation" help=""> 15 <enum name="auto" help=""/> 16 <enum name="horizontal" help=""/> 17 <enum name="vertical" help=""/> 20 <prop name="range" help="The range"> 21 <param name ="min" type="int" help="The min range"/> [all …]
|
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 99 def name(self): member in ArrayDecl 189 if self.name and self.name == '_silence_gcc_warning': 192 if not self.name: 194 name = self.type.name 196 name = None 198 if name: 199 if name == '_silence_gcc_warning': 202 name = self.name 211 ('name', name), 218 ('name', name), [all …]
|
/lvgl-latest/docs/ |
D | doc_builder.py | 74 - keys = actual name of the code elements Doxygen found in the .H files. 239 def __init__(self, name, type, description, file_name, line_no): argument 240 self.name = name 252 .. doxygenstruct:: {name} 260 def __init__(self, parent, refid, name, **_): argument 261 if name in structures: 262 self.__dict__.update(structures[name].__dict__) 264 structures[name] = self 267 self.name = name 299 name = '' [all …]
|
/lvgl-latest/scripts/ |
D | style_api_gen.py | 9 {'name': 'WIDTH', 13 {'name': 'MIN_WIDTH', 17 {'name': 'MAX_WIDTH', 21 {'name': 'HEIGHT', 25 {'name': 'MIN_HEIGHT', 29 {'name': 'MAX_HEIGHT', 33 {'name': 'LENGTH', 37 {'name': 'X', 41 {'name': 'Y', 45 {'name': 'ALIGN', [all …]
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 21 - `--lvgl-config`: path to lv_conf.h (including file name), if this is not set then a config file w… 65 - ``"name"``: the name of the data type 72 - ``"name"``: The name of the field. 83 - ``"name"``: The name of the argument/parameter. 94 - ``"name"``: The name of the formard declaration. 105 - ``"name"``: The name of the function pointer. 115 - ``"name"``: The name of the variable. 127 - ``"name"``: will always be "ellipsis". 135 - ``"name"``: The name of the primitive type. 141 - ``"name"``: The name of the enumeration group/type. [all …]
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 113 //! Name-value pair in a JSON object value. 122 GenericValue<Encoding, Allocator> name; //!< name of member (must be a string) 128 : name(std::move(rhs.name)), in GenericMember() 140 …/*! \param rhs Source of the assignment. Its name and value will become a null value after assignm… 144 name = rhs.name; 152 a.name.Swap(b.name); in swap() 202 /** \name std::iterator_traits support */ 243 //! @name stepping 251 //! @name increment/decrement 260 //! @name relations [all …]
|
D | pointer.h | 89 …const Ch* name; //!< Name of the token. It has null character at the end but it can co… member 90 SizeType length; //!< Length of the name. 94 //!@name Constructors and destructor. 143 #define NAME(s) { s, sizeof(s) / sizeof(s[0]) - 1, kPointerInvalidIndex } 146 static const Pointer::Token kTokens[] = { NAME("foo"), INDEX(123) }; 150 #undef NAME 226 //!@name Append token 239 std::memcpy(p, token.name, (token.length + 1) * sizeof(Ch)); 240 r.tokens_[tokenCount_].name = p; 246 //! Append a name token with length, and return a new Pointer [all …]
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager.c | 22 #define IS_FONT_FAMILY_NAME(name) (lv_strchr((name), ',') != NULL) argument 41 char name[LV_FONT_MANAGER_NAME_MAX_LEN]; /* name buffer */ member 52 char * name; member 61 static const char * lv_font_manager_get_path(lv_font_manager_t * manager, const char * name); 76 static void lv_font_manager_add_path_core(lv_font_manager_t * manager, const char * name, const cha… 124 lv_free(font_path->name); in lv_font_manager_delete() 128 font_path->name = NULL; in lv_font_manager_delete() 139 void lv_font_manager_add_path(lv_font_manager_t * manager, const char * name, const char * path) in lv_font_manager_add_path() argument 141 lv_font_manager_add_path_core(manager, name, path, false); in lv_font_manager_add_path() 144 void lv_font_manager_add_path_static(lv_font_manager_t * manager, const char * name, const char * p… in lv_font_manager_add_path_static() argument [all …]
|
/lvgl-latest/src/others/xml/ |
D | lv_xml.c | 45 static void view_start_element_handler(void * user_data, const char * name, const char ** attrs); 46 static void view_end_element_handler(void * user_data, const char * name); 130 void * lv_xml_create(lv_obj_t * parent, const char * name, const char ** attrs) in lv_xml_create() argument 134 /* Select the widget specific parser type based on the name */ in lv_xml_create() 135 lv_widget_processor_t * p = lv_xml_widget_get_processor(name); in lv_xml_create() 147 lv_xml_component_ctx_t * ctx = lv_xml_component_get_ctx(name); in lv_xml_create() 154 LV_LOG_WARN("'%s' in not a known widget, element, or component", name); in lv_xml_create() 159 lv_result_t lv_xml_register_font(const char * name, const lv_font_t * font) in lv_xml_register_font() argument 162 f->name = lv_strdup(name); in lv_xml_register_font() 168 const lv_font_t * lv_xml_get_font(const char * name) in lv_xml_get_font() argument [all …]
|
D | lv_xml_component.c | 34 static void start_metadata_handler(void * user_data, const char * name, const char ** attrs); 35 static void end_metadata_handler(void * user_data, const char * name); 60 lv_obj_t * lv_xml_component_process(lv_xml_parser_state_t * state, const char * name, const char **… in lv_xml_component_process() argument 62 lv_xml_component_ctx_t * ctx = lv_xml_component_get_ctx(name); in lv_xml_component_process() 66 LV_LOG_WARN("Couldn't create component '%s'", name); in lv_xml_component_process() 81 if(lv_streq(ctx->name, component_name)) return ctx; in lv_xml_component_get_ctx() 87 lv_result_t lv_xml_component_register_from_data(const char * name, const char * xml_def) in lv_xml_component_register_from_data() argument 92 state.ctx.name = name; in lv_xml_component_register_from_data() 116 ctx->name = lv_strdup(name); in lv_xml_component_register_from_data() 130 /* Extract component name from path */ in lv_xml_component_register_from_file() [all …]
|
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 231 KEY name; member 284 const XML_Char *name; member 298 The name of the element is stored in both the document and API 300 memory area which stores the name. During the XML_Parse()/ 302 version of the name (in the document encoding) is shared with the 305 contain the 'raw' name as well. 314 TAG_NAME name; /* tagName in the API encoding */ member 315 char *buf; /* buffer for name components */ 321 const XML_Char *name; member 337 const XML_Char *name; member [all …]
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 26 static void apply_styles(lv_obj_t * obj, const char * name, const char * value); 58 const char * name = attrs[i]; in lv_xml_obj_apply() local 61 if(lv_streq("x", name)) lv_obj_set_x(item, lv_xml_to_size(value)); in lv_xml_obj_apply() 62 else if(lv_streq("y", name)) lv_obj_set_y(item, lv_xml_to_size(value)); in lv_xml_obj_apply() 63 else if(lv_streq("width", name)) lv_obj_set_width(item, lv_xml_to_size(value)); in lv_xml_obj_apply() 64 else if(lv_streq("height", name)) lv_obj_set_height(item, lv_xml_to_size(value)); in lv_xml_obj_apply() 65 else if(lv_streq("align", name)) lv_obj_set_align(item, lv_xml_align_to_enum(value)); in lv_xml_obj_apply() 66 … else if(lv_streq("flex_flow", name)) lv_obj_set_flex_flow(item, lv_xml_flex_flow_to_enum(value)); in lv_xml_obj_apply() 67 else if(lv_streq("flex_grow", name)) lv_obj_set_flex_grow(item, lv_xml_atoi(value)); in lv_xml_obj_apply() 69 …else if(lv_streq("hidden", name)) lv_obj_update_flag(item, LV_OBJ_FLAG_HIDDEN, lv_xm… in lv_xml_obj_apply() [all …]
|
/lvgl-latest/.github/workflows/ |
D | ccpp.yml | 1 name: C/C++ CI 28 name: Build ${{ matrix.build_option }} 32 - name: Install prerequisites 34 - name: Building ${{ matrix.build_option }} 39 name: Build Windows GCC 43 - name: Install prerequisites 45 - name: Build 52 name: Build Windows MSVC 55 - name: Install prerequisites 63 - name: Build [all …]
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 76 static uint32_t get_plane_property_id(drm_dev_t * drm_dev, const char * name); 77 static uint32_t get_crtc_property_id(drm_dev_t * drm_dev, const char * name); 78 static uint32_t get_conn_property_id(drm_dev_t * drm_dev, const char * name); 84 static int drm_add_plane_property(drm_dev_t * drm_dev, const char * name, uint64_t value); 85 static int drm_add_crtc_property(drm_dev_t * drm_dev, const char * name, uint64_t value); 86 static int drm_add_conn_property(drm_dev_t * drm_dev, const char * name, uint64_t value); 182 static uint32_t get_plane_property_id(drm_dev_t * drm_dev, const char * name) in get_plane_property_id() argument 186 LV_LOG_TRACE("Find plane property: %s", name); in get_plane_property_id() 189 if(!lv_strcmp(drm_dev->plane_props[i]->name, name)) in get_plane_property_id() 192 LV_LOG_TRACE("Unknown plane property: %s", name); in get_plane_property_id() [all …]
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.cpp | 48 static const char* EXP_NAME = "name"; 87 auto name = (jerry_char_t*)malloc(len * sizeof(jerry_char_t) + 1); in _name() local 88 jerry_string_to_buffer(arg0, JERRY_ENCODING_UTF8, name, len); in _name() 89 name[len] = '\0'; in _name() 91 return (char*) name; in _name() 97 auto name = _name(args); in _idByName() local 98 auto id = djb2Encode(name); in _idByName() 99 free(name); in _idByName() 317 //marker.key(name) in _buildLayer() 321 auto name = jerry_string_sz(layer->name); in _buildLayer() local [all …]
|