Home | History | Annotate | Download | only in mac

Lines Matching refs:scrollPosition

738     NSPoint scrollPosition = [[[[f frameView] documentView] superview] bounds].origin;
739 if (ABS(scrollPosition.x) > 0.00000001 || ABS(scrollPosition.y) > 0.00000001) {
742 printf("scrolled to %.f,%.f\n", scrollPosition.x, scrollPosition.y);