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/core/platform/graphics/
FloatRect.h 156 FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transposedSize()); }
IntRect.h 153 IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSize()); }
LayoutRect.h 163 LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transposedSize()); }

Completed in 37 milliseconds