Searched defs:clipper (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c480 HRESULT WINAPI IWineD3DBaseSurfaceImpl_SetClipper(IWineD3DSurface *iface, IWineD3DClipper *clipper) argument
483 TRACE("(%p)->(%p)\n", This, clipper);
485 This->clipper = clipper;
489 HRESULT WINAPI IWineD3DBaseSurfaceImpl_GetClipper(IWineD3DSurface *iface, IWineD3DClipper **clipper) argument
492 TRACE("(%p)->(%p)\n", This, clipper);
494 *clipper = This->clipper;
495 if(*clipper) {
496 IWineD3DClipper_AddRef(*clipper);
[all...]
H A Dwined3d_private.h2412 IWineD3DClipper *clipper; member in struct:IWineD3DSurfaceImpl
2475 HRESULT WINAPI IWineD3DBaseSurfaceImpl_SetClipper(IWineD3DSurface *iface, IWineD3DClipper *clipper) DECLSPEC_HIDDEN;
2476 HRESULT WINAPI IWineD3DBaseSurfaceImpl_GetClipper(IWineD3DSurface *iface, IWineD3DClipper **clipper) DECLSPEC_HIDDEN;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2447 IWineD3DClipper *clipper; member in struct:IWineD3DSurfaceImpl
2510 HRESULT WINAPI IWineD3DBaseSurfaceImpl_SetClipper(IWineD3DSurface *iface, IWineD3DClipper *clipper) DECLSPEC_HIDDEN;
2511 HRESULT WINAPI IWineD3DBaseSurfaceImpl_GetClipper(IWineD3DSurface *iface, IWineD3DClipper **clipper) DECLSPEC_HIDDEN;

Completed in 339 milliseconds