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

// Copyright 2020 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_dibbase.h"

#include "core/fxcrt/fx_coordinates.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

struct Input {};

struct Output {};

void RunOverlapRectTest(const CFX_DIBitmap* bitmap,
                        const Input& input,
                        const Output* expected_output) {}

}  // namespace

TEST(CFX_DIBBaseTest, GetOverlapRectTrivialOverlap) {}

TEST(CFX_DIBBaseTest, GetOverlapRectOverlapNoLimit) {}

TEST(CFX_DIBBaseTest, GetOverlapRectOverlapLimitedBySource) {}

TEST(CFX_DIBBaseTest, GetOverlapRectOverlapLimitedByDestination) {}

TEST(CFX_DIBBaseTest, GetOverlapRectBadInputs) {}