Lines Matching full:width
212 // If the width and height are both specified, then we have nothing to do.
213 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
220 if (style->width().isIntrinsicOrAuto())
375 IntSize cancelRadius(cancelSize.width() / 2, cancelSize.height() / 2);
376 int x = r.x() + (r.width() - cancelSize.width()) / 2;
397 style->setWidth(Length(cancelSize.width(), Fixed));
404 style->setWidth(Length(emptySize.width(), Fixed));
411 style->setWidth(Length(magnifierSize.width(), Fixed));
424 style->setWidth(Length(magnifierSize.width(), Fixed));
522 intRect.setX(intRect.x() + intRect.width() * pt - 2);
587 FloatPoint(imRect.x() + 1 + imRect.width() / 2.0, imRect.y() + imRect.height() / 3.0),
590 FloatPoint(imRect.x() + 1 + imRect.width() / 2.0, imRect.y() + 2.0 * imRect.height() / 3.0),
611 float width = imRect.width();
612 imRect.setWidth(width / 3.0);
614 imRect.move(2.0 * width / 3.0, 0);