Searched refs:equal (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/docs/layouts/ |
D | grid.md | 60 …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.
|
D | flex.md | 52 …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/ |
D | switch.md | 12 …ult, the knob is square (with an optional corner radius) with side length equal to the smaller sid…
|
D | checkbox.md | 12 By default, its size is equal to the height of the main part's font. Padding properties make the ti…
|
D | slider.md | 11 …ult, the knob is square (with an optional corner radius) with side length equal to the smaller sid…
|
D | btnmatrix.md | 52 The number of elements should be equal to the number of buttons (excluding newlines characters).
|
/lvgl-latest/docs/ |
D | CODING_STYLE.md | 19 * Only words longer or equal than 6 characters can be abbreviated.
|
D | CHANGELOG.md | 1020 - fix(mem): ALIGN_MASK should equal 0x3 on 32bit platform [`2748`](https://github.com/lvgl/lvgl/pul…
|
/lvgl-latest/docs/overview/ |
D | display.md | 48 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/ |
D | nxp.md | 151 …; minimum value is 16 pixels, maximum cannot be greater than the frame width. If less than or equal
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.f…
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4835 static int equal(float * a, float * b) function 4883 if(equal(q0, q1) || equal(q1, q2)) {
|