#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"
namespace {
ElementsAre;
}
TEST(CFXDIBitmapTest, Create) { … }
TEST(CFXDIBitmapTest, CalculatePitchAndSizeGood) { … }
TEST(CFXDIBitmapTest, CalculatePitchAndSizeBad) { … }
TEST(CFXDIBitmapTest, CalculatePitchAndSizeBoundary) { … }
TEST(CFXDIBitmapTest, GetScanlineAsWith24Bpp) { … }
#if defined(PDF_USE_SKIA)
TEST(CFXDIBitmapTest, UnPreMultiplyFromPreMultiplied) { … }
TEST(CFXDIBitmapTest, UnPreMultiplyFromUnPreMultiplied) { … }
TEST(CFXDIBitmapTest, PreMultiplyFromUnPreMultiplied) { … }
TEST(CFXDIBitmapTest, PreMultiplyFromPreMultiplied) { … }
#endif