/lvgl-latest/src/draw/sw/blend/neon/ |
D | lv_blend_neon.S | 445 .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/ |
D | xmltok.c | 1313 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/ |
D | animimg.rst | 10 The animation image is similar to the normal 'Image' Widget. The only
|
D | spangroup.rst | 65 Spangroups store their children differently from normal Widgets, so 66 normal functions for getting children won't work.
|
D | buttonmatrix.rst | 15 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.
|
D | bar.rst | 69 - :cpp:enumerator:`LV_BAR_MODE_NORMAL` A normal Bar as described above
|
D | lottie.rst | 80 Note that the Lottie loader doesn't support LVGL's File System interface but a "normal path" should…
|
D | slider.rst | 74 - :cpp:enumerator:`LV_SLIDER_MODE_NORMAL` A normal Slider as described above (default)
|
D | scale.rst | 207 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.
|
D | image.rst | 143 In other words transformations work only on normal (A)RGB or A8 images stored as a
|
D | textarea.rst | 168 is as fast as with "normal" short text. The cost is 12 extra bytes per label in RAM.
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.cpp | 84 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()
|
D | tvgMath.h | 178 Point normal(const Point& p1, const Point& p2);
|
D | tvgMath.cpp | 217 Point normal(const Point& p1, const Point& p2) in normal() function
|
/lvgl-latest/docs/_static/css/ |
D | custom.css | 69 white-space: normal;
|
/lvgl-latest/docs/details/libs/ |
D | fs.rst | 42 It also helps to use a unified path with LVGL's file system and normal file systems.
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 27 - 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/ |
D | font.rst | 125 - :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/ |
D | ROADMAP.rst | 53 - |check| Drop `lv_mem_buf_get` as tlsf should be fast enough for normal allocations as well.
|
D | CODING_STYLE.rst | 97 The normal comment prefix ``/**`` causes the comment to document the code member
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 138 The created widget is a normal LVGL widget that can be used like any other manually created widget.
|
D | obj_property.rst | 174 int32_t num; /**< Signed integer number (enums or "normal" numbers) */
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 118 Besides, managing "normal" scrolling there are many interesting and
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 20 - **Compatible**: Strives to be as compatible as possible with normal Python (known as CPython).
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 462 a LVGL has undergone normal initialization, meaning that a ``lv_display_t`` object
|