// Copyright 2019 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/fpdfdoc/cpdf_icon.h" #include <utility> #include "core/fpdfapi/parser/cpdf_dictionary.h" #include "core/fpdfapi/parser/cpdf_stream.h" CPDF_Icon::CPDF_Icon(RetainPtr<const CPDF_Stream> pStream) : … { … } CPDF_Icon::~CPDF_Icon() = default; CFX_SizeF CPDF_Icon::GetImageSize() const { … } CFX_Matrix CPDF_Icon::GetImageMatrix() const { … } ByteString CPDF_Icon::GetImageAlias() const { … }