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
CFX_FloatRect Class Reference

#include <fx_coordinates.h>

+ Inheritance diagram for CFX_FloatRect:
+ Collaboration diagram for CFX_FloatRect:

Public Member Functions

constexpr CFX_FloatRect ()=default
 
constexpr CFX_FloatRect (float l, float b, float r, float t)
 
 CFX_FloatRect (const CFX_FloatRect &that)=default
 
CFX_FloatRectoperator= (const CFX_FloatRect &that)=default
 
 CFX_FloatRect (const FX_RECT &rect)
 
 CFX_FloatRect (const CFX_PointF &point)
 
void Normalize ()
 
bool IsEmpty () const
 
bool Contains (const CFX_PointF &point) const
 
bool Contains (const CFX_FloatRect &other_rect) const
 
void Intersect (const CFX_FloatRect &other_rect)
 
void Union (const CFX_FloatRect &other_rect)
 
FX_RECT GetInnerRect () const
 
FX_RECT GetOuterRect () const
 
FX_RECT GetClosestRect () const
 
CFX_FloatRect GetCenterSquare () const
 
void UpdateRect (const CFX_PointF &point)
 
float Width () const
 
float Height () const
 
float Left () const
 
float Bottom () const
 
float Right () const
 
float Top () const
 
void Inflate (float x, float y)
 
void Inflate (float other_left, float other_bottom, float other_right, float other_top)
 
void Inflate (const CFX_FloatRect &rt)
 
void Deflate (float x, float y)
 
void Deflate (float other_left, float other_bottom, float other_right, float other_top)
 
void Deflate (const CFX_FloatRect &rt)
 
CFX_FloatRect GetDeflated (float x, float y) const
 
void Translate (float e, float f)
 
void Scale (float fScale)
 
void ScaleFromCenterPoint (float fScale)
 
FX_RECT ToFxRect () const
 
FX_RECT ToRoundedFxRect () const
 
bool operator== (const CFX_FloatRect &other) const
 

Static Public Member Functions

static CFX_FloatRect GetBBox (pdfium::span< const CFX_PointF > pPoints)
 

Public Attributes

float left = 0.0f
 
float bottom = 0.0f
 
float right = 0.0f
 
float top = 0.0f
 

Detailed Description

Definition at line 189 of file fx_coordinates.h.

Constructor & Destructor Documentation

◆ CFX_FloatRect() [1/5]

CFX_FloatRect::CFX_FloatRect ( )
constexprdefault

◆ CFX_FloatRect() [2/5]

◆ CFX_FloatRect() [3/5]

CFX_FloatRect::CFX_FloatRect ( const CFX_FloatRect & that)
default

Referenced by CPDF_StreamContentParser::CPDF_StreamContentParser(), Contains(), and Contains().

+ Here is the caller graph for this function:

◆ CFX_FloatRect() [4/5]

CFX_FloatRect::CFX_FloatRect ( const FX_RECT & rect)
explicit

Definition at line 133 of file fx_coordinates.cpp.

References bottom, FX_RECT::bottom, left, FX_RECT::left, right, FX_RECT::right, top, and FX_RECT::top.

Referenced by CFX_ImageTransformer::CFX_ImageTransformer(), CPDF_RenderTiling::Draw(), CPDF_CIDFont::GetCharBBox(), CPDF_DeviceBuffer::Initialize(), CPDF_ScaledRenderBuffer::Initialize(), TEST(), and CPDF_Type3Char::Transform().

+ Here is the caller graph for this function:

◆ CFX_FloatRect() [5/5]

CFX_FloatRect::CFX_FloatRect ( const CFX_PointF & point)
explicit

Definition at line 136 of file fx_coordinates.cpp.

References bottom, left, right, and top.

Member Function Documentation

◆ Bottom()

float CFX_FloatRect::Bottom ( ) const
inline

Definition at line 232 of file fx_coordinates.h.

References bottom.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ Contains() [1/2]

bool CFX_FloatRect::Contains ( const CFX_FloatRect & other_rect) const

