Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_uefi.c326 UINT64 attributes = 0; in lv_fs_uefi_dir_open_cb() local
359 attributes = EFI_FILE_DIRECTORY; in lv_fs_uefi_dir_open_cb()
366 attributes); in lv_fs_uefi_dir_open_cb()
552 UINT64 attributes; in lv_fs_uefi_is_dir() local
559 attributes = info->Attribute; in lv_fs_uefi_is_dir()
562 return (attributes & EFI_FILE_DIRECTORY) != 0; in lv_fs_uefi_is_dir()
567 UINT64 attributes; in lv_fs_uefi_is_file() local
574 attributes = info->Attribute; in lv_fs_uefi_is_file()
577 return (attributes & EFI_FILE_DIRECTORY) == 0; in lv_fs_uefi_is_file()
/lvgl-latest/src/libs/thorvg/
DtvgXmlParser.cpp54 } attributes[] = { in _isIgnoreUnsupportedLogAttributes() local
64 …if (!strncmp(tagAttribute, attributes[i].tag, attributes[i].tagWildcard ? strlen(attributes[i].tag… in _isIgnoreUnsupportedLogAttributes()
65 if (attributes[i].value && tagValue) { in _isIgnoreUnsupportedLogAttributes()
66 if (!strncmp(tagValue, attributes[i].value, strlen(tagValue))) { in _isIgnoreUnsupportedLogAttributes()
/lvgl-latest/docs/details/base-widget/
Dobj.rst21 This pointer can later be used to read or change the Widget's attributes.
48 Basic attributes
51 All Widget types share some basic attributes:
61 You can set/get these attributes with ``lv_obj_set_...`` and
66 /* Set basic Widget attributes */
73 Widget-specific attributes
76 The Widget types have special attributes as well. For example, a slider has
81 For these special attributes, every Widget type may have unique API
86 /* Set slider specific attributes */
489 There are some Widget attributes which can be enabled/disabled by
/lvgl-latest/docs/details/other-components/
Dxml.rst161 Additionally, it's possible to use the extended widget's attributes
196 /* Use attributes to set the button text */
212 They can be referenced from components, and their API can be used via the exposed attributes
240 /* Process the label-specific attributes */
/lvgl-latest/docs/intro/
Dbasics.rst163 reference the Widget to set its attributes.
188 Along with these attributes, widgets can have type-specific attributes which are
/lvgl-latest/docs/details/widgets/
Dchart.rst36 Each chart has the following attributes (over and above attributes found in
/lvgl-latest/docs/
DCONTRIBUTING.rst36 We are using GitHub labels to show the state and attributes of the issues and Pull requests.
DDoxyfile347 # For Microsoft's IDL there are propget and propput attributes to indicate
1375 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1383 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1385 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
/lvgl-latest/docs/details/main-components/
Danimation.rst48 This makes it very convenient to apply to the appearance (and other attributes) of UI