#include "core/fxcrt/check.h"
#include "core/fxcrt/fx_system.h"
#include "core/fxge/cfx_defaultrenderdevice.h"
#include "public/fpdf_edit.h"
#include "testing/embedder_test.h"
#include "testing/embedder_test_constants.h"
#include "testing/gtest/include/gtest/gtest.h"
RectanglesChecksum;
FPDFEditPathEmbedderTest;
namespace {
constexpr int kExpectedRectangleWidth = …;
constexpr int kExpectedRectangleHeight = …;
const char* RectanglesAndTriangleChecksum() { … }
ScopedFPDFPageObject CreateBlackTriangle() { … }
}
TEST_F(FPDFEditPathEmbedderTest, VerifyCorrectColoursReturned) { … }
TEST_F(FPDFEditPathEmbedderTest, GetAndSetMatrixForPath) { … }
TEST_F(FPDFEditPathEmbedderTest, GetAndSetMatrixForFormWithPath) { … }
TEST_F(FPDFEditPathEmbedderTest, AddPathToRectangles) { … }
TEST_F(FPDFEditPathEmbedderTest, AddPathToRectanglesWithLeakyCTM) { … }