Searched refs:COLOR_BLEND_RGB (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | color_fill.h | 83 #define COLOR_BLEND_RGB(r1, g1, b1, r2, g2, b2, a2) \ macro 123 COLOR_BLEND_RGB(p->red, p->green, p->blue, sTmp->red, sTmp->green, sTmp->blue, alpha); \ 126 COLOR_BLEND_RGB(p->red, p->green, p->blue, sTmp->red, sTmp->green, sTmp->blue, a); \ 129 COLOR_BLEND_RGB(p->red, p->green, p->blue, (sTmp->red) << 3, (sTmp->green) << 2, (sTmp->blue) << 3, a); \ 136 COLOR_BLEND_RGB(p->red, p->green, p->blue, (sTmp->red) >> 3, (sTmp->green) >> 2, (sTmp->blue) >> 3, \ 140 COLOR_BLEND_RGB(p->red, p->green, p->blue, (sTmp->red) >> 3, (sTmp->green) >> 2, (sTmp->blue) >> 3, a); \ 143 COLOR_BLEND_RGB(p->red, p->green, p->blue, sTmp->red, sTmp->green, sTmp->blue, a); \
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 40 #define COLOR_BLEND_RGB(r1, g1, b1, r2, g2, b2, a2) \ macro 208 COLOR_BLEND_RGB(dst->red, dst->green, dst->blue, in FlushWithModeBlend()
|
Completed in 3 milliseconds