Home | History | Annotate | Download | only in platform

Lines Matching refs:stretch

478     IntSize stretch;
482 stretch.setHeight(physicalScrollY);
484 stretch.setHeight(physicalScrollY - (contentsHeight() - visibleContentRect().height()));
488 stretch.setWidth(physicalScrollX);
490 stretch.setWidth(physicalScrollX - (contentsWidth() - visibleContentRect().width()));
492 return stretch;