Searched refs:bottomGradient (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 770 …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()
|
D | RenderThemeChromiumMac.mm | 923 …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…
|
D | RenderThemeMac.mm | 852 …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/ |
D | ChangeLog-2010-01-29 | 68091 already uses getBorderRadiiForRect()). Check if bottomGradient is empty
|