Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/docs/layouts/
Dgrid.md60 …so that the spacing between any two items (and the space to the edges) is equal. Not applies to `t…
61 - `LV_GRID_ALIGN_SPACE_AROUND` items are evenly distributed in the track with equal space around th…
62 Note that visually the spaces aren’t equal, since all the items have equal space on both sides.
Dflex.md52 …so that the spacing between any two items (and the space to the edges) is equal. Does not apply to…
53 - `LV_FLEX_ALIGN_SPACE_AROUND` items are evenly distributed in the track with equal space around th…
54 Note that visually the spaces aren’t equal, since all the items have equal space on both sides.
/lvgl-latest/docs/widgets/core/
Dswitch.md12 …ult, the knob is square (with an optional corner radius) with side length equal to the smaller sid…
Dcheckbox.md12 By default, its size is equal to the height of the main part's font. Padding properties make the ti…
Dslider.md11 …ult, the knob is square (with an optional corner radius) with side length equal to the smaller sid…
Dbtnmatrix.md52 The number of elements should be equal to the number of buttons (excluding newlines characters).
/lvgl-latest/docs/
DCODING_STYLE.md19 * Only words longer or equal than 6 characters can be abbreviated.
DCHANGELOG.md1020 - fix(mem): ALIGN_MASK should equal 0x3 on 32bit platform [`2748`](https://github.com/lvgl/lvgl/pul…
/lvgl-latest/docs/overview/
Ddisplay.md48 A screen's size is always equal to its display and their origin is (0;0). Therefore, a screen's coo…
/lvgl-latest/docs/get-started/platforms/
Dnxp.md151 …; minimum value is 16 pixels, maximum cannot be greater than the frame width. If less than or equal
/lvgl-latest/docs/_static/css/
Dfontawesome.min.css5equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.f…
/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h4835 static int equal(float * a, float * b) function
4883 if(equal(q0, q1) || equal(q1, q2)) {