|
Krita Source Code Documentation
|
#include <KoCompositeOpsBenchmark.h>
Inheritance diagram for KoCompositeOpsBenchmark:Private Slots | |
| void | benchmarkCompositeAlphaDarkenCreamy () |
| void | benchmarkCompositeAlphaDarkenHard () |
| void | benchmarkCompositeOver () |
| void | cleanupTestCase () |
| void | init () |
| void | initTestCase () |
Private Attributes | |
| quint8 * | m_dstBuffer |
| quint8 * | m_mskBuffer |
| quint8 * | m_srcBuffer |
Definition at line 12 of file KoCompositeOpsBenchmark.h.
|
privateslot |
Definition at line 93 of file KoCompositeOpsBenchmark.cpp.
References COMPOSITE_BENCHMARK, KoOptimizedCompositeOpFactory::createAlphaDarkenOpCreamy32(), and KoColorSpaceRegistry::instance().
|
privateslot |
Definition at line 84 of file KoCompositeOpsBenchmark.cpp.
References COMPOSITE_BENCHMARK, KoOptimizedCompositeOpFactory::createAlphaDarkenOpHard32(), and KoColorSpaceRegistry::instance().
|
privateslot |
Definition at line 76 of file KoCompositeOpsBenchmark.cpp.
References COMPOSITE_BENCHMARK, KoOptimizedCompositeOpFactory::createOverOp32(), and KoColorSpaceRegistry::instance().
|
privateslot |
Definition at line 69 of file KoCompositeOpsBenchmark.cpp.
References m_dstBuffer, m_mskBuffer, and m_srcBuffer.
|
privateslot |
Definition at line 55 of file KoCompositeOpsBenchmark.cpp.
References IMG_HEIGHT, IMG_WIDTH, m_dstBuffer, m_mskBuffer, m_srcBuffer, and KoColorSpaceTrait< _channels_type_, _channels_nb_, _alpha_pos_ >::pixelSize.
|
privateslot |
Definition at line 45 of file KoCompositeOpsBenchmark.cpp.
References IMG_HEIGHT, IMG_WIDTH, m_dstBuffer, m_mskBuffer, m_srcBuffer, and KoColorSpaceTrait< _channels_type_, _channels_nb_, _alpha_pos_ >::pixelSize.
|
private |
Definition at line 26 of file KoCompositeOpsBenchmark.h.
|
private |
Definition at line 28 of file KoCompositeOpsBenchmark.h.
|
private |
Definition at line 27 of file KoCompositeOpsBenchmark.h.