Searched refs:nPageHeight (Results 1 – 1 of 1) sorted by relevance
488 const int32_t nPageHeight = static_cast<int32_t>(m_pPage->GetPageHeight()); in FindTextlineFlowOrientation() local489 if (nPageWidth <= 0 || nPageHeight <= 0) in FindTextlineFlowOrientation()493 std::vector<bool> nVerticalMask(nPageHeight); in FindTextlineFlowOrientation()497 int32_t nStartV = nPageHeight; in FindTextlineFlowOrientation()507 int32_t maxV = std::min(static_cast<int32_t>(pPageObj->m_Top), nPageHeight); in FindTextlineFlowOrientation()