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

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp350 if(!approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) / 4)) {
351 if(approachto(GetRectStart(plastCell->m_BBox), GetRectStart(pCell->m_BBox), GetRectHeight(pCell->m_BBox) * 2.3) &&
352 GetRectStart(plastCell->m_BBox) - GetRectStart(pCell->m_BBox) > 0) {
371 if(approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) / 4)) {
614 int CPDF_AutoReflowLayoutProvider:: GetRectStart(FX_RECT rect) function in class:CPDF_AutoReflowLayoutProvider

Completed in 247 milliseconds