Home
last modified time | relevance | path

Searched refs:B (Results 1 – 11 of 11) sorted by relevance

/lvgl-3.7.0/src/draw/renesas/
Dlv_gpu_d2_ra6m3.h24 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
25 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_dither.c115B, C) A.ch.red = LV_CLAMP(0, A.ch.red OP B.r OP C.r, 255); A.ch.green = LV_CLAMP(0, A.ch.green OP in lv_dither_err_diff_hor() argument
177 #define FS_COMPONENTS3(A, OP, B, b, C, c, D, d) \ in lv_dither_err_diff_ver() argument
178 A.ch.red = LV_CLAMP(0, A.ch.red OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); \ in lv_dither_err_diff_ver()
179 A.ch.green = LV_CLAMP(0, A.ch.green OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); \ in lv_dither_err_diff_ver()
180 A.ch.blue = LV_CLAMP(0, A.ch.blue OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); in lv_dither_err_diff_ver()
/lvgl-3.7.0/docs/others/
Dime_pinyin.md71 …le. You can read [here](https://baike.baidu.com/item/%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3%E9%9F%B3…
79B%BC%E9%9F%B3%E9%9F%B3%E8%8A%82/9167981)了解[汉语拼音音节](https://baike.baidu.com/item/%E6%B1%89%E8%AF%AD…
/lvgl-3.7.0/docs/overview/
Dcolor.md104 - `lv_color1_t` Monochrome color. Also has R, G, B fields for compatibility but they are always the…
105 - `lv_color8_t` A structure to store R (3 bit),G (3 bit),B (2 bit) components for 8-bit colors (1 b…
106 - `lv_color16_t` A structure to store R (5 bit),G (6 bit),B (5 bit) components for 16-bit colors (2…
107 - `lv_color32_t` A structure to store R (8 bit),G (8 bit), B (8 bit) components for 24-bit colors (…
Dfont.md138 …he color channels of the pixels have a horizontal layout. That is the R, G, B channels are next to…
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.c11 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
12 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
/lvgl-3.7.0/tests/
DCMakeLists.txt186 -DLV_FS_POSIX_LETTER='B'
237 -DLV_FS_POSIX_LETTER='B'
/lvgl-3.7.0/docs/layouts/
Dflex.md64 - `B` with grow = 1
67 `A` and `B` will have 100 px size, and `C` will have 200 px size.
/lvgl-3.7.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c597 #define SWAPPTR(A, B) do { uint8_t * t = A; A = B; B = t; } while(0) argument
/lvgl-3.7.0/env_support/cmsis-pack/
DREADME.md187 ### B. For Linux Users
/lvgl-3.7.0/docs/
DCHANGELOG.md2070 - LV_LAYOUT_ROW_T/M/B -> LV_LAYOUT_ROW_TOP/MID/BOTTOM