Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h53 void setBottomLeft(const IntSize& size) { m_bottomLeft = size; } in setBottomLeft() function
DFloatRoundedRect.h62 void setBottomLeft(const FloatSize& size) { m_bottomLeft = size; } in setBottomLeft() function