Searched refs:paddingHeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.h40 static const unsigned short paddingHeight = 4; member in class:blink::RenderImage
H A DRenderImage.cpp113 return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
125 imageSize = IntSize(paddingWidth, paddingHeight);
133 IntSize paddedTextSize(paddingWidth + std::min(ceilf(font.width(constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + std::min(font.fontMetrics().height(), maxAltTextHeight));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DPaintProfilerView.js145 const paddingHeight = 4 * window.devicePixelRatio;
146 var scale = (this._canvas.height - paddingHeight - this._minBarHeight) / maxBarTime;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DImagePainter.cpp129 textRectOrigin.move(leftBorder + leftPad + (RenderImage::paddingWidth / 2) - borderWidth, topBorder + topPad + (RenderImage::paddingHeight / 2) - borderWidth);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppBannerView.java630 int paddingHeight = bgPaddingHeight + (mPaddingCard * 2);
631 final int maxControlHeight = Math.min(specHeight, reasonableHeight) - paddingHeight;

Completed in 85 milliseconds