Home
last modified time | relevance | path

Searched refs:topGradient (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp765 FloatRect topGradient(r.x(), r.y(), r.width(), r.height() / 2.0f); in paintMenuListButtonGradients() local
768 …gCreateAxial(cspace.get(), CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.… in paintMenuListButtonGradients()
789 CGContextClipToRect(context, topGradient); in paintMenuListButtonGradients()
790 …paintInfo.context->addRoundedRectClip(enclosingIntRect(topGradient), topLeftRadius, topRightRadius… in paintMenuListButtonGradients()
DRenderThemeChromiumMac.mm918 FloatRect topGradient(r.x(), r.y(), r.width(), r.height() / 2.0f);
921 …gCreateAxial(cspace.get(), CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.…
942 CGContextClipToRect(context, topGradient);
943 …paintInfo.context->addRoundedRectClip(enclosingIntRect(topGradient), topLeftRadius, topRightRadius…
DRenderThemeMac.mm847 FloatRect topGradient(r.x(), r.y(), r.width(), r.height() / 2.0f);
850 …gCreateAxial(cspace.get(), CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.…
871 CGContextClipToRect(context, topGradient);
872 …paintInfo.context->addRoundedRectClip(enclosingIntRect(topGradient), topLeftRadius, topRightRadius…