Searched refs:nCurrentRowWidth (Results 1 – 1 of 1) sorted by relevance
2191 long nCurrentRowWidth = 0; in CheckViewLayout() local2252 nCurrentRowWidth = nCurrentRowWidth + nPageWidth; in CheckViewLayout()2298 nCurrentRowWidth = nCurrentRowWidth + nVirtualPagesWidth; in CheckViewLayout()2306 nCurrentRowWidth += in CheckViewLayout()2312 const long nSizeDiff = nVisWidth > nCurrentRowWidth ? in CheckViewLayout()2313 ( nVisWidth - nCurrentRowWidth ) / 2 : in CheckViewLayout()2320 const long nRowEnd = nRowStart + nCurrentRowWidth; in CheckViewLayout()2426 nCurrentRowWidth = 0; in CheckViewLayout()
Completed in 23 milliseconds