| /lvgl-latest/src/libs/thorvg/ |
| D | tvgLottieModifier.cpp | 59 static bool _intersect(const Line& line1, const Line& line2, Point& intersection, bool& inside) in _intersect() argument 63 inside = true; in _intersect() 76 inside = t >= -epsilon && t <= 1.0f + epsilon && u >= -epsilon && u <= 1.0f + epsilon; in _intersect() 104 bool inside{}; in corner() local 106 if (_intersect(line, nextLine, intersect, inside)) { in corner() 107 if (inside) { in corner() 358 bool inside{}; in modifyPath() local 360 _intersect(line1, line2, intersect, inside); in modifyPath() 362 _intersect(line2, line3, intersect, inside); in modifyPath()
|
| D | tvgSwStroke.cpp | 341 int32_t inside = 0; in _processCorner() local 344 if (turn < 0) inside = 1; in _processCorner() 347 _inside(stroke, inside, lineLength); in _processCorner() 350 _outside(stroke, 1 - inside, lineLength); in _processCorner() 704 int32_t inside = 0; in _endSubPath() local 707 if (turn < 0) inside = 1; in _endSubPath() 709 _inside(stroke, inside, stroke.subPathLineLength); //inside in _endSubPath() 710 _outside(stroke, 1 - inside, stroke.subPathLineLength); //outside in _endSubPath()
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | stm32.rst | 76 - Add a call to :cpp:func:`lv_timer_handler` inside your ``while(1)`` loop: 88 - Add a call to :cpp:func:`lv_tick_inc` inside the :cpp:func:`SysTick_Handler` function. Open the *…
|
| D | alif.rst | 43 …The remaining steps can **optionally** be done inside a Docker container. You can connect to the D…
|
| /lvgl-latest/docs/details/integration/os/ |
| D | torizon_os.rst | 106 # Directory of the application inside container 139 # path inside the container
|
| /lvgl-latest/demos/ |
| D | README.md | 50 3. If your development environment or toolchain does not add source files inside '***lvgl***' folde…
|
| /lvgl-latest/docs/details/widgets/ |
| D | arc.rst | 125 in the range between start and end background angles and on the Arc itself (not inside the Arc).
|
| D | image.rst | 166 the image source is aligned inside the Widget.
|
| D | scale.rst | 175 yet: it needs both a range inside the Scale's range and at least one :ref:`Style
|
| /lvgl-latest/docs/details/other-components/ |
| D | file_explorer.rst | 116 to NUL-terminated string containing file-path user selected; typically used inside
|
| D | xml.rst | 59 - Have custom and complex logic inside.
|
| D | obj_property.rst | 117 this array's individual ``value`` elements inside a loop.
|
| /lvgl-latest/docs/ |
| D | ROADMAP.rst | 145 - |uncheck| `lv_bar`, `lv_slider`, `lv_arc`: make possible to move the knob only inside the backgro…
|
| D | Doxyfile | 382 # are shown inside the group in which they are included (e.g. using \ingroup) 484 # undocumented members inside documented classes or files. If set to NO these 507 # documentation blocks found inside the body of a function. If set to NO, these 1127 # footer and what special commands can be used inside the footer. See also 1550 # the search. The filter options can be selected when the cursor is inside the 1695 # following commands have a special meaning inside the header: $title, 1708 # special commands can be used inside the footer. 1871 # it. A directory man3 will be created inside the directory specified by 2247 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
|
| D | CODING_STYLE.rst | 148 pay attention to by them having a ``@file`` command inside a Doxygen comment. Doxygen
|
| /lvgl-latest/docs/details/main-components/ |
| D | indev.rst | 278 the Widget will go to edit mode whereby you can navigate inside the 467 global variable or as a static variable inside a function.
|
| /lvgl-latest/docs/details/integration/bindings/ |
| D | api_json.rst | 33 or if you want to run a subprocess from inside of a generation script and read the output from stdo…
|
| D | micropython.rst | 179 - LVGL is a git submodule inside `lv_micropython <https://github.com/lvgl/lv_micropython>`__
|
| /lvgl-latest/docs/details/base-widget/ |
| D | scroll.rst | 178 the content can be scrolled inside the Widget. When the Widget is
|
| D | coord.rst | 96 The border is drawn inside the bounding box. Inside the border LVGL
|
| D | obj.rst | 498 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_ELASTIC` Allow scrolling inside but with slower speed
|
| /lvgl-latest/docs/details/integration/driver/display/ |
| D | lcd_stm32_guide.rst | 87 #. Cloning should create an 'lvgl' subfolder inside the 'Third_Party' folder. From the 'lvgl' folde…
|
| /lvgl-latest/docs/intro/ |
| D | basics.rst | 382 style which resides inside the Widget and is used only by that Widget:
|
| /lvgl-latest/docs/details/integration/os/yocto/ |
| D | lvgl_recipe.rst | 261 generates temporary files and directories inside this ``work`` folder.
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style-properties.rst | 1213 …f the text. Note that it doesn't align the Widget itself, only the lines inside the Widget. Possib…
|