Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/docs/details/widgets/
Dline.rst4 Line (lv_line)
10 The Line Widget is capable of drawing straight lines between a set of
29 A Line's points have to be stored in an :cpp:struct:`lv_point_precise_t` array and passed to
34 (e.g. ``{5, 10}``), or as a percentage of the Line's bounding box using
35 :cpp:expr:`lv_pct(x)`. In the latter case, the Line's width/height may need to
42 By default, the Line's width and height are set to :c:macro:`LV_SIZE_CONTENT`.
44 the size is set explicitly, parts on the Line may not be visible.
61 Only :ref:`generic events <events>` are sent by Line Widgets.
76 No *Keys* are processed by Line Widgets.
Dtable.rst49 Line breaks can be used in the text like ``"Value\n60.3"``.
Dchart.rst131 - :cpp:enumerator:`LV_PART_CURSOR` *Line* properties are used to style cursors.
/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h63 Line line{};
64 Line firstLine{};
71 …void corner(const Line& line, const Line& nextLine, uint32_t movetoIndex, bool nextClose, Array<Pa…
DtvgMath.h262 struct Line struct
267 void split(float at, Line& left, Line& right) const; argument
DtvgLottieModifier.cpp59 static bool _intersect(const Line& line1, const Line& line2, Point& intersection, bool& inside) in _intersect()
82 static Line _offset(const Point& p1, const Point& p2, float offset) in _offset()
102 void LottieOffsetModifier::corner(const Line& line, const Line& nextLine, uint32_t movetoOutIndex, … in corner()
162 Line nextLine = state.firstLine; in line()
DtvgMath.cpp228 float Line::length() const in length()
234 void Line::split(float at, Line& left, Line& right) const in split()
DtvgSvgLoaderCommon.h46 Line, enumerator
DtvgSwShape.cpp106 Line cur = {dash.ptCur, *to}; in _dashLineTo()
124 Line left, right; in _dashLineTo()
DtvgSvgSceneBuilder.cpp449 case SvgNodeType::Line: { in _recognizeShape()
DtvgSvgLoader.cpp1927 loader->svgParse->node = _createNode(parent, SvgNodeType::Line); in _createLineNode()
3154 case SvgNodeType::Line: { in _copyAttr()
3519 case SvgNodeType::Line: { in _inefficientNodeCheck()
/lvgl-latest/examples/widgets/line/
Dindex.rst2 Simple Line
/lvgl-latest/examples/widgets/label/
Dindex.rst2 Line wrap, recoloring and scrolling
/lvgl-latest/examples/widgets/chart/
Dindex.rst2 Line Chart
/lvgl-latest/examples/styles/
Dindex.rst50 Line styles
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst78 - `Line <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Line.md>`__
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst21 - Line drawing
/lvgl-latest/docs/
DROADMAP.rst128 - |uncheck| SW: Line drawing with image rotation
/lvgl-latest/
DKconfig980 int "Line break long length"
1110 bool "Line"
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst957 Line section in Style Properties