Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp770 …FloatRect bottomGradient(r.x() + radius, r.y() + r.height() / 2.0f, r.width() - 2.0f * radius, r.h… in paintMenuListButtonGradients() local
773 …Axial(cspace.get(), CGPointMake(bottomGradient.x(), bottomGradient.y()), CGPointMake(bottomGradie… in paintMenuListButtonGradients()
794 if (!bottomGradient.isEmpty()) { in paintMenuListButtonGradients()
796 CGContextClipToRect(context, bottomGradient); in paintMenuListButtonGradients()
797 …paintInfo.context->addRoundedRectClip(enclosingIntRect(bottomGradient), IntSize(), IntSize(), bott… in paintMenuListButtonGradients()
DRenderThemeChromiumMac.mm923 …FloatRect bottomGradient(r.x() + radius, r.y() + r.height() / 2.0f, r.width() - 2.0f * radius, r.h…
926 …Axial(cspace.get(), CGPointMake(bottomGradient.x(), bottomGradient.y()), CGPointMake(bottomGradie…
947 if (!bottomGradient.isEmpty()) {
949 CGContextClipToRect(context, bottomGradient);
950 …paintInfo.context->addRoundedRectClip(enclosingIntRect(bottomGradient), IntSize(), IntSize(), bott…
DRenderThemeMac.mm852 …FloatRect bottomGradient(r.x() + radius, r.y() + r.height() / 2.0f, r.width() - 2.0f * radius, r.h…
855 …Axial(cspace.get(), CGPointMake(bottomGradient.x(), bottomGradient.y()), CGPointMake(bottomGradie…
876 if (!bottomGradient.isEmpty()) {
878 CGContextClipToRect(context, bottomGradient);
879 …paintInfo.context->addRoundedRectClip(enclosingIntRect(bottomGradient), IntSize(), IntSize(), bott…
/external/webkit/WebCore/
DChangeLog-2010-01-2968091 already uses getBorderRadiiForRect()). Check if bottomGradient is empty