chromium/pdf/pdfium/pdfium_searchify_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "pdf/pdfium/pdfium_searchify.h"

#include <algorithm>
#include <ostream>

#include "base/numerics/angle_conversions.h"
#include "base/strings/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/rect.h"

namespace {

constexpr float kFloatTolerance =;

bool FloatNear(float a, float b, float abs_error) {}

}  // namespace

// Lets EXPECT_EQ() compare FS_MATRIX.
constexpr bool operator==(const FS_MATRIX& lhs, const FS_MATRIX& rhs) {}

// Lets EXPECT_EQ() automatically print out FS_MATRIX on failure. Similar to
// other PrintTo() functions in //ui/gfx/geometry.
void PrintTo(const FS_MATRIX& matrix, ::std::ostream* os) {}

namespace chrome_pdf {

TEST(PdfiumSearchifyTest, ConvertToPdfOrigin) {}

TEST(PdfiumSearchifyTest, CalculateWordMoveMatrix) {}

}  // namespace chrome_pdf