HomeSort by relevance Sort by last modified time
    Searched refs:GetRectEnd (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/reflow/
autoreflow.cpp 298 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(rect) - GetRectEnd(pCell->m_BBox) > GetRectHeight(pCell->m_BBox) * -3)
    [all...]
autoreflow.h 100 int GetRectEnd(FX_RECT rect);

Completed in 51 milliseconds