Home | History | Annotate | Download | only in rendering

Lines Matching refs:bounds

813     IntRect bounds = r;
816 bounds.setHeight(trackWidth);
817 bounds.setY(r.y() + r.height() / 2 - trackWidth / 2);
819 bounds.setWidth(trackWidth);
820 bounds.setX(r.x() + r.width() / 2 - trackWidth / 2);
823 drawControl(i.context, o, sliderTheme(), getThemeData(o), bounds);
871 IntRect bounds = r;
881 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height())));
882 bounds.setWidth(bounds.height());
886 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
890 paintInfo.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds);
922 IntRect bounds = r;
931 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height())));
932 bounds.setWidth(bounds.height());
936 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
939 paintInfo.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
956 IntRect bounds = r;
967 bounds.setHeight(min(parentBox.height(), bounds.height()));
968 bounds.setWidth(min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize)));
972 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
975 paintInfo.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);