Home
last modified time | relevance | path

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

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