Home
last modified time | relevance | path

Searched refs:GetRectBottom (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp542 if(!(GetRectBottom(ObjBBox) > GetRectTop(pCell->m_BBox) || in GenerateLine()
543 GetRectTop(ObjBBox) < GetRectBottom(pCell->m_BBox))) { in GenerateLine()
547 if(!(GetRectBottom(ObjBBox) < GetRectTop(pCell->m_BBox) || in GenerateLine()
548 GetRectTop(ObjBBox) > GetRectBottom(pCell->m_BBox))) { in GenerateLine()
635 int CPDF_AutoReflowLayoutProvider:: GetRectBottom(FX_RECT rect) in GetRectBottom() function in CPDF_AutoReflowLayoutProvider
Dautoreflow.h102 int GetRectBottom(FX_RECT rect);