Definition at line 232 of file fx_coordinates.cpp.

References CFX_FloatRect(), bottom, left, Normalize(), right, and top.

Referenced by CPDF_ClipPath::AppendPathWithAutoMerge(), and CPWL_Wnd::GetClientRect().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Contains() [2/2]

bool CFX_FloatRect::Contains ( const CFX_PointF & point) const

Definition at line 225 of file fx_coordinates.cpp.

References CFX_FloatRect(), bottom, left, Normalize(), right, and top.

Referenced by CPWL_Wnd::ClientHitTest(), CPDFSDK_Widget::DoHitTest(), CPDF_InteractiveForm::GetControlAtPoint(), CPDF_TextPage::GetIndexAtPos(), CPDF_LinkList::GetLinkAtPoint(), CPDFXFA_Page::HasFormFieldAtPoint(), CPWL_ScrollBar::OnLButtonDown(), and CPWL_Wnd::WndHitTest().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Deflate() [1/3]

void CFX_FloatRect::Deflate ( const CFX_FloatRect & rt)

Definition at line 278 of file fx_coordinates.cpp.

References bottom, Deflate(), left, right, and top.

+ Here is the call graph for this function:

◆ Deflate() [2/3]

void CFX_FloatRect::Deflate ( float other_left,
float other_bottom,
float other_right,
float other_top )

Definition at line 271 of file fx_coordinates.cpp.

References Inflate().

Referenced by Deflate(), and Deflate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Deflate() [3/3]

void CFX_FloatRect::Deflate ( float x,
float y )

Definition at line 267 of file fx_coordinates.cpp.

References Deflate().

Referenced by CPDF_Annot::DrawBorder(), GetDeflated(), and CPWL_Wnd::RepositionChildWnd().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetBBox()

CFX_FloatRect CFX_FloatRect::GetBBox ( pdfium::span< const CFX_PointF > pPoints)
static

Definition at line 140 of file fx_coordinates.cpp.

References CFX_FloatRect(), and CFX_FloatRect().

Referenced by TEST().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetCenterSquare()

CFX_FloatRect CFX_FloatRect::GetCenterSquare ( ) const

Definition at line 214 of file fx_coordinates.cpp.

References CFX_FloatRect(), bottom, Height(), left, right, top, and Width().

Referenced by CPDFSDK_AppStream::SetAsRadioButton().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetClosestRect()

FX_RECT CFX_FloatRect::GetClosestRect ( ) const

Definition at line 206 of file fx_coordinates.cpp.

References bottom, FX_RECT::bottom, left, FX_RECT::left, FX_RECT::Normalize(), right, FX_RECT::right, top, and FX_RECT::top.

Referenced by CFX_ImageTransformer::CFX_ImageTransformer().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetDeflated()

CFX_FloatRect CFX_FloatRect::GetDeflated ( float x,
float y ) const

Definition at line 282 of file fx_coordinates.cpp.

References CFX_FloatRect(), Deflate(), IsEmpty(), and Normalize().

Referenced by CPWL_SBButton::DrawThisAppearance(), CPWL_Wnd::DrawThisAppearance(), CPDFSDK_Widget::GetClientRect(), CPWL_Wnd::GetClientRect(), CPDFSDK_AppStream::SetAsCheckBox(), CPDFSDK_AppStream::SetAsPushButton(), and CPDFSDK_AppStream::SetAsRadioButton().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetInnerRect()

FX_RECT CFX_FloatRect::GetInnerRect ( ) const

Definition at line 196 of file fx_coordinates.cpp.

References bottom, FX_RECT::bottom, left, FX_RECT::left, FX_RECT::Normalize(), right, FX_RECT::right, top, and FX_RECT::top.

Referenced by CGdiDeviceDriver::DrawPath(), and TEST().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetOuterRect()

◆ Height()

◆ Inflate() [1/3]

void CFX_FloatRect::Inflate ( const CFX_FloatRect & rt)

