Searched refs:CURSOR_DST_BLEND_FACTOR_SELECT (Results 1 – 2 of 2) sorted by relevance
279 #define CURSOR_DST_BLEND_FACTOR_SELECT(x) (((x) & 0x3) << 16) macro
1033 val &= ~CURSOR_DST_BLEND_FACTOR_SELECT(~0); in dc_cursor_set()1036 val |= CURSOR_DST_BLEND_FACTOR_SELECT(DST_NEG_K1_TIMES_SRC); in dc_cursor_set()