Lines Matching full:nearest
1302 PDFPage *page = [PDFSubview pageForPoint:point nearest:NO];
1437 PDFPage *topLeftPage = [PDFSubview pageForPoint:NSMakePoint(NSMinX(pdfViewBounds), NSMaxY(pdfViewBounds)) nearest:YES];
1438 PDFPage *bottomRightPage = [PDFSubview pageForPoint:NSMakePoint(NSMaxX(pdfViewBounds), NSMinY(pdfViewBounds)) nearest:YES];
1440 // only page-free documents should return nil for either of these two since we passed YES for nearest: