chromium/third_party/pdfium/core/fpdfapi/page/cpdf_psengine_unittest.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/fpdfapi/page/cpdf_psengine.h"

#include <iterator>
#include <limits>

#include "testing/gtest/include/gtest/gtest.h"

namespace {

float DoOperator0(CPDF_PSEngine* engine, PDF_PSOP op) {}

float DoOperator1(CPDF_PSEngine* engine, float v1, PDF_PSOP op) {}

float DoOperator2(CPDF_PSEngine* engine, float v1, float v2, PDF_PSOP op) {}

}  // namespace

TEST(CPDF_PSProc, AddOperator) {}

TEST(CPDF_PSEngine, Basic) {}

TEST(CPDF_PSEngine, DivByZero) {}

TEST(CPDF_PSEngine, Ceiling) {}

TEST(CPDF_PSEngine, Floor) {}

TEST(CPDF_PSEngine, Round) {}

TEST(CPDF_PSEngine, Truncate) {}

TEST(CPDF_PSEngine, Comparisons) {}

TEST(CPDF_PSEngine, Logic) {}

TEST(CPDF_PSEngine, MathFunctions) {}