Searched refs:paddingHeight (Results 1 – 5 of 5) sorted by relevance
113 …return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageS… in imageSizeForError()125 imageSize = IntSize(paddingWidth, paddingHeight); in setImageSizeForAltText()133 …constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + std::min(fon… in setImageSizeForAltText()
40 static const unsigned short paddingHeight = 4; variable
145 const paddingHeight = 4 * window.devicePixelRatio;146 var scale = (this._canvas.height - paddingHeight - this._minBarHeight) / maxBarTime;
129 …::paddingWidth / 2) - borderWidth, topBorder + topPad + (RenderImage::paddingHeight / 2) - borderW… in paintReplaced()
630 int paddingHeight = bgPaddingHeight + (mPaddingCard * 2); in onMeasure() local631 final int maxControlHeight = Math.min(specHeight, reasonableHeight) - paddingHeight; in onMeasure()