Home
last modified time | relevance | path

Searched refs:GetClosestRect (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp130 FX_RECT CFX_FloatRect::GetClosestRect() const { in GetClosestRect() function in CFX_FloatRect
Dfx_coordinates.h262 FX_RECT GetClosestRect() const;
/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp217 FX_RECT result_rect = m_pMatrix->GetUnitRect().GetClosestRect(); in CFX_ImageTransformer()