Home
last modified time | relevance | path

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

12

/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.S445 .ifc \mode,normal
677 export_set color, rgb565, 0, 16, normal
678 export_set rgb565, rgb565, 16, 16, normal
679 export_set rgb888, rgb565, 24, 16, normal
680 export_set xrgb8888, rgb565, 31, 16, normal
681 export_set argb8888, rgb565, 32, 16, normal
682 export_set color, rgb888, 0, 24, normal
683 export_set rgb565, rgb888, 16, 24, normal
684 export_set rgb888, rgb888, 24, 24, normal
685 export_set xrgb8888, rgb888, 31, 24, normal
[all …]
/lvgl-latest/src/libs/expat/
Dxmltok.c1313 struct normal_encoding normal; member
1416 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding()
1427 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2)); in XmlInitUnknownEncoding()
1434 e->normal.type[i] = latin1_encoding.type[c]; in XmlInitUnknownEncoding()
1439 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding()
1448 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding()
1450 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding()
1452 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding()
1460 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding()
1461 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding()
[all …]
/lvgl-latest/docs/details/widgets/
Danimimg.rst10 The animation image is similar to the normal 'Image' Widget. The only
Dspangroup.rst65 Spangroups store their children differently from normal Widgets, so
66 normal functions for getting children won't work.
Dbuttonmatrix.rst15 bytes a normal :ref:`Button <lv_button>` Widget plus the 100 or so bytes
79 …NMATRIX_CTRL_DISABLED`: Disables button like :cpp:enumerator:`LV_STATE_DISABLED` on normal Widgets.
Dbar.rst69 - :cpp:enumerator:`LV_BAR_MODE_NORMAL` A normal Bar as described above
Dlottie.rst80 Note that the Lottie loader doesn't support LVGL's File System interface but a "normal path" should…
Dslider.rst74 - :cpp:enumerator:`LV_SLIDER_MODE_NORMAL` A normal Slider as described above (default)
Dscale.rst207 Unlike adding normal styles to Widgets, you cannot combine PARTs by bit-wise OR-ing
222 unlike normal Styles added to a Widget, a Section can only have 1 style per PART.
Dimage.rst143 In other words transformations work only on normal (A)RGB or A8 images stored as a
Dtextarea.rst168 is as fast as with "normal" short text. The cost is 12 extra bytes per label in RAM.
/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp84 auto scaledNormal = normal(p1, p2) * offset; in _offset()
118 auto norm = normal(line.pt1, line.pt2); in corner()
119 auto nextNorm = normal(nextLine.pt1, nextLine.pt2); in corner()
DtvgMath.h178 Point normal(const Point& p1, const Point& p2);
DtvgMath.cpp217 Point normal(const Point& p1, const Point& p2) in normal() function
/lvgl-latest/docs/_static/css/
Dcustom.css69 white-space: normal;
/lvgl-latest/docs/details/libs/
Dfs.rst42 It also helps to use a unified path with LVGL's file system and normal file systems.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst27 - Widgets can also have :ref:`local styles <style_local>` with higher precedence than "normal" styl…
132 gray/red button example above, the normal button style should be added
372 In addition to "normal" styles, Widgets can also store local styles.
376 Local styles are like normal styles, but they can't be shared among
540 &lv_font_montserrat_10, /* Small, normal, large fonts */
/lvgl-latest/docs/details/main-components/
Dfont.rst125 - :c:macro:`LV_FONT_MONTSERRAT_28_COMPRESSED`: Same as normal 28 px font but stored as a :ref:`fon…
126 - :c:macro:`LV_FONT_DEJAVU_16_PERSIAN_HEBREW`: 16 px font with normal range + Hebrew, Arabic, Pers…
127 - :c:macro:`LV_FONT_SIMSUN_16_CJK`: 16 px font with normal range plus 1000 of the most common CJK …
/lvgl-latest/docs/
DROADMAP.rst53 - |check| Drop `lv_mem_buf_get` as tlsf should be fast enough for normal allocations as well.
DCODING_STYLE.rst97 The normal comment prefix ``/**`` causes the comment to document the code member
/lvgl-latest/docs/details/other-components/
Dxml.rst138 The created widget is a normal LVGL widget that can be used like any other manually created widget.
Dobj_property.rst174 int32_t num; /**< Signed integer number (enums or "normal" numbers) */
/lvgl-latest/docs/details/base-widget/
Dscroll.rst118 Besides, managing "normal" scrolling there are many interesting and
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst20 - **Compatible**: Strives to be as compatible as possible with normal Python (known as CPython).
/lvgl-latest/docs/intro/
Dbasics.rst462 a LVGL has undergone normal initialization, meaning that a ``lv_display_t`` object

12