|
Krita Source Code Documentation
|
#include <KoStreamedMath.h>
Public Types | |
| using | float_m = typename float_v::batch_bool_type |
| using | float_v = xsimd::batch<float, _impl> |
Public Member Functions | |
| ALWAYS_INLINE | PixelStateRecoverHelper (const float_v &c1, const float_v &c2, const float_v &c3) |
| ALWAYS_INLINE void | recoverPixels (const float_m &mask, float_v &c1, float_v &c2, float_v &c3) const |
Private Attributes | |
| const float_v | m_orig_c1 |
| const float_v | m_orig_c2 |
| const float_v | m_orig_c3 |
Definition at line 534 of file KoStreamedMath.h.
| using PixelStateRecoverHelper< float, _impl >::float_m = typename float_v::batch_bool_type |
Definition at line 536 of file KoStreamedMath.h.
| using PixelStateRecoverHelper< float, _impl >::float_v = xsimd::batch<float, _impl> |
Definition at line 535 of file KoStreamedMath.h.
|
inline |
Definition at line 539 of file KoStreamedMath.h.
|
inline |
Definition at line 547 of file KoStreamedMath.h.
|
private |
Definition at line 556 of file KoStreamedMath.h.
|
private |
Definition at line 557 of file KoStreamedMath.h.
|
private |
Definition at line 558 of file KoStreamedMath.h.