/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_color.h | 326 static inline lv_color_t lv_color_mix(lv_color_t c1, lv_color_t c2, uint8_t mix) in lv_color_to1() argument 331 ret.ch.red = (uint16_t)((uint16_t)c1.ch.red * mix + (c2.ch.red * (255 - mix))) >> 8; in lv_color_to1() 336 uint16_t g_out = (uint16_t)((uint16_t)g_1 * mix + (g_2 * (255 - mix))) >> 8; in lv_color_to1() 340 ret.ch.green = (uint16_t)((uint16_t)c1.ch.green * mix + (c2.ch.green * (255 - mix))) >> 8; in lv_color_to1() 342 ret.ch.blue = (uint16_t)((uint16_t)c1.ch.blue * mix + (c2.ch.blue * (255 - mix))) >> 8; in lv_color_to1() 348 ret.full = mix > LV_OPA_50 ? c1.full : c2.full; in lv_color_to1()
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_rect.c | 130 uint8_t mix; in lv_draw_rect_main_mid() local 181 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_mid() 204 uint8_t mix; in lv_draw_rect_main_corner() local 334 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() 344 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() 390 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() 400 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() 409 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() 419 act_color = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() 462 aa_color_ver = lv_color_mix(mcolor, gcolor, mix); in lv_draw_rect_main_corner() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | lookup3.h | 123 #define mix(a,b,c) \ macro 233 mix(a,b,c); in hashlittle() 299 mix(a,b,c); in hashlittle() 354 mix(a,b,c); in hashlittle()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | histogram_enc.c | 231 double mix; in BitsEntropyRefine() local 247 mix = 0.95; in BitsEntropyRefine() 249 mix = 0.7; // nonzeros == 4. in BitsEntropyRefine() 252 mix = 0.627; in BitsEntropyRefine() 257 min_limit = mix * min_limit + (1.0 - mix) * entropy->entropy; in BitsEntropyRefine()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 2450 # 0: Don't mix them at all (default) 2481 # If aligning comments, whether to mix with comments after '}' and #endif with 2513 # Whether to mix aligning prototype and variable declarations. If true,
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 257 # can mix doxygen, HTML, and XML commands with Markdown formatting.
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 290 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
|
A D | web_doxyfile.in | 290 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 5483 # /with/ Import File - we do not want to mix them. 6554 # /with/ Import File - we do not want to mix them.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 5465 # /with/ Import File - we do not want to mix them. 6535 # /with/ Import File - we do not want to mix them.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 5465 # /with/ Import File - we do not want to mix them. 6535 # /with/ Import File - we do not want to mix them.
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 337 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | aclocal.m4 | 5479 # /with/ Import File - we do not want to mix them. 6545 # /with/ Import File - we do not want to mix them.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 3183 b5e9067a fix some int <-> size_t mix for buffer sizes
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.2 | 9054 # /with/ Import File - we do not want to mix them.
|