![]() |
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_dibitmap.h"
#include <stdint.h>
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/span.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 | |
TEST (CFXDIBitmapTest, Create) | |
TEST (CFXDIBitmapTest, CalculatePitchAndSizeGood) | |
TEST (CFXDIBitmapTest, CalculatePitchAndSizeBad) | |
TEST (CFXDIBitmapTest, CalculatePitchAndSizeBoundary) | |
TEST (CFXDIBitmapTest, GetScanlineAsWith24Bpp) |
TEST | ( | CFXDIBitmapTest | , |
CalculatePitchAndSizeBad | ) |
Definition at line 60 of file cfx_dibitmap_unittest.cpp.
References CFX_DIBitmap::CalculatePitchAndSize(), k8bppRgb, kBgra, and kInvalid.
TEST | ( | CFXDIBitmapTest | , |
CalculatePitchAndSizeBoundary | ) |
Definition at line 100 of file cfx_dibitmap_unittest.cpp.
References CFX_DIBitmap::CalculatePitchAndSize(), and k8bppRgb.
TEST | ( | CFXDIBitmapTest | , |
CalculatePitchAndSizeGood | ) |
Definition at line 30 of file cfx_dibitmap_unittest.cpp.
References CFX_DIBitmap::CalculatePitchAndSize(), k8bppRgb, and kBgra.
TEST | ( | CFXDIBitmapTest | , |
Create | ) |
Definition at line 22 of file cfx_dibitmap_unittest.cpp.
TEST | ( | CFXDIBitmapTest | , |
GetScanlineAsWith24Bpp | ) |
Definition at line 121 of file cfx_dibitmap_unittest.cpp.
References kBgr.