Home | History | Annotate | Download | only in rendering

Lines Matching refs:thumbHeight

854         int thumbHeight = thumbStyle->height().intValue();
855 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
856 thumbSize.setHeight(isHorizontal ? thumbHeight : thumbWidth);