Definition at line 263 of file fx_coordinates.cpp.

References bottom, Inflate(), left, right, and top.

+ Here is the call graph for this function:

◆ Inflate() [2/3]

void CFX_FloatRect::Inflate ( float other_left,
float other_bottom,
float other_right,
float other_top )

Definition at line 252 of file fx_coordinates.cpp.

References bottom, left, Normalize(), right, and top.

Referenced by Deflate(), Inflate(), and Inflate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Inflate() [3/3]

void CFX_FloatRect::Inflate ( float x,
float y )

Definition at line 248 of file fx_coordinates.cpp.

References Inflate().

Referenced by CPDF_PathObject::CalcBoundingBox(), CPWL_Wnd::GetFocusRect(), CFFL_FormField::GetViewBBox(), CFFL_InteractiveFormFiller::GetViewBBox(), CPDFXFA_Widget::GetViewBBox(), CPDFXFA_Page::HasFormFieldAtPoint(), CPWL_Caret::InvalidateRect(), CPWL_Wnd::InvalidateRect(), CPWL_Wnd::Realize(), and CPWL_Edit::RepositionChildWnd().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Intersect()

void CFX_FloatRect::Intersect ( const CFX_FloatRect & other_rect)

Definition at line 164 of file fx_coordinates.cpp.

References CFX_FloatRect(), bottom, left, Normalize(), operator=(), right, and top.

Referenced by CPWL_EditImpl::DrawEdit(), CPWL_Caret::DrawThisAppearance(), CPWL_ListBox::DrawThisAppearance(), CPDF_ClipPath::GetClipBox(), CPWL_ListBox::GetFocusRect(), CPWL_Wnd::InvalidateRect(), CFX_SkiaDeviceDriver::SetClip_PathFill(), pdfium::CFX_AggDeviceDriver::SetClip_PathFill(), and CPDF_Page::UpdateDimensions().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsEmpty()

◆ Left()

float CFX_FloatRect::Left ( ) const
inline

Definition at line 231 of file fx_coordinates.h.

References left.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ Normalize()

◆ operator=()

◆ operator==()

bool CFX_FloatRect::operator== ( const CFX_FloatRect & other) const
inline

Definition at line 268 of file fx_coordinates.h.

References bottom, left, right, and top.

◆ Right()

float CFX_FloatRect::Right ( ) const
inline

Definition at line 233 of file fx_coordinates.h.

References right.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ Scale()

void CFX_FloatRect::Scale ( float fScale)

Definition at line 299 of file fx_coordinates.cpp.

References bottom, left, right, and top.

Referenced by TEST(), TEST(), TEST(), and CPDF_Type3Char::TextUnitRectToGlyphUnitRect().

+ Here is the caller graph for this function:

◆ ScaleFromCenterPoint()

void CFX_FloatRect::ScaleFromCenterPoint ( float fScale)

Definition at line 306 of file fx_coordinates.cpp.

References bottom, left, right, and top.

Referenced by TEST(), and TEST().

+ Here is the caller graph for this function:

◆ ToFxRect()

FX_RECT CFX_FloatRect::ToFxRect ( ) const

Definition at line 319 of file fx_coordinates.cpp.

References FX_RECT::FX_RECT(), bottom, left, right, and top.

Referenced by CPWL_EditImpl::DrawEdit(), FPDF_RenderPageBitmapWithMatrix(), CPDFXFA_DocEnvironment::InvalidateRect(), and CPDF_Type3Font::Load().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Top()

float CFX_FloatRect::Top ( ) const
inline

Definition at line 234 of file fx_coordinates.h.

References top.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ ToRoundedFxRect()

FX_RECT CFX_FloatRect::ToRoundedFxRect ( ) const

Definition at line 324 of file fx_coordinates.cpp.

References FX_RECT::FX_RECT(), bottom, FXSYS_roundf(), left, right, and top.

Referenced by CPDF_Type3Char::Transform().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Translate()

void CFX_FloatRect::Translate ( float e,
float f )

