#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) { … }