|
Krita Source Code Documentation
|
#include "KisMaskingBrushCompositeOpFactory.h"#include "kis_assert.h"#include <KoCompositeOpRegistry.h>#include "KisMaskingBrushCompositeOp.h"#include <KoConfig.h>Go to the source code of this file.
Functions | |
| template<bool mask_is_alpha> | |
| KisMaskingBrushCompositeOpBase * | createImpl (const QString &id, KoChannelInfo::enumChannelValueType channelType, int pixelSize, int alphaOffset) |
| template<bool mask_is_alpha, bool use_soft_texturing> | |
| KisMaskingBrushCompositeOpBase * | createImpl (const QString &id, KoChannelInfo::enumChannelValueType channelType, int pixelSize, int alphaOffset, qreal strength) |
| KisMaskingBrushCompositeOpBase * createImpl | ( | const QString & | id, |
| KoChannelInfo::enumChannelValueType | channelType, | ||
| int | pixelSize, | ||
| int | alphaOffset ) |
Definition at line 132 of file KisMaskingBrushCompositeOpFactory.cpp.
References KoChannelInfo::FLOAT16, KoChannelInfo::FLOAT32, KoChannelInfo::FLOAT64, KoChannelInfo::INT16, KIS_SAFE_ASSERT_RECOVER_NOOP, KoChannelInfo::UINT16, KoChannelInfo::UINT32, and KoChannelInfo::UINT8.
| KisMaskingBrushCompositeOpBase * createImpl | ( | const QString & | id, |
| KoChannelInfo::enumChannelValueType | channelType, | ||
| int | pixelSize, | ||
| int | alphaOffset, | ||
| qreal | strength ) |
Definition at line 174 of file KisMaskingBrushCompositeOpFactory.cpp.
References KoChannelInfo::FLOAT16, KoChannelInfo::FLOAT32, KoChannelInfo::FLOAT64, KoChannelInfo::INT16, KIS_SAFE_ASSERT_RECOVER_NOOP, KoChannelInfo::UINT16, KoChannelInfo::UINT32, and KoChannelInfo::UINT8.