HomeSort by relevance Sort by last modified time
    Searched defs:transposedRect (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 158 FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transposedSize()); }
IntRect.h 152 IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSize()); }
LayoutRect.h 164 LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transposedSize()); }

Completed in 74 milliseconds