Searched refs:transposedPoint (Results 1 – 12 of 12) sorted by relevance
86 IntPoint transposedPoint() const in transposedPoint() function
80 LayoutPoint transposedPoint() const in transposedPoint() function
131 FloatPoint transposedPoint() const in transposedPoint() function
152 …IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSiz… in transposedRect()
157 …FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transpose… in transposedRect()
164 …LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transpo… in transposedRect()
88 return point.transposedPoint(); in physicalPointToLogical()
339 result = result.transposedPoint(); in shapeToRendererPoint()
548 translationOffset = translationOffset.transposedPoint(); in collectLayerFragments()
584 return isHorizontalFlow() ? child.location() : child.location().transposedPoint(); in flowAwareLocationForChild()592 child.setLocation(location.transposedPoint()); in setFlowAwareLocationForChild()
143 setLocation(location.transposedPoint()); in setLogicalLocation()
2706 point = point.transposedPoint(); in positionForPointWithInlineChildren()2755 pointInLogicalContents = pointInLogicalContents.transposedPoint(); in positionForPoint()