Searched refs:nPageHeight (Results 1 – 1 of 1) sorted by relevance
517 const int32_t nPageHeight = static_cast<int32_t>(m_pPage->GetPageHeight()); in FindTextlineFlowOrientation() local518 if (nPageWidth <= 0 || nPageHeight <= 0) in FindTextlineFlowOrientation()522 std::vector<bool> nVerticalMask(nPageHeight); in FindTextlineFlowOrientation()526 int32_t nStartV = nPageHeight; in FindTextlineFlowOrientation()536 int32_t maxV = std::min(static_cast<int32_t>(pPageObj->m_Top), nPageHeight); in FindTextlineFlowOrientation()