Searched defs:topLeftRadius (Results 1 – 2 of 2) sorted by relevance
385 void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& t… in addRoundedRect()402 void Path::addPathForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const Float… in addPathForRoundedRect()411 void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const Fl… in addBeziersForRoundedRect()
698 …RefPtr<CSSValueList> topLeftRadius = valuesForBorderRadiusCorner(style.borderTopLeftRadius(), styl… in valueForBorderRadiusShorthand() local