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

CPDF_PathObject::CPDF_PathObject(int32_t content_stream)
    :{}

CPDF_PathObject::CPDF_PathObject() :{}

CPDF_PathObject::~CPDF_PathObject() = default;

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

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

bool CPDF_PathObject::IsPath() const {}

CPDF_PathObject* CPDF_PathObject::AsPath() {}

const CPDF_PathObject* CPDF_PathObject::AsPath() const {}

void CPDF_PathObject::CalcBoundingBox() {}

void CPDF_PathObject::SetPathMatrix(const CFX_Matrix& matrix) {}