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
cpdf_contentstream_write_utils.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <iosfwd>
#include "core/fxcrt/fx_coordinates.h"
+ Include dependency graph for cpdf_contentstream_write_utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & WriteFloat (std::ostream &stream, float value)
 
std::ostream & WriteMatrix (std::ostream &stream, const CFX_Matrix &matrix)
 
std::ostream & WritePoint (std::ostream &stream, const CFX_PointF &point)
 
std::ostream & WriteRect (std::ostream &stream, const CFX_FloatRect &rect)
 

Function Documentation

◆ WriteFloat()

std::ostream & WriteFloat ( std::ostream & stream,
float value )

Definition at line 218 of file cpdf_contentstream_write_utils.cpp.

Referenced by WriteMatrix(), and WriteRect().

+ Here is the caller graph for this function:

◆ WriteMatrix()

std::ostream & WriteMatrix ( std::ostream & stream,
const CFX_Matrix & matrix )

Definition at line 225 of file cpdf_contentstream_write_utils.cpp.

References CFX_Matrix::a, CFX_Matrix::b, CFX_Matrix::c, CFX_Matrix::d, CFX_Matrix::e, CFX_Matrix::f, and WriteFloat().

+ Here is the call graph for this function:

◆ WritePoint()

std::ostream & WritePoint ( std::ostream & stream,
const CFX_PointF & point )

Definition at line 235 of file cpdf_contentstream_write_utils.cpp.

◆ WriteRect()

std::ostream & WriteRect ( std::ostream & stream,
const CFX_FloatRect & rect )

Definition at line 241 of file cpdf_contentstream_write_utils.cpp.

References CFX_FloatRect::bottom, CFX_FloatRect::Height(), CFX_FloatRect::left, CFX_FloatRect::Width(), and WriteFloat().

+ Here is the call graph for this function: