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

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp541 if(!(GetRectBottom(ObjBBox) > GetRectTop(pCell->m_BBox) ||
542 GetRectTop(ObjBBox) < GetRectBottom(pCell->m_BBox))) {
546 if(!(GetRectBottom(ObjBBox) < GetRectTop(pCell->m_BBox) ||
547 GetRectTop(ObjBBox) > GetRectBottom(pCell->m_BBox))) {
634 int CPDF_AutoReflowLayoutProvider:: GetRectBottom(FX_RECT rect) function in class:CPDF_AutoReflowLayoutProvider

Completed in 92 milliseconds