KoAlphaMaskApplicator.h (krita-5.1.3.tar.xz) | : | KoAlphaMaskApplicator.h (krita-5.1.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 52 | skipping to change at line 52 | |||
void fillGrayBrushWithColor(quint8 *dst, const QRgb *brush, quint8 *brushCol or, qint32 nPixels) const override { | void fillGrayBrushWithColor(quint8 *dst, const QRgb *brush, quint8 *brushCol or, qint32 nPixels) const override { | |||
KoColorSpaceTrait< | KoColorSpaceTrait< | |||
_channels_type_, | _channels_type_, | |||
_channels_nb_, | _channels_nb_, | |||
_alpha_pos_>:: | _alpha_pos_>:: | |||
fillGrayBrushWithColor(dst, brush, brushColor, nPixels); | fillGrayBrushWithColor(dst, brush, brushColor, nPixels); | |||
} | } | |||
}; | }; | |||
#ifdef HAVE_XSIMD | #if defined(HAVE_XSIMD) && !defined(XSIMD_NO_SUPPORTED_ARCHITECTURE) | |||
#include "KoStreamedMath.h" | #include "KoStreamedMath.h" | |||
template<typename _impl> | template<typename _impl> | |||
struct KoAlphaMaskApplicator< | struct KoAlphaMaskApplicator< | |||
quint8, 4, 3, _impl, | quint8, 4, 3, _impl, | |||
typename std::enable_if<!std::is_same<_impl, xsimd::generic>::value>::ty pe> : public KoAlphaMaskApplicatorBase | typename std::enable_if<!std::is_same<_impl, xsimd::generic>::value>::ty pe> : public KoAlphaMaskApplicatorBase | |||
{ | { | |||
using uint_v = typename KoStreamedMath<_impl>::uint_v; | using uint_v = typename KoStreamedMath<_impl>::uint_v; | |||
using int_v = typename KoStreamedMath<_impl>::int_v; | using int_v = typename KoStreamedMath<_impl>::int_v; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |