Home
last modified time | relevance | path

Searched refs:destkeyhigh (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dsurface.c3565 DWORD destkeylow = 0x0, destkeyhigh = 0xffffffff, destkeymask = 0xffffffff; in surface_cpu_blt() local
3585 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()