Home | History | Annotate | Download | only in nav

Lines Matching defs:docWidth

905         int docWidth = root->documentWidth();
910 if (visibleRect.maxX() + dx > docWidth)
911 dx = docWidth - visibleRect.maxX();