Home
last modified time | relevance | path

Searched refs:COLOR_BLEND_RGB (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Dcolor_fill.h83 #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 Dlite_win.cpp40 #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