Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_coordinates_test_support.h
Go to the documentation of this file.
1// Copyright 2024 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef CORE_FXCRT_FX_COORDINATES_TEST_SUPPORT_H_
8#define CORE_FXCRT_FX_COORDINATES_TEST_SUPPORT_H_
9
10#include <iosfwd>
11
12class CFX_FloatRect;
13class CFX_RectF;
14
15std::ostream& operator<<(std::ostream& os, const CFX_FloatRect& rect);
16
17std::ostream& operator<<(std::ostream& os, const CFX_RectF& rect);
18
19#endif // CORE_FXCRT_FX_COORDINATES_TEST_SUPPORT_H_
float Width() const
float Height() const
float Width() const
float Height() const