Searched refs:transposedSize (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntSize.h112 IntSize transposedSize() const function in class:blink::IntSize
H A DFloatRect.h157 FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transposedSize()); }
H A DFloatSize.h100 FloatSize transposedSize() const function in class:blink::FloatSize
H A DIntRect.h152 IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSize()); }
H A DLayoutSize.h113 LayoutSize transposedSize() const function in class:blink::LayoutSize
H A DLayoutRect.h164 LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transposedSize()); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h63 LayoutSize relativePositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? relativePositionOffset() : relativePositionOffset().transposedSize(); }
H A DRenderReplaced.cpp264 intrinsicSize = intrinsicSize.transposedSize();
269 m_intrinsicSize = LayoutSize(isHorizontalWritingMode() ? intrinsicSize : intrinsicSize.transposedSize());
H A DRenderBlock.h219 LayoutSize logicalSizeForChild(const RenderBox* child) const { return isHorizontalWritingMode() ? child->size() : child->size().transposedSize(); }
H A DRenderBox.h164 setSize(size.transposedSize());
H A DInlineTextBox.cpp427 adjustedPaintOffset.move(isHorizontal() ? truncationOffset : truncationOffset.transposedSize());
H A DRenderInline.cpp1342 return style()->isHorizontalWritingMode() ? logicalOffset : logicalOffset.transposedSize();
H A DRenderBlockFlow.cpp2768 logicalRect.move(isHorizontalWritingMode() ? offsetFromRootBlock : offsetFromRootBlock.transposedSize());
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp95 return size.transposedSize();
H A DShapeOutsideInfo.cpp346 return size.transposedSize();
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp336 step = step.transposedSize();

Completed in 217 milliseconds