Searched defs:colorkey (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c2546 void d3dfmt_p8_init_palette(IWineD3DSurfaceImpl *This, BYTE table[256][4], BOOL colorkey) argument
2609 else if (colorkey && (i >= This->SrcBltCKey.dwColorSpaceLowValue)
4073 * Which means that the colorkey is one of the palette entries. In other cases pixels that
H A Darb_program_shader.c6615 BOOL colorkey = (surface->CKeyFlags & WINEDDSD_CKSRCBLT) ? TRUE : FALSE; local
6617 d3dfmt_p8_init_palette(surface, table, colorkey);
H A Ddevice.c1467 WINEDDCOLORKEY colorkey; local
1507 colorkey.dwColorSpaceLowValue = 0;
1508 colorkey.dwColorSpaceHighValue = 0;
1509 IWineD3DSurface_SetColorKey(This->logo_surface, WINEDDCKEY_SRCBLT, &colorkey);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c3435 FIXME(" colorkey value not supported (%08x) !\n", flags);
4874 void d3dfmt_p8_init_palette(const struct wined3d_surface *surface, BYTE table[256][4], BOOL colorkey) argument
4916 else if (colorkey && color_in_range(&surface->src_blt_color_key, i))
5625 * contains the palette index. Which means that the colorkey is one of
H A Darb_program_shader.c7115 BOOL colorkey = (surface->CKeyFlags & WINEDDSD_CKSRCBLT) != 0; local
7117 d3dfmt_p8_init_palette(surface, table, colorkey);

Completed in 378 milliseconds