Home | History | Annotate | Download | only in webkit

Lines Matching refs:rectHeight

6956         final int rectHeight = rect.height();
6959 float scale = Math.min((float) viewWidth / rectWidth, (float) viewHeight / rectHeight);
6977 final int rectHeight = rect.height();
6981 / rectHeight);
6985 contentToViewY(rect.top + rectHeight / 2) - viewHeight / 2,
7005 float rectViewHeight = rectHeight * scale;