Searched refs:fillRule (Results 1 - 12 of 12) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGShape.cpp31 SkPath::FillType SkSVGShape::FillRuleToFillType(const SkSVGFillRule& fillRule) { argument
32 switch (fillRule.type()) {
H A DSkSVGNode.cpp73 void SkSVGNode::setFillRule(const SkSVGFillRule& fillRule) { argument
74 fPresentationAttributes.fFillRule.set(fillRule);
113 if (const SkSVGFillRuleValue* fillRule = v.as<SkSVGFillRuleValue>()) {
114 this->setFillRule(*fillRule);
H A DSkSVGDOM.cpp192 SkSVGFillRule fillRule; local
194 if (!parser.parseFillRule(&fillRule)) {
198 node->setAttribute(attr, SkSVGFillRuleValue(fillRule));
H A DSkSVGAttributeParser.cpp575 bool SkSVGAttributeParser::parseFillRule(SkSVGFillRule* fillRule) {
588 *fillRule = SkSVGFillRule(gFillRuleInfo[i].fType);
/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h113 void fillRule(const FillRule &fillRule_);
114 FillRule fillRule(void) const;
H A DDrawable.h517 void fillRule(const FillRule fillRule_);
518 FillRule fillRule(void) const;
1021 void fillRule( const FillRule fillRule_ ) function in class:Magick::DrawableFillRule
1025 FillRule fillRule( void ) const function in class:Magick::DrawableFillRule
H A DImage.h242 void fillRule(const FillRule &fillRule_);
243 FillRule fillRule(void) const;
/external/skia/src/xps/
H A DSkXPSDevice.h252 XPS_FILL_RULE fillRule);
H A DSkXPSDevice.cpp1760 XPS_FILL_RULE fillRule) {
1776 HRM(clipGeometry->SetFillRule(fillRule),
1758 clipToPath(IXpsOMVisual* xpsVisual, const SkPath& clipPath, XPS_FILL_RULE fillRule) argument
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp271 void Magick::Options::fillRule(const FillRule &fillRule_) function in class:Magick::Options
276 Magick::FillRule Magick::Options::fillRule(void) const function in class:Magick::Options
H A DDrawable.cpp371 void Magick::DrawableClipRule::fillRule(const FillRule fillRule_) function in class:Magick::DrawableClipRule
376 Magick::FillRule Magick::DrawableClipRule::fillRule(void) const function in class:Magick::DrawableClipRule
H A DImage.cpp799 void Magick::Image::fillRule(const Magick::FillRule &fillRule_) function in class:Magick::Image
802 options()->fillRule(fillRule_);
805 Magick::FillRule Magick::Image::fillRule(void) const function in class:Magick::Image
807 return constOptions()->fillRule();

Completed in 1879 milliseconds