Home
last modified time | relevance | path

Searched refs:szRange (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp507 CFX_SizeF szRange; in CalcSize() local
519 szRange.width = 0; in CalcSize()
520 szRange.height = std::max(fs.height - m_rtConent.height, m_fItemHeight); in CalcSize()
522 m_pVertScrollBar->SetRange(szRange.width, szRange.height); in CalcSize()
527 pdfium::clamp(m_pVertScrollBar->GetPos(), 0.0f, szRange.height); in CalcSize()
552 szRange.width = 0; in CalcSize()
553 szRange.height = fs.width - rtScrollBar.width; in CalcSize()
554 m_pHorzScrollBar->SetRange(szRange.width, szRange.height); in CalcSize()
559 pdfium::clamp(m_pHorzScrollBar->GetPos(), 0.0f, szRange.height); in CalcSize()