HomeSort by relevance Sort by last modified time
    Searched defs:paddingHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 90 static const unsigned short paddingHeight = 4;
113 return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
125 imageSize = IntSize(paddingWidth, paddingHeight);
133 IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
330 textRectOrigin.move(leftBorder + leftPad + (paddingWidth / 2) - borderWidth, topBorder + topPad + (paddingHeight / 2) - borderWidth);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 630 int paddingHeight = bgPaddingHeight + (mPaddingCard * 2);
631 final int maxControlHeight = Math.min(specHeight, reasonableHeight) - paddingHeight;
    [all...]

Completed in 115 milliseconds