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

// Copyright 2021 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_path.h"

#include "core/fxcrt/fx_coordinates.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(CFX_Path, BasicTest) {}

TEST(CFX_Path, ShearTransform) {}

TEST(CFX_Path, Hexagon) {}

TEST(CFX_Path, ClosePath) {}

TEST(CFX_Path, FivePointRect) {}

TEST(CFX_Path, SixPlusPointRect) {}

TEST(CFX_Path, NotRect) {}

TEST(CFX_Path, EmptyRect) {}

TEST(CFX_Path, Append) {}

TEST(CFX_Path, GetBoundingBoxForStrokePath) {}