OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ruleLogicalLeft
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp
348
LayoutUnit
ruleLogicalLeft
= leftToRight ? LayoutUnit() : contentLogicalWidth();
357
ruleLogicalLeft
+= inlineDirectionSize + colGap / 2;
360
ruleLogicalLeft
-= (inlineDirectionSize + colGap / 2);
366
LayoutUnit ruleLeft = isHorizontalWritingMode() ? paintOffset.x() +
ruleLogicalLeft
- ruleThickness / 2 + ruleAdd : paintOffset.x() + borderLeft() + paddingLeft();
368
LayoutUnit ruleTop = isHorizontalWritingMode() ? paintOffset.y() + borderTop() + paddingTop() : paintOffset.y() +
ruleLogicalLeft
- ruleThickness / 2 + ruleAdd;
374
ruleLogicalLeft
= currLogicalLeftOffset;
RenderBlock.cpp
[
all
...]
Completed in 670 milliseconds