Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.h152 …IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSiz… in transposedRect() function
DFloatRect.h158 …FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transpose… in transposedRect() function
DLayoutRect.h164 …LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transpo… in transposedRect() function