Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp59 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()
DtvgSwStroke.cpp341 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/
Dstm32.rst76 - 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 *…
Dalif.rst43 …The remaining steps can **optionally** be done inside a Docker container. You can connect to the D…
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst106 # Directory of the application inside container
139 # path inside the container
/lvgl-latest/demos/
DREADME.md50 3. If your development environment or toolchain does not add source files inside '***lvgl***' folde…
/lvgl-latest/docs/details/widgets/
Darc.rst125 in the range between start and end background angles and on the Arc itself (not inside the Arc).
Dimage.rst166 the image source is aligned inside the Widget.
Dscale.rst175 yet: it needs both a range inside the Scale's range and at least one :ref:`Style
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst116 to NUL-terminated string containing file-path user selected; typically used inside
Dxml.rst59 - Have custom and complex logic inside.
Dobj_property.rst117 this array's individual ``value`` elements inside a loop.
/lvgl-latest/docs/
DROADMAP.rst145 - |uncheck| `lv_bar`, `lv_slider`, `lv_arc`: make possible to move the knob only inside the backgro…
DDoxyfile382 # 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
DCODING_STYLE.rst148 pay attention to by them having a ``@file`` command inside a Doxygen comment. Doxygen
/lvgl-latest/docs/details/main-components/
Dindev.rst278 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/
Dapi_json.rst33 or if you want to run a subprocess from inside of a generation script and read the output from stdo…
Dmicropython.rst179 - LVGL is a git submodule inside `lv_micropython <https://github.com/lvgl/lv_micropython>`__
/lvgl-latest/docs/details/base-widget/
Dscroll.rst178 the content can be scrolled inside the Widget. When the Widget is
Dcoord.rst96 The border is drawn inside the bounding box. Inside the border LVGL
Dobj.rst498 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_ELASTIC` Allow scrolling inside but with slower speed
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst87 #. Cloning should create an 'lvgl' subfolder inside the 'Third_Party' folder. From the 'lvgl' folde…
/lvgl-latest/docs/intro/
Dbasics.rst382 style which resides inside the Widget and is used only by that Widget:
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst261 generates temporary files and directories inside this ``work`` folder.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst1213 …f the text. Note that it doesn't align the Widget itself, only the lines inside the Widget. Possib…