Home | History | Annotate | Download | only in rendering

Lines Matching full:bounds

408     IntRect bounds = r;
418 bounds.setHeight(std::min(parentBox.width(), std::min(parentBox.height(), bounds.height())));
419 bounds.setWidth(bounds.height());
423 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
427 i.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds);
450 bounds = r;
459 bounds.setHeight(std::min(parentBox.width(), std::min(parentBox.height(), bounds.height())));
460 bounds.setWidth(bounds.height());
464 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
467 i.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
484 IntRect bounds = r;
495 bounds.setHeight(std::min(parentBox.height(), bounds.height()));
496 bounds.setWidth(std::min(parentBox.width(), static_cast<int>(bounds.height() * defaultSearchFieldResultsButtonWidth / defaultSearchFieldResultsDecorationSize)));
500 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
503 i.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);