Definition at line 292 of file fx_coordinates.cpp.

References bottom, left, right, and top.

◆ Union()

void CFX_FloatRect::Union ( const CFX_FloatRect & other_rect)

Definition at line 176 of file fx_coordinates.cpp.

References bottom, left, Normalize(), right, and top.

Referenced by CPDF_Annot::BoundingRectFromQuadPoints(), CPDF_ClipPath::GetClipBox(), CPDF_TextPage::GetRectArray(), CFFL_FormField::GetViewBBox(), and CPWL_Wnd::InvalidateRectMove().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpdateRect()

void CFX_FloatRect::UpdateRect ( const CFX_PointF & point)

Definition at line 241 of file fx_coordinates.cpp.

References bottom, left, right, and top.

◆ Width()

Member Data Documentation

◆ bottom

float CFX_FloatRect::bottom = 0.0f

Definition at line 274 of file fx_coordinates.h.

Referenced by CFX_FloatRect(), CFX_FloatRect(), CFX_FloatRect(), CPVT_FloatRect::CPVT_FloatRect(), CFX_Path::AppendFloatRect(), Bottom(), Contains(), Contains(), CPDF_ProgressiveRenderer::Continue(), Deflate(), CPDFXFA_DocEnvironment::DisplayCaret(), CPDF_RenderTiling::Draw(), CFX_RenderDevice::DrawBorder(), CFX_DrawUtils::DrawFocusRect(), CFX_RenderDevice::DrawPathWithBlend(), CFX_RenderDevice::DrawShadow(), CPDFSDK_Widget::DrawShadow(), CPWL_Caret::DrawThisAppearance(), CPWL_CBButton::DrawThisAppearance(), CPWL_ListBox::DrawThisAppearance(), CPWL_SBButton::DrawThisAppearance(), CPWL_ScrollBar::DrawThisAppearance(), FPDFPage_Flatten(), FPDFPage_TransformAnnots(), FPDFPageObj_GetBounds(), FPDFText_GetCharBox(), FPDFText_GetRect(), FSRectFFromCFXFloatRect(), CPDF_GenerateAP::GenerateFormAP(), CPWL_Wnd::GetCenterPoint(), GetCenterSquare(), GetClosestRect(), CFFL_FormField::GetCurMatrix(), CPVT_VariableText::GetETPoint(), CPDF_Icon::GetImageSize(), CPDF_TextPage::GetIndexAtPos(), GetInnerRect(), GetOuterRect(), CPVT_VariableText::GetPlateHeight(), Height(), CPVT_FloatRect::Height(), Inflate(), Inflate(), Intersect(), CPWL_Caret::InvalidateRect(), IsEmpty(), CFX_Matrix::MatchRect(), CPWL_Wnd::Move(), Normalize(), CPWL_ScrollBar::OnLButtonDown(), operator<<(), operator==(), CFFL_InteractiveFormFiller::QueryWherePopup(), CPWL_ComboBox::RepositionChildWnd(), CPWL_Edit::RepositionChildWnd(), CPWL_ScrollBar::RepositionChildWnd(), CPWL_Wnd::RepositionChildWnd(), Scale(), ScaleFromCenterPoint(), CPWL_ListCtrl::ScrollToListItem(), CPVT_VariableText::SearchWordPlace(), CFX_PSRenderer::SetClip_PathFill(), CPDF_Dictionary::SetRectFor(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), ToFxRect(), ToRoundedFxRect(), CFX_Matrix::TransformRect(), Translate(), Union(), CPDF_Page::UpdateDimensions(), UpdateRect(), and WriteRect().

◆ left

float CFX_FloatRect::left = 0.0f

Definition at line 273 of file fx_coordinates.h.

