Home
last modified time | relevance | path

Searched defs:expandRadii (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h96 void expandRadii(int size) { m_radii.expand(size); } in expandRadii() function
DFloatRoundedRect.h98 void expandRadii(float size) { m_radii.expand(size); } in expandRadii() function