Home
last modified time | relevance | path

Searched refs:setFillRule (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceSolidColor.cpp59 context->setFillRule(svgStyle ? svgStyle->fillRule() : RULE_NONZERO); in applyResource()
DRenderSVGResourceGradient.cpp220 context->setFillRule(svgStyle->fillRule()); in applyResource()
DRenderSVGResourcePattern.cpp156 context->setFillRule(svgStyle->fillRule()); in applyResource()
DRenderSVGResourceClipper.cpp259 svgStyle->setFillRule(newClipRule); in drawContentIntoMaskImage()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp475 path.setFillRule(Qt::WindingFill); in clipConvexPolygon()
497 platformPath.setFillRule(toQtFillRule(fillRule())); in fillPath()
549 platformPath.setFillRule(toQtFillRule(fillRule())); in strokePath()
803 platformPath.setFillRule(clipRule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill); in clipPath()
1114 clipPath.setFillRule(Qt::WindingFill); in clip()
1131 newClip.setFillRule(Qt::OddEvenFill); in clipOut()
1175 newClip.setFillRule(Qt::OddEvenFill); in clipOut()
1206 path.setFillRule(Qt::OddEvenFill); in addInnerRoundedRectClip()
DPathQt.cpp105 …const_cast<QPainterPath*>(&m_path)->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::Windi… in contains()
114 const_cast<QPainterPath*>(&m_path)->setFillRule(savedRule); in contains()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp207 void GraphicsContext::setFillRule(WindRule fillRule) in setFillRule() function in WebCore::GraphicsContext
644 setFillRule(RULE_EVENODD); in fillRectWithRoundedHole()
649 setFillRule(oldFillRule); in fillRectWithRoundedHole()
DShadowBlur.cpp559 shadowContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithoutTiling()
628 shadowContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithTiling()
660 graphicsContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithTiling()
DGraphicsContext.h252 void setFillRule(WindRule);
/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp207 svgstyle->setFillRule(*primitiveValue); in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h138 void setFillRule(WindRule val) { svg_inherited_flags._fillRule = val; } in setFillRule() function
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp807 setFillRule(RULE_EVENODD); in fillRectWithRoundedHole()
828 setFillRule(oldFillRule); in fillRectWithRoundedHole()
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1423 graphicsContext->setFillRule(RULE_EVENODD); in paintBorder()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-318281 (WebCore::GraphicsContext::setFillRule):
29653 (WebCore::KRenderingFillPainter::setFillRule):
35807 (WebCore::KRenderingFillPainter::setFillRule):
35815 (WebCore::KRenderingDeviceContextQt::setFillRule):
38226 (WebCore::KRenderingDeviceContextQt::setFillRule):
DChangeLog-2011-02-1643963 (WebCore::GraphicsContext::setFillRule):
46138 (WebCore::GraphicsContext::setFillRule):
46290 (WebCore::GraphicsContext::setFillRule):
DChangeLog-2009-06-1656375 (PlatformContextSkia::setFillRule):
94196 (WebCore::GraphicsContext::setFillRule):