Referenced by CFX_FloatRect(), CFX_FloatRect(), CFX_FloatRect(), CPVT_FloatRect::CPVT_FloatRect(), CFX_Path::AppendFloatRect(), Contains(), Contains(), CPDF_ProgressiveRenderer::Continue(), Deflate(), CPDFXFA_DocEnvironment::DisplayCaret(), CPDF_RenderTiling::Draw(), CFX_RenderDevice::DrawBorder(), CFX_DrawUtils::DrawFocusRect(), CFX_RenderDevice::DrawPathWithBlend(), CPDFSDK_Widget::DrawShadow(), CPWL_Caret::DrawThisAppearance(), CPWL_CBButton::DrawThisAppearance(), CPWL_Edit::DrawThisAppearance(), CPWL_ScrollBar::DrawThisAppearance(), FPDFPage_Flatten(), FPDFPage_TransformAnnots(), FPDFPageObj_GetBounds(), FPDFText_GetCharBox(), FPDFText_GetRect(), FPDFTextObj_GetRenderedBitmap(), FSRectFFromCFXFloatRect(), CPDF_GenerateAP::GenerateFormAP(), CPVT_VariableText::GetBTPoint(), CPWL_Wnd::GetCenterPoint(), GetCenterSquare(), GetClosestRect(), CFFL_FormField::GetCurMatrix(), CPVT_VariableText::GetDownWordPlace(), CPDF_Icon::GetImageSize(), CPDF_TextPage::GetIndexAtPos(), GetInnerRect(), GetOuterRect(), CPVT_VariableText::GetPlateWidth(), CPVT_VariableText::GetUpWordPlace(), Inflate(), Inflate(), Intersect(), IsEmpty(), Left(), testing.tools.safetynet_image.ImageLocations::Left(), CFX_Matrix::MatchRect(), CPWL_Wnd::Move(), Normalize(), CPWL_ScrollBar::OnLButtonDown(), operator<<(), operator==(), CFFL_InteractiveFormFiller::QueryWherePopup(), CPWL_ComboBox::RepositionChildWnd(), CPWL_ScrollBar::RepositionChildWnd(), Scale(), ScaleFromCenterPoint(), CPVT_Section::SearchWordPlace(), CPVT_VariableText::SearchWordPlace(), CPDFSDK_AppStream::SetAsListBox(), CFX_PSRenderer::SetClip_PathFill(), CPWL_ListCtrl::SetPlateRect(), CPDF_Dictionary::SetRectFor(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), ToFxRect(), ToRoundedFxRect(), CFX_Matrix::TransformRect(), Translate(), Union(), CPDF_Page::UpdateDimensions(), UpdateRect(), Width(), and WriteRect().

◆ right

float CFX_FloatRect::right = 0.0f

Definition at line 275 of file fx_coordinates.h.

Referenced by CFX_FloatRect(), CFX_FloatRect(), CFX_FloatRect(), CPVT_FloatRect::CPVT_FloatRect(), CFX_Path::AppendFloatRect(), Contains(), Contains(), CPDF_ProgressiveRenderer::Continue(), Deflate(), CPDFXFA_DocEnvironment::DisplayCaret(), CPDF_RenderTiling::Draw(), CFX_RenderDevice::DrawBorder(), CFX_DrawUtils::DrawFocusRect(), CFX_RenderDevice::DrawPathWithBlend(), CPDFSDK_Widget::DrawShadow(), CPWL_CBButton::DrawThisAppearance(), CPWL_Edit::DrawThisAppearance(), CPWL_ScrollBar::DrawThisAppearance(), FPDFPage_Flatten(), FPDFPage_TransformAnnots(), FPDFPageObj_GetBounds(), FPDFText_GetCharBox(), FPDFText_GetRect(), FSRectFFromCFXFloatRect(), CPDF_GenerateAP::GenerateFormAP(), CPWL_Wnd::GetCenterPoint(), GetCenterSquare(), CPWL_Edit::GetClientRect(), CPWL_Wnd::GetClientRect(), GetClosestRect(), CFFL_FormField::GetCurMatrix(), CPVT_VariableText::GetETPoint(), CPDF_Icon::GetImageSize(), CPDF_TextPage::GetIndexAtPos(), GetInnerRect(), GetOuterRect(), CPVT_VariableText::GetPlateWidth(), Inflate(), Inflate(), Intersect(), IsEmpty(), CFX_Matrix::MatchRect(), CPWL_Wnd::Move(), Normalize(), CPWL_ScrollBar::OnLButtonDown(), operator==(), CFFL_InteractiveFormFiller::QueryWherePopup(), CPWL_ComboBox::RepositionChildWnd(), CPWL_Edit::RepositionChildWnd(), CPWL_ScrollBar::RepositionChildWnd(), CPWL_Wnd::RepositionChildWnd(), Right(), testing.tools.safetynet_image.ImageLocations::Right(), Scale(), ScaleFromCenterPoint(), CPDFSDK_AppStream::SetAsListBox(), CFX_PSRenderer::SetClip_PathFill(), CPDF_Dictionary::SetRectFor(), CBC_OneDimWriter::ShowDeviceChars(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), ToFxRect(), ToRoundedFxRect(), Translate(), Union(), CPDF_Page::UpdateDimensions(), UpdateRect(), and Width().

