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

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

Completed in 66 milliseconds