chromium/third_party/pdfium/core/fxge/dib/cfx_dibitmap_unittest.cpp

// Copyright 2018 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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;

}  // namespace

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  // defined(PDF_USE_SKIA)