◆ top

float CFX_FloatRect::top = 0.0f

Definition at line 276 of file fx_coordinates.h.

Referenced by CFX_FloatRect(), CFX_FloatRect(), CFX_FloatRect(), CPVT_FloatRect::CPVT_FloatRect(), CFX_Path::AppendFloatRect(), Contains(), Contains(), CPDF_ProgressiveRenderer::Continue(), Deflate(), CPDFXFA_DocEnvironment::DisplayCaret(), CPDF_RenderTiling::Draw(), CFX_RenderDevice::DrawBorder(), CFX_DrawUtils::DrawFocusRect(), CFX_RenderDevice::DrawPathWithBlend(), CFX_RenderDevice::DrawShadow(), CPDFSDK_Widget::DrawShadow(), CPWL_Caret::DrawThisAppearance(), CPWL_CBButton::DrawThisAppearance(), CPWL_ListBox::DrawThisAppearance(), CPWL_SBButton::DrawThisAppearance(), CPWL_ScrollBar::DrawThisAppearance(), FPDFPage_Flatten(), FPDFPage_TransformAnnots(), FPDFPageObj_GetBounds(), FPDFText_GetCharBox(), FPDFText_GetRect(), FPDFTextObj_GetRenderedBitmap(), FSRectFFromCFXFloatRect(), CPDF_GenerateAP::GenerateFormAP(), CPVT_VariableText::GetBTPoint(), CPWL_Wnd::GetCenterPoint(), GetCenterSquare(), GetClosestRect(), CFFL_FormField::GetCurMatrix(), CPDF_Icon::GetImageSize(), CPDF_TextPage::GetIndexAtPos(), GetInnerRect(), GetOuterRect(), CPVT_VariableText::GetPlateHeight(), Height(), CPVT_FloatRect::Height(), Inflate(), Inflate(), Intersect(), CPWL_Caret::InvalidateRect(), IsEmpty(), CFX_Matrix::MatchRect(), CPWL_Wnd::Move(), Normalize(), CPWL_ScrollBar::OnLButtonDown(), operator==(), CFFL_InteractiveFormFiller::QueryWherePopup(), CPWL_ComboBox::RepositionChildWnd(), CPWL_Edit::RepositionChildWnd(), CPWL_ScrollBar::RepositionChildWnd(), CPWL_Wnd::RepositionChildWnd(), Scale(), ScaleFromCenterPoint(), CPWL_ListCtrl::ScrollToListItem(), CPVT_VariableText::SearchWordPlace(), CPDFSDK_AppStream::SetAsListBox(), CFX_PSRenderer::SetClip_PathFill(), CPWL_ListCtrl::SetPlateRect(), CPDF_Dictionary::SetRectFor(), CPWL_ListCtrl::SetTopItem(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), ToFxRect(), Top(), ToRoundedFxRect(), Translate(), Union(), CPDF_Page::UpdateDimensions(), and UpdateRect().


The documentation for this class was generated from the following files: