Home | History | Annotate | Download | only in nav

Lines Matching refs:docWidth

746         int docWidth = root->documentWidth();
751 if (visibleRect.right() + dx > docWidth)
752 dx = docWidth - visibleRect.right();