Searched refs:Line (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | line.rst | 4 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.
|
D | table.rst | 49 Line breaks can be used in the text like ``"Value\n60.3"``.
|
D | chart.rst | 131 - :cpp:enumerator:`LV_PART_CURSOR` *Line* properties are used to style cursors.
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.h | 63 Line line{}; 64 Line firstLine{}; 71 …void corner(const Line& line, const Line& nextLine, uint32_t movetoIndex, bool nextClose, Array<Pa…
|
D | tvgMath.h | 262 struct Line struct 267 void split(float at, Line& left, Line& right) const; argument
|
D | tvgLottieModifier.cpp | 59 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()
|
D | tvgMath.cpp | 228 float Line::length() const in length() 234 void Line::split(float at, Line& left, Line& right) const in split()
|
D | tvgSvgLoaderCommon.h | 46 Line, enumerator
|
D | tvgSwShape.cpp | 106 Line cur = {dash.ptCur, *to}; in _dashLineTo() 124 Line left, right; in _dashLineTo()
|
D | tvgSvgSceneBuilder.cpp | 449 case SvgNodeType::Line: { in _recognizeShape()
|
D | tvgSvgLoader.cpp | 1927 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/ |
D | index.rst | 2 Simple Line
|
/lvgl-latest/examples/widgets/label/ |
D | index.rst | 2 Line wrap, recoloring and scrolling
|
/lvgl-latest/examples/widgets/chart/ |
D | index.rst | 2 Line Chart
|
/lvgl-latest/examples/styles/ |
D | index.rst | 50 Line styles
|
/lvgl-latest/docs/details/integration/bindings/ |
D | javascript.rst | 78 - `Line <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Line.md>`__
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 21 - Line drawing
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 128 - |uncheck| SW: Line drawing with image rotation
|
/lvgl-latest/ |
D | Kconfig | 980 int "Line break long length" 1110 bool "Line"
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 957 Line section in Style Properties
|