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

/external/pdfium/core/src/reflow/
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))) {
628 int CPDF_AutoReflowLayoutProvider:: GetRectTop(FX_RECT rect) function in class:CPDF_AutoReflowLayoutProvider

Completed in 452 milliseconds