Home
last modified time | relevance | path

Searched refs:mix (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_color.h326 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 Dlv_draw_rect.c130 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 Dlookup3.h123 #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 Dhistogram_enc.c231 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 Duncrustify.cfg2450 # 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 Dhtml.doxyfile257 # can mix doxygen, HTML, and XML commands with Markdown formatting.
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in290 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
A Dweb_doxyfile.in290 # 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 Dlibtool.m45483 # /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 Dlibtool.m45465 # /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 Dlibtool.m45465 # /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 DDoxyfile300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS337 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Daclocal.m45479 # /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 DChangeLog3183 b5e9067a fix some int <-> size_t mix for buffer sizes
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.29054 # /with/ Import File - we do not want to mix them.

Completed in 73 milliseconds