Home
last modified time | relevance | path

Searched refs:topPadding (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp195 float topPadding = srcRect.y() - floorf(srcRect.y()); in draw() local
197 subimageRect.move(-leftPadding, -topPadding); in draw()
198 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale); in draw()
203 subimageRect.setHeight(ceilf(subimageRect.height() + topPadding)); in draw()
/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp63 topPadding, enumerator
916 return popupButtonPadding(controlSizeForFont(style))[topPadding]; in popupInternalPaddingTop()
DRenderThemeChromiumMac.mm143 topPadding,
1086 return popupButtonPadding(controlSizeForFont(style))[topPadding] * style->effectiveZoom();
DRenderThemeMac.mm101 topPadding,
1015 return popupButtonPadding(controlSizeForFont(style))[topPadding] * style->effectiveZoom();