OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ruleStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/paint/
MultiColumnSetPainter.cpp
42
EBorderStyle
ruleStyle
= blockStyle->columnRuleStyle();
45
bool renderRule =
ruleStyle
> BHIDDEN && !ruleTransparent;
81
ObjectPainter::drawLineForBoxSide(paintInfo.context, pixelSnappedRuleRect.x(), pixelSnappedRuleRect.y(), pixelSnappedRuleRect.maxX(), pixelSnappedRuleRect.maxY(), boxSide, ruleColor,
ruleStyle
, 0, 0, antialias);
BlockPainter.cpp
265
EBorderStyle
ruleStyle
= m_renderBlock.style()->columnRuleStyle();
268
bool renderRule =
ruleStyle
> BHIDDEN && !ruleTransparent;
304
ObjectPainter::drawLineForBoxSide(paintInfo.context, pixelSnappedRuleRect.x(), pixelSnappedRuleRect.y(), pixelSnappedRuleRect.maxX(), pixelSnappedRuleRect.maxY(), boxSide, ruleColor,
ruleStyle
, 0, 0, antialias);
341
ObjectPainter::drawLineForBoxSide(paintInfo.context, pixelSnappedRuleRect.x(), pixelSnappedRuleRect.y(), pixelSnappedRuleRect.maxX(), pixelSnappedRuleRect.maxY(), boxSide, ruleColor,
ruleStyle
, 0, 0, antialias);
Completed in 63 milliseconds