Searched refs:CKey (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c273 HRESULT WINAPI IWineD3DBaseSurfaceImpl_SetColorKey(IWineD3DSurface *iface, DWORD Flags, const WINEDDCOLORKEY *CKey) argument
276 TRACE("(%p)->(%08x,%p)\n", This, Flags, CKey);
284 if(CKey) {
287 This->DestBltCKey = *CKey;
292 This->DestOverlayCKey = *CKey;
297 This->SrcOverlayCKey = *CKey;
302 This->SrcBltCKey = *CKey;
H A Dwined3d_private.h2465 DWORD Flags, const WINEDDCOLORKEY *CKey) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDrawVHWA.cpp181 VBoxDispVHWAFromDDCOLORKEY(&pBody->u.in.CKey, &lpSetColorKey->ckNew);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp2947 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low);
2952 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low);
2957 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low);
2963 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low);
/vbox/include/VBox/
H A DVBoxVideo.h724 VBOXVHWA_COLORKEY CKey; member in struct:VBOXVHWACMD_SURF_COLORKEY_SET::__anon116::__anon117
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2500 DWORD Flags, const WINEDDCOLORKEY *CKey) DECLSPEC_HIDDEN;

Completed in 351 milliseconds