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.cpp
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
#
include
"core/fxcrt/fx_coordinates_test_support.h"
6
7
#
include
<
ostream
>
8
9
#
include
"core/fxcrt/fx_coordinates.h"
10
11
std
::ostream& operator<<(
std
::ostream& os,
const
CFX_FloatRect
& rect) {
12
os <<
"rect[w "
<< rect
.
Width
(
)
<<
" x h "
<< rect
.
Height
(
)
<<
" (left "
13
<< rect
.
left
<<
", bot "
<< rect
.
bottom
<<
")]"
;
14
return
os;
15
}
16
17
std
::ostream& operator<<(
std
::ostream& os,
const
CFX_RectF
& rect) {
18
os <<
"rect[w "
<< rect
.
Width
(
)
<<
" x h "
<< rect
.
Height
(
)
<<
" (left "
19
<< rect
.
left
<<
", top "
<< rect
.
top
<<
")]"
;
20
return
os;
21
}
CFX_FloatRect
Definition
fx_coordinates.h:185
CFX_FloatRect::Width
float Width() const
Definition
fx_coordinates.h:225
CFX_FloatRect::left
float left
Definition
fx_coordinates.h:269
CFX_FloatRect::bottom
float bottom
Definition
fx_coordinates.h:270
CFX_FloatRect::Height
float Height() const
Definition
fx_coordinates.h:226
CFX_RectF
Definition
fx_coordinates.h:276
CFX_RectF::left
float left
Definition
fx_coordinates.h:428
CFX_RectF::Width
float Width() const
Definition
fx_coordinates.h:384
CFX_RectF::top
float top
Definition
fx_coordinates.h:429
CFX_RectF::Height
float Height() const
Definition
fx_coordinates.h:385
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
qtwebengine
src
3rdparty
chromium
third_party
pdfium
core
fxcrt
fx_coordinates_test_support.cpp
Generated on
for Qt by
1.14.0