Searched refs:destkeyhigh (Results 1 – 1 of 1) sorted by relevance
3565 DWORD destkeylow = 0x0, destkeyhigh = 0xffffffff, destkeymask = 0xffffffff; in surface_cpu_blt() local3585 destkeyhigh = src_texture->async.dst_blt_color_key.color_space_high_value; in surface_cpu_blt()3590 destkeyhigh = fx->dst_color_key.color_space_high_value; in surface_cpu_blt()3702 … && ((dx[0] & destkeymask) >= destkeylow && (dx[0] & destkeymask) <= destkeyhigh)) \ in surface_cpu_blt()