chromium/third_party/pdfium/fpdfsdk/fpdf_editpath_embeddertest.cpp

// Copyright 2017 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/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() {}

}  // namespace

TEST_F(FPDFEditPathEmbedderTest, VerifyCorrectColoursReturned) {}

TEST_F(FPDFEditPathEmbedderTest, GetAndSetMatrixForPath) {}

TEST_F(FPDFEditPathEmbedderTest, GetAndSetMatrixForFormWithPath) {}

TEST_F(FPDFEditPathEmbedderTest, AddPathToRectangles) {}

TEST_F(FPDFEditPathEmbedderTest, AddPathToRectanglesWithLeakyCTM) {}