Searched refs:topGradient (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 760 FloatRect topGradient(r.x(), r.y(), r.width(), r.height() / 2.0f); in paintMenuListButtonGradients() local 763 …ShadingCreateAxial(cspace, CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.… in paintMenuListButtonGradients() 784 CGContextClipToRect(context, topGradient); in paintMenuListButtonGradients() 785 …paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(topGradient), bound.radii().… in paintMenuListButtonGradients()
|
D | RenderThemeMac.mm | 1038 FloatRect topGradient(r.x(), r.y(), r.width(), r.height() / 2.0f); 1041 …ShadingCreateAxial(cspace, CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.… 1062 CGContextClipToRect(context, topGradient); 1063 …paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(topGradient), border.radii()…
|