Searched refs:bottomRightRadius (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 133 …ze& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha) in drawRectShadowWithoutTiling() argument 141 …ath.addRoundedRect(shadowRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in drawRectShadowWithoutTiling() 190 …, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius) in drawRectShadow() argument 197 max(topRightRadius.width(), bottomRightRadius.width()); in drawRectShadow() 199 max(bottomLeftRadius.height(), bottomRightRadius.height()); in drawRectShadow() 207 …ing(context, rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius, context->ge… in drawRectShadow() 232 …ing(context, rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius, context->ge… in drawRectShadow() 251 …h.addRoundedRect(templateRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in drawRectShadow() 275 …ath.addRoundedRect(shadowRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius); in drawRectShadow() 297 …destRect.setWidth(shadowRect.width() - bottomLeftRadius.width() - bottomRightRadius.width() - m_bl… in drawRectShadow() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Path.cpp | 155 …t FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) in addRoundedRect() argument 161 || rect.width() < bottomLeftRadius.width() + bottomRightRadius.width() in addRoundedRect() 163 || rect.height() < topRightRadius.height() + bottomRightRadius.height()) { in addRoundedRect() 175 …addLineTo(FloatPoint(rect.x() + rect.width(), rect.y() + rect.height() - bottomRightRadius.height(… in addRoundedRect() 176 …veTo(FloatPoint(rect.x() + rect.width(), rect.y() + rect.height() - bottomRightRadius.height() * g… in addRoundedRect() 177 …FloatPoint(rect.x() + rect.width() - bottomRightRadius.width() * gCircleControlPoint, rect.y() + r… in addRoundedRect() 178 … FloatPoint(rect.x() + rect.width() - bottomRightRadius.width(), rect.y() + rect.height())); in addRoundedRect()
|
D | ContextShadow.h | 120 …Size(), const IntSize& bottomLeftRadius = IntSize(), const IntSize& bottomRightRadius = IntSize()); 139 …ze& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha…
|
D | Path.h | 140 … FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | bubble_view.mm | 74 float bottomRightRadius = 90 bottomRightCornerRadius:bottomRightRadius];
|