chromium/third_party/pdfium/core/fpdfapi/page/cpdf_formobject.cpp

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

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#include "core/fpdfapi/page/cpdf_formobject.h"

#include <utility>

#include "core/fpdfapi/page/cpdf_form.h"

CPDF_FormObject::CPDF_FormObject(int32_t content_stream,
                                 std::unique_ptr<CPDF_Form> pForm,
                                 const CFX_Matrix& matrix)
    :{}

CPDF_FormObject::~CPDF_FormObject() = default;

void CPDF_FormObject::Transform(const CFX_Matrix& matrix) {}

bool CPDF_FormObject::IsForm() const {}

CPDF_FormObject* CPDF_FormObject::AsForm() {}

const CPDF_FormObject* CPDF_FormObject::AsForm() const {}

CPDF_PageObject::Type CPDF_FormObject::GetType() const {}

void CPDF_FormObject::CalcBoundingBox() {}

void CPDF_FormObject::SetFormMatrix(const CFX_Matrix& matrix) {}