Home | History | Annotate | Download | only in rendering

Lines Matching refs:thumbWidth

842         int thumbWidth = thumbStyle->width().intValue();
844 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
845 thumbSize.setHeight(isHorizontal ? thumbHeight : thumbWidth);