Searched defs:color_key (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c826 struct wined3d_color_key color_key; local
866 color_key.color_space_low_value = 0;
867 color_key.color_space_high_value = 0;
868 wined3d_surface_set_color_key(device->logo_surface, WINEDDCKEY_SRCBLT, &color_key);
H A Dsurface.c3429 DWORD flags, const struct wined3d_color_key *color_key)
3431 TRACE("surface %p, flags %#x, color_key %p.\n", surface, flags, color_key);
3440 if (color_key)
3445 surface->dst_blt_color_key = *color_key;
3450 surface->dst_overlay_color_key = *color_key;
3455 surface->src_overlay_color_key = *color_key;
3460 surface->src_blt_color_key = *color_key;
4866 static BOOL color_in_range(const struct wined3d_color_key *color_key, DWORD color) argument
4870 return color >= color_key
3428 wined3d_surface_set_color_key(struct wined3d_surface *surface, DWORD flags, const struct wined3d_color_key *color_key) argument
5588 surface_blt_to_drawable(const struct wined3d_device *device, enum wined3d_texture_filter_type filter, BOOL color_key, struct wined3d_surface *src_surface, const RECT *src_rect_in, struct wined3d_surface *dst_surface, const RECT *dst_rect_in) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h4930 unsigned int color_key; member in struct:get_window_layered_info_reply
4942 unsigned int color_key; member in struct:set_window_layered_info_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h4622 unsigned int color_key; member in struct:get_window_layered_info_reply
4634 unsigned int color_key; member in struct:set_window_layered_info_request

Completed in 149 milliseconds