Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/src/libs/thorvg/
DtvgSwMemPool.cpp48 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()
DtvgSwImage.cpp46 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()
DtvgSwStroke.cpp782 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()
DtvgSwShape.cpp40 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()
DtvgSwRle.cpp714 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/
Dindex.rst7 The following details apply to all types of Widgets.
Dobj.rst18 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/
Ddoc_builder.py268 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:
DREADME.md59 …ages that contain those code elements (names of macros, enum/struct/union types, variables, namesp…
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst7 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/
Dlvgl.py318 types = {
330 type = types.get(name, lookup_type("lv_draw_unit_t"))
/lvgl-latest/docs/details/other-components/
Dobj_property.rst78 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
Dxml.rst105 - ``<consts>``: Constants with ``int``, ``px``, ``string``, ``color``, or ``style`` types.
107 - ``<params>``: Parameters with ``int``, ``px``, ``string``, ``color``, or ``style`` types.
Dobserver.rst84 The following initializations exist for types:
/lvgl-latest/docs/details/integration/bindings/
Dapi_json.rst69 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.
Dpikascript.rst20 …anually. On the other hand, all C modules have sophisticated smart hints, even hinting at the types
/lvgl-latest/docs/details/main-components/
Ddraw.rst17 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/
Duefi.rst44 - You need to define an include file which contains the basic UEFI definitions (protocols and types
/lvgl-latest/src/libs/expat/
Dxmlrole.c750 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/
Dintroduction.rst45 * 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/
Dnema_gfx.rst26 memory will be reserved for VG. Without VG, more task types will be
/lvgl-latest/docs/details/widgets/
Dchart.rst68 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/
Dzephyr.rst172 …memory section (e.g., `.lvgl_buf`), useful for leveraging specific memory types like tightly coupl…
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/
DLICENSE.txt17 as SVG and JS file types.
/lvgl-latest/docs/details/debugging/
Dprofiler.rst46 #include <sys/types.h>

12