// 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/fxge/scoped_font_transform.h" #include <utility> namespace { void ResetTransform(FT_Face face) { … } } // namespace ScopedFontTransform::ScopedFontTransform(RetainPtr<CFX_Face> face, FT_Matrix* matrix) : … { … } ScopedFontTransform::~ScopedFontTransform() { … }