![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxge/dib/cfx_scanlinecompositor.h"#include <stdint.h>#include <array>#include "core/fxcrt/span.h"#include "core/fxcrt/stl_util.h"#include "core/fxge/dib/fx_dib.h"#include "testing/gmock/include/gmock/gmock.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| bool | operator== (const FX_BGRA_STRUCT< uint8_t > &lhs, const FX_BGRA_STRUCT< uint8_t > &rhs) |
| TEST (ScanlineCompositorTest, CompositeRgbBitmapLineBgraNormal) | |
| TEST (ScanlineCompositorTest, CompositeRgbBitmapLineBgraDarken) | |
| TEST (ScanlineCompositorTest, CompositeRgbBitmapLineBgraHue) | |
|
inline |
Definition at line 106 of file cfx_scanlinecompositor_unittest.cpp.
| TEST | ( | ScanlineCompositorTest | , |
| CompositeRgbBitmapLineBgraDarken | ) |
Definition at line 156 of file cfx_scanlinecompositor_unittest.cpp.
| TEST | ( | ScanlineCompositorTest | , |
| CompositeRgbBitmapLineBgraHue | ) |
Definition at line 200 of file cfx_scanlinecompositor_unittest.cpp.
| TEST | ( | ScanlineCompositorTest | , |
| CompositeRgbBitmapLineBgraNormal | ) |
Definition at line 112 of file cfx_scanlinecompositor_unittest.cpp.