Searched defs:fillRule (Results 1 - 8 of 8) 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));
/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();
/external/ImageMagick/Magick++/lib/Magick++/
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
/external/skia/src/xps/
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

Completed in 208 milliseconds