Home | History | Annotate | Download | only in Api

Lines Matching full:scrolledvertical

143     bool scrolledVertical = false;
152 scrolledVertical = renderLayer->scroll(ScrollDown, ScrollByPixel, dy);
154 scrolledVertical = renderLayer->scroll(ScrollUp, ScrollByPixel, qAbs(dy));
156 if (scrolledHorizontal || scrolledVertical)