Searched defs:transposedRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.h152 IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSize()); } function in class:blink::IntRect
H A DFloatRect.h157 FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transposedSize()); } function in class:blink::FloatRect
H A DLayoutRect.h164 LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transposedSize()); } function in class:blink::LayoutRect

Completed in 245 milliseconds