Searched defs:logicalRight (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLengthBox.cpp41 Length LengthBox::logicalRight(WritingMode writingMode) const function in class:WebCore::LengthBox
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShape.h42 LineSegment(float logicalLeft, float logicalRight) argument
49 LayoutUnit logicalRight; member in struct:WebCore::LineSegment
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DLayoutBoxExtent.cpp51 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const function in class:WebCore::LayoutBoxExtent
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineFlowBox.h178 void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalLeft, float maxLogicalRight) argument
H A DInlineBox.h216 float logicalRight() const { return logicalLeft() + logicalWidth(); } function in class:WebCore::InlineBox
H A DRenderBox.h79 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } function in class:WebCore::RenderBox
H A DRenderBlockLineLayout.cpp1045 float logicalRight = min<float>(floorToInt(segments[0].logicalRight), lineLogicalRight); local
H A DRenderBox.cpp3006 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth, RenderRegion* region) argument
3200 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, LayoutUnit containerLogicalWidth, LayoutUnit bordersPlusPadding, Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, LogicalExtentComputedValues& computedValues) const argument
3677 Length logicalRight = style()->logicalRight(); local
[all...]
H A DRenderBlock.cpp3766 LayoutUnit logicalRight = min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBottom, cache)); local
3846 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); local
3794 logicalRightSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h455 Length logicalRight() const { return surround->offset.logicalRight(writingMode()); } function in class:WebCore::RenderStyle
754 void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logicalLeft, logicalRight); } local
804 void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(boxShadow(), logicalLeft, logicalRight); } local

Completed in 381 milliseconds