Searched refs:transparency (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/d3drm/ |
H A D | texture.c | 536 …ic HRESULT WINAPI d3drm_texture1_SetDecalTransparency(IDirect3DRMTexture *iface, BOOL transparency) in d3drm_texture1_SetDecalTransparency() argument 540 TRACE("iface %p, transparency %#x.\n", iface, transparency); in d3drm_texture1_SetDecalTransparency() 542 …return IDirect3DRMTexture3_SetDecalTransparency(&texture->IDirect3DRMTexture3_iface, transparency); in d3drm_texture1_SetDecalTransparency() 840 …c HRESULT WINAPI d3drm_texture2_SetDecalTransparency(IDirect3DRMTexture2 *iface, BOOL transparency) in d3drm_texture2_SetDecalTransparency() argument 844 TRACE("iface %p, transparency %#x.\n", iface, transparency); in d3drm_texture2_SetDecalTransparency() 846 …return IDirect3DRMTexture3_SetDecalTransparency(&texture->IDirect3DRMTexture3_iface, transparency); in d3drm_texture2_SetDecalTransparency() 1209 …c HRESULT WINAPI d3drm_texture3_SetDecalTransparency(IDirect3DRMTexture3 *iface, BOOL transparency) in d3drm_texture3_SetDecalTransparency() argument 1211 FIXME("iface %p, transparency %#x stub!\n", iface, transparency); in d3drm_texture3_SetDecalTransparency()
|
/reactos/dll/win32/windowscodecs/ |
H A D | pngformat.c | 583 png_uint_32 transparency; in PngDecoder_Initialize() local 652 transparency = ppng_get_tRNS(This->png_ptr, This->info_ptr, &trans, &num_trans, &trans_values); in PngDecoder_Initialize() 654 if (transparency && (color_type == PNG_COLOR_TYPE_RGB || in PngDecoder_Initialize() 687 if (!transparency) in PngDecoder_Initialize()
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | libpng-manual.txt | 890 simulate transparency over large areas - use 16 bits or the PNG mode in 1149 to transparency 1457 trans_alpha - array of alpha (transparency) 1716 The color used for the transparency values should be supplied in the same 1741 transparency information in a tRNS chunk. This is most useful on 1831 if there is no transparency in the original or the final 1852 be the level of transparency instead of opacity, you can invert the 1985 composite images with alpha or simple transparency against the supplied 3106 trans_alpha - array of alpha (transparency) 3398 to transparency [all …]
|
H A D | CHANGES | 186 Fixed 256-color transparency bug (Greg Roelofs) 2589 change in version 1.2.41beta08 caused transparency to be handled wrong 3400 expanding an indexed image, always expand to RGBA if transparency is
|