/lvgl-latest/src/libs/thorvg/ |
D | tvgSwMemPool.cpp | 48 mpool->outline[idx].types.clear(); in mpoolRetOutline() 63 mpool->strokeOutline[idx].types.clear(); in mpoolRetStrokeOutline() 78 mpool->dashOutline[idx].types.clear(); in mpoolRetDashOutline() 102 mpool->outline[i].types.reset(); in mpoolClear() 107 mpool->strokeOutline[i].types.reset(); in mpoolClear() 112 mpool->dashOutline[i].types.reset(); in mpoolClear()
|
D | tvgSwImage.cpp | 46 outline->types.reserve(5); in _genOutline() 60 outline->types.push(SW_CURVE_TYPE_POINT); in _genOutline() 64 outline->types.push(SW_CURVE_TYPE_POINT); in _genOutline()
|
D | tvgSwStroke.cpp | 782 auto tags = outline->types.data + outline->types.count; in _exportBorderOutline() 796 outline->types.count += border->ptsCnt; in _exportBorderOutline() 856 auto types = outline.types.data + first; in strokeParseOutline() local 857 auto type = types[0]; in strokeParseOutline() 861 ++types; in strokeParseOutline() 869 if (types[0] == SW_CURVE_TYPE_POINT) { in strokeParseOutline() 871 ++types; in strokeParseOutline() 876 types += 3; in strokeParseOutline() 902 outline->types.reserve(ptsCnt); in strokeExportOutline()
|
D | tvgSwShape.cpp | 40 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineBegin() 60 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineMoveTo() 68 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineLineTo() 75 outline.types.push(SW_CURVE_TYPE_CUBIC); in _outlineCubicTo() 78 outline.types.push(SW_CURVE_TYPE_CUBIC); in _outlineCubicTo() 81 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineCubicTo() 97 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineClose() 427 if (outline->types[2] == SW_CURVE_TYPE_CUBIC) return false; in _axisAlignedRect()
|
D | tvgSwRle.cpp | 714 auto types = outline->types.data + first; in _decomposeOutline() local 715 ++types; in _decomposeOutline() 721 if (types[0] == SW_CURVE_TYPE_POINT) { in _decomposeOutline() 723 ++types; in _decomposeOutline() 728 types += 3; in _decomposeOutline()
|
/lvgl-latest/docs/details/base-widget/ |
D | index.rst | 7 The following details apply to all types of Widgets.
|
D | obj.rst | 18 See :ref:`widgets` to see all Widget types. 51 All Widget types share some basic attributes: 76 The Widget types have special attributes as well. For example, a slider has 232 There is a common **delete** function for all Widget types. It deletes 359 following transition types exist:
|
/lvgl-latest/docs/ |
D | doc_builder.py | 268 self.types = set() 320 self.types.add(t) 353 for type_ in self.types: 569 self.types = set() 620 self.types.add(t) 695 if self.restype in self.types: 711 self.types.add(self.restype) 713 for type_ in self.types:
|
D | README.md | 59 …ages that contain those code elements (names of macros, enum/struct/union types, variables, namesp…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 7 The BitBake task executor together with various types of configuration files 12 itself is of various types: 145 to find types of metadata. You can find procedures and learn about tools (i.e.
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | lvgl.py | 318 types = { 330 type = types.get(name, lookup_type("lv_draw_unit_t"))
|
/lvgl-latest/docs/details/other-components/ |
D | obj_property.rst | 78 other types of input, but their values are readable through this API. 162 all possible property types including integer, pointer and color. The ``value`` 163 field is also capable of carrying the different value types for styles. It does this 164 by being a union of all the different types that might be needed. The list of
|
D | xml.rst | 105 - ``<consts>``: Constants with ``int``, ``px``, ``string``, ``color``, or ``style`` types. 107 - ``<params>``: Parameters with ``int``, ``px``, ``string``, ``color``, or ``style`` types.
|
D | observer.rst | 84 The following initializations exist for types:
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 69 It is used in the ``"fields"`` array of the ``"struct"`` and ``"union"`` JSON types. 130 - ``"primitive_type"``: This is a base type. There or no other types beneith this. 163 - ``"lvgl_type"``: This is a base type. There or no other types beneith this. 216 - ``"args"``: array of ``"arg"`` json types. This describes the function arguments/parameters.
|
D | pikascript.rst | 20 …anually. On the other hand, all C modules have sophisticated smart hints, even hinting at the types
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 17 MCUs come with hardware that is very good (and fast) at certain types of drawing 19 certain types of drawing tasks with great efficiency. To make it possible to utilize 27 Draw Units should receive what types of Draw Tasks, or replace LVGL's built-in
|
/lvgl-latest/docs/details/integration/driver/ |
D | uefi.rst | 44 - You need to define an include file which contains the basic UEFI definitions (protocols and types…
|
/lvgl-latest/src/libs/expat/ |
D | xmlrole.c | 750 static const char *const types[] = { in attlist2() local 755 for (i = 0; i < (int)(sizeof(types) / sizeof(types[0])); i++) in attlist2() 756 if (XmlNameMatchesAscii(enc, ptr, end, types[i])) { in attlist2()
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 45 * Static RAM usage: ~2 kB depending on the used features and Widget types 194 Some examples of the supported display types: 284 You can disable unused features (such as animations, file system, GPU etc.) and widget types in *lv…
|
/lvgl-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 26 memory will be reserved for VG. Without VG, more task types will be
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 68 based on its chart type and ``point_count``. (All chart types use an array of 146 A chart can be one of the following types:
|
/lvgl-latest/docs/details/integration/os/ |
D | zephyr.rst | 172 …memory section (e.g., `.lvgl_buf`), useful for leveraging specific memory types like tightly coupl…
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 17 as SVG and JS file types.
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 46 #include <sys/types.h>
|