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

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp298 int WritingMode = GetRectEnd(pCell->m_BBox);
345 if(GetRectEnd(plastCell->m_BBox) - GetRectEnd(pCell->m_BBox) < GetRectWidth(imageBBox)) {
369 } else if(!approachto(GetRectEnd(pCell->m_BBox), GetRectEnd(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) * 3)) {
372 if(GetRectEnd(rect) - GetRectEnd(pCell->m_BBox) > 0) {
375 } else if(GetRectEnd(rect) - GetRectEnd(pCell->m_BBox) <= 0 &&
376 GetRectEnd(rec
621 int CPDF_AutoReflowLayoutProvider:: GetRectEnd(FX_RECT rect) function in class:CPDF_AutoReflowLayoutProvider
[all...]
H A Dautoreflow.h100 int GetRectEnd(FX_RECT rect);

Completed in 787 milliseconds