Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Dcolor_fill.h57 #define COLOR_BLEND_RGBA(r1, g1, b1, a1, r2, g2, b2, a2) \ macro
67 #define COLOR_BLEND_RGBA(r1, g1, b1, a1, r2, g2, b2, a2) \
95 COLOR_BLEND_RGBA(p->red, p->green, p->blue, p->alpha, sTmp->red, sTmp->green, sTmp->blue, alpha); \
98 COLOR_BLEND_RGBA(p->red, p->green, p->blue, p->alpha, sTmp->red, sTmp->green, sTmp->blue, a); \
101 COLOR_BLEND_RGBA(p->red, p->green, p->blue, p->alpha, (sTmp->red) << 3, (sTmp->green) << 2, \
/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp31 #define COLOR_BLEND_RGBA(r1, g1, b1, a1, r2, g2, b2, a2) \ macro
216 COLOR_BLEND_RGBA(dst->red, dst->green, dst->blue, dst->alpha, in FlushWithModeBlend()

Completed in 2 milliseconds