Searched refs:matrix (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_line.c | 103 vg_lite_matrix_t matrix; in lv_gpu_nxp_vglite_draw_line() local 104 vg_lite_identity(&matrix); in lv_gpu_nxp_vglite_draw_line() 124 err = vg_lite_draw(vgbuf, &path, VG_LITE_FILL_NON_ZERO, &matrix, vglite_blend_mode, vgcol); in lv_gpu_nxp_vglite_draw_line()
|
D | lv_draw_vglite_rect.c | 117 vg_lite_matrix_t matrix; in lv_gpu_nxp_vglite_draw_bg() local 118 vg_lite_identity(&matrix); in lv_gpu_nxp_vglite_draw_bg() 173 … err = vg_lite_draw(vgbuf, &path, VG_LITE_FILL_EVEN_ODD, &matrix, VG_LITE_BLEND_SRC_OVER, vgcol); in lv_gpu_nxp_vglite_draw_bg() 176 …err = vg_lite_draw_gradient(vgbuf, &path, VG_LITE_FILL_EVEN_ODD, &matrix, &gradient, VG_LITE_BLEND… in lv_gpu_nxp_vglite_draw_bg() 238 vg_lite_matrix_t matrix; in lv_gpu_nxp_vglite_draw_border_generic() local 239 vg_lite_identity(&matrix); in lv_gpu_nxp_vglite_draw_border_generic() 272 err = vg_lite_draw(vgbuf, &path, VG_LITE_FILL_NON_ZERO, &matrix, vglite_blend_mode, vgcol); in lv_gpu_nxp_vglite_draw_border_generic()
|
D | lv_draw_vglite_blend.c | 193 vg_lite_matrix_t matrix; in lv_gpu_nxp_vglite_fill() local 194 vg_lite_identity(&matrix); in lv_gpu_nxp_vglite_fill() 197 … err = vg_lite_draw(vgbuf, &path, VG_LITE_FILL_EVEN_ODD, &matrix, VG_LITE_BLEND_SRC_OVER, vgcol); in lv_gpu_nxp_vglite_fill()
|
D | lv_draw_vglite_arc.c | 216 vg_lite_matrix_t matrix; in lv_gpu_nxp_vglite_draw_arc() local 217 vg_lite_identity(&matrix); in lv_gpu_nxp_vglite_draw_arc() 222 err = vg_lite_draw(vgbuf, &path, VG_LITE_FILL_NON_ZERO, &matrix, VG_LITE_BLEND_SRC_OVER, vgcol); in lv_gpu_nxp_vglite_draw_arc()
|
/lvgl-3.7.0/docs/widgets/core/ |
D | btnmatrix.md | 1 # Button matrix (lv_btnmatrix) 7 The Button matrix is added to the default group (if one is set). Besides the Button matrix is an ed… 10 - `LV_PART_MAIN` The background of the button matrix, uses the typical background style properties.… 47 To set/clear the same control attribute for all buttons of a button matrix, use `lv_btnmatrix_set_b… 50 The set a control map for a button matrix (similarly to the map for the text), use `lv_btnmatrix_se…
|
/lvgl-3.7.0/examples/widgets/btnmatrix/ |
D | index.rst | 2 Simple Button matrix
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | calendar.md | 8 - show the days of any month in a 7x7 matrix 20 - Days: It's a [Button matrix](/widgets/core/btnmatrix) object under the hood to arrange the days i… 22 …- `LV_PART_ITEMS` Refers to the dates and day names. Button matrix control flags are set to differ…
|
D | msgbox.md | 42 In the event handler, `lv_event_get_target(e)` will return the button matrix and `lv_event_get_curr… 47 Keys have effect on the close button and button matrix. You can add them manually to a group if req…
|
D | tabview.md | 44 …get_tab_btns(tabview)` returns the Tab buttons object which is a [Button matrix](/widgets/core/btn… 53 Keys have effect only on the tab buttons (Button matrix). Add manually to a group if required.
|
D | keyboard.md | 7 The Keyboard object is a special [Button matrix](/widgets/core/btnmatrix) with predefined keymaps a… 41 Learn more about the [Button matrix](/widgets/core/btnmatrix) object.
|
/lvgl-3.7.0/docs/ |
D | ROADMAP.md | 12 - Image transformations matrix
|
D | CHANGELOG.md | 94 - fix(btnmatrix): Hide button matrix when all buttons hidden [`65f1c93`](https://github.com/lvgl/lv… 1850 - Adjust button matrix button width to include padding when spanning multiple units. 1889 - Limit extra button click area of button matrix's buttons. With large paddings it was counter-intu…
|
/lvgl-3.7.0/docs/overview/ |
D | drawing.md | 104 A good use case for this is the [Button matrix](/widgets/core/btnmatrix) widget. By default, its bu… 148 When LVGL draws a part of an object (e.g. a slider's indicator, a table's cell or a button matrix's… 160 … // The index of the part. E.g. a button's index on button matrix or table cell inde…
|
/lvgl-3.7.0/ |
D | Kconfig | 754 bool "Button matrix." 901 bool "Monochrome theme, suitable for some E-paper & dot matrix displays"
|