chromium/third_party/pdfium/core/fxge/cfx_defaultrenderdevice_unittest.cpp

// Copyright 2023 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/cfx_defaultrenderdevice.h"

#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxge/cfx_fillrenderoptions.h"
#include "core/fxge/cfx_graphstatedata.h"
#include "core/fxge/cfx_path.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "core/fxge/dib/fx_dib.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(CFX_DefaultRenderDeviceTest, GetClipBox_Default) {}

TEST(CFX_DefaultRenderDeviceTest, GetClipBox_PathFill) {}

TEST(CFX_DefaultRenderDeviceTest, GetClipBox_PathStroke) {}

TEST(CFX_DefaultRenderDeviceTest, GetClipBox_Rect) {}

TEST(CFX_DefaultRenderDeviceTest, GetClipBox_Empty) {}