Searched refs:elements (Results 1 – 22 of 22) sorted by relevance
/lvgl-latest/tests/unity/ |
D | unity.c | 788 UNITY_UINT32 elements = num_elements; in UnityAssertEqualIntArray() local 813 while ((elements > 0) && (elements--)) in UnityAssertEqualIntArray() 877 UnityPrintNumberUnsigned(num_elements - elements - 1); in UnityAssertEqualIntArray() 940 UNITY_UINT32 elements = num_elements; in UnityAssertWithinFloatArray() local 948 if (elements == 0) in UnityAssertWithinFloatArray() 984 while (elements--) in UnityAssertWithinFloatArray() 998 UnityPrintNumberUnsigned(num_elements - elements - 1); in UnityAssertWithinFloatArray() 1168 UNITY_UINT32 elements = num_elements; in UnityAssertWithinDoubleArray() local 1176 if (elements == 0) in UnityAssertWithinDoubleArray() 1212 while (elements--) in UnityAssertWithinDoubleArray() [all …]
|
/lvgl-latest/docs/details/libs/ |
D | tiny_ttf.rst | 32 By default, a font will cache data for upto 256 glyphs elements to speed up rendering.
|
/lvgl-latest/docs/details/widgets/ |
D | tileview.rst | 11 The Tile View is a container Widget whose elements (called *tiles*) can
|
D | buttonmatrix.rst | 59 The number of buttons neither includes the newline elements nor the terminating 112 The number of elements must be equal to the number of buttons.
|
D | chart.rst | 80 - You must ensure each array provided contains at least ``point_count`` ``int32_t`` elements. 192 ``chart->point_cnt`` elements in it. 262 array so provided contains at least ``point_num`` elements.
|
D | calendar.rst | 99 The Chinese calendar is a traditional cultural tool that integrates elements
|
D | dropdown.rst | 27 The Drop-Down List Widget is built from the elements: "button" and "list"
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 53 The value for each categry is an array of JSON elements. There is a bit of 54 nesting with the elements in the arrays and I have created "json_types" that 177 - ``"fields"``: array of ``"field"`` elements. 187 - ``"fields"``: array of ``"field"`` elements.
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgXmlParser.cpp | 287 const char* const elements[] = { "title" }; in isIgnoreUnsupportedLogElements() local 290 if (!strncmp(tagName, elements[i], strlen(tagName))) { in isIgnoreUnsupportedLogElements()
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 205 …bject_init_group(&subject_all, subject_list, 3); /*The last parameter is the number of elements */ 220 …_t * subject_list[3] = {&subject_mode, &subject_value, &subject_unit}; //The elements of the group
|
D | xml.rst | 10 LVGL is capable of loading UI elements written in XML.
|
D | obj_property.rst | 117 this array's individual ``value`` elements inside a loop.
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 9 graphical elements, beautiful visual effects, and a low memory footprint. 107 Widgets are "intelligent" LVGL graphical elements such as :ref:`Base Widgets 273 By using parts you can apply different styles to sub-elements of a widget. (See below.)
|
D | introduction.rst | 9 graphical elements, beautiful visual effects, and a low memory footprint. 20 - Fully customizable graphic elements with CSS-like styles
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 109 style elements for different states. For example, finding background 178 - :cpp:enumerator:`LV_PART_ITEMS`: Used if the widget has multiple similar elements (e.g. table cel… 574 .. _pseudo-elements: 575 …loper.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors#pseudo-classes_and_pseudo-elements
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 2095 GenericValue* elements; 2116 …cValue* GetElementsPointer() const { return RAPIDJSON_GETPOINTER(GenericValue, data_.a.elements); } 2117 …e* SetElementsPointer(GenericValue* elements) { return RAPIDJSON_SETPOINTER(GenericValue, data_.a.… 2857 ValueType* elements = stack_.template Pop<ValueType>(elementCount); 2858 stack_.template Top<ValueType>()->SetArrayRaw(elements, elementCount, GetAllocator());
|
/lvgl-latest/docs/ |
D | README.md | 59 …nd, then it appends hyperlinks to the API pages that contain those code elements (names of macros,…
|
D | CODING_STYLE.rst | 202 - Use back-quotes (\`...\`) around code elements (variables, type names, function names). For type
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 430 Parts are similar to *pseudo-elements* in CSS. 439 - :cpp:enumerator:`LV_PART_ITEMS`: Used if the widget has multiple similar elements (e.g. table cel…
|
D | scroll.rst | 243 elements according to its current scroll position. Here is an example to illustrate
|
D | coord.rst | 87 :bounding box: the width/height of the elements.
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 9 intuitive graphical elements, beautiful visual effects and a low memory
|