HomeSort by relevance Sort by last modified time
    Searched refs:transposedPoint (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h 86 IntPoint transposedPoint() const
FloatPoint.h 131 FloatPoint transposedPoint() const
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()); }
LayoutPoint.h 80 LayoutPoint transposedPoint() const
LayoutRect.h 164 LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transposedSize()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 88 return point.transposedPoint();
ShapeOutsideInfo.cpp 336 result = result.transposedPoint();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 594 translationOffset = translationOffset.transposedPoint();
RenderFlexibleBox.cpp 608 return isHorizontalFlow() ? child->location() : child->location().transposedPoint();
616 child->setLocation(location.transposedPoint());
    [all...]
RenderBox.h 141 setLocation(location.transposedPoint());
    [all...]
RenderBlock.cpp     [all...]

Completed in 365 milliseconds