Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp182 FX_RECT CFX_FloatRect::GetClosestRect() const { in GetClosestRect() function in CFX_FloatRect
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h530 FX_RECT GetClosestRect() const;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp345 FX_RECT result_rect = unit_rect.GetClosestRect(); in Start()