Searched refs:setFillRule (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceSolidColor.cpp64 context->setFillRule(svgStyle ? svgStyle->fillRule() : RULE_NONZERO);
H A DRenderSVGResourceGradient.cpp122 context->setFillRule(svgStyle->fillRule());
H A DRenderSVGResourcePattern.cpp157 context->setFillRule(svgStyle->fillRule());
H A DRenderSVGResourceClipper.cpp298 context->setFillRule(newClipRule);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.h110 void setFillRule(WindRule rule) { m_fillRule = rule; } function in class:WebCore::FINAL
H A DGraphicsContext.h144 void setFillRule(WindRule fillRule) { mutableState()->setFillRule(fillRule); } function in class:WebCore::GraphicsContext
H A DGraphicsContext.cpp1577 setFillRule(RULE_EVENODD);
1582 setFillRule(oldFillRule);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h127 void setFillRule(WindRule val) { svg_inherited_flags._fillRule = val; } function in class:WebCore::SVGRenderStyle
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1006 c->setFillRule(parseWinding(windingRuleString));
1023 c->setFillRule(windRule);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp1870 graphicsContext->setFillRule(RULE_EVENODD);
1887 graphicsContext->setFillRule(RULE_NONZERO);
H A DRenderObject.cpp1285 graphicsContext->setFillRule(RULE_EVENODD);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 316 milliseconds