Home
last modified time | relevance | path

Searched refs:mask_has_alpha (Results 1 – 4 of 4) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Common/gfx/
H A Dbitmap.cpp156 …_t height, FnPxProc proc, FnSkip skip, color_t mask_color, bool dst_has_alpha, bool mask_has_alpha) in ApplyMask() argument
163 proc(dst, src, mask_color, mask_has_alpha); in ApplyMask()
168 void CopyTransparency(Bitmap *dst, const Bitmap *mask, bool dst_has_alpha, bool mask_has_alpha) in CopyTransparency() argument
178 …c_ptr, pitch, height, PixelTransCpy8(), PixelNoSkip(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
180 …c_ptr, pitch, height, PixelTransCpy16(), PixelNoSkip(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
182 …c_ptr, pitch, height, PixelTransCpy24(), PixelNoSkip(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
184 …, pitch, height, PixelTransCpy32(), PixelTransSkip32(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
H A Dbitmap.h73 …void CopyTransparency(Bitmap *dst, const Bitmap *mask, bool dst_has_alpha, bool mask_has_alpha);
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/gfx/
H A Dbitmap.cpp136 … height, FnPxProc proc, FnSkip skip, color_t mask_color, bool dst_has_alpha, bool mask_has_alpha) { in ApplyMask() argument
140 proc(dst, src, mask_color, mask_has_alpha); in ApplyMask()
145 void CopyTransparency(Bitmap *dst, const Bitmap *mask, bool dst_has_alpha, bool mask_has_alpha) { in CopyTransparency() argument
154 …rc_ptr, pitch, height, PixelTransCpy8(), PixelNoSkip(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
156 …c_ptr, pitch, height, PixelTransCpy16(), PixelNoSkip(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
158 …c_ptr, pitch, height, PixelTransCpy24(), PixelNoSkip(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
160 …, pitch, height, PixelTransCpy32(), PixelTransSkip32(), mask_color, dst_has_alpha, mask_has_alpha); in CopyTransparency()
H A Dbitmap.h85 void CopyTransparency(Bitmap *dst, const Bitmap *mask, bool dst_has_alpha, bool mask_has_alpha);