Searched refs:FillRule (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.h | 78 extern WandExport FillRule 193 DrawSetClipRule(DrawingWand *,const FillRule), 197 DrawSetFillRule(DrawingWand *,const FillRule),
|
D | drawing-wand.c | 1250 WandExport FillRule DrawGetClipRule(const DrawingWand *wand) in DrawGetClipRule() 1508 WandExport FillRule DrawGetFillRule(const DrawingWand *wand) in DrawGetFillRule() 4576 WandExport void DrawSetClipRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetClipRule() 4954 WandExport void DrawSetFillRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetFillRule() 6283 CurrentContext->fill_rule=(FillRule) ParseCommandOption( in DrawSetVectorGraphics()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 68 } FillRule; typedef 232 FillRule
|
D | draw.c | 1924 graphic_context[n]->fill_rule=(FillRule) fill_rule; in DrawImage() 2075 graphic_context[n]->fill_rule=(FillRule) fill_rule; in DrawImage() 3779 const MagickBooleanType fill,const FillRule fill_rule,const ssize_t x, in GetFillAlpha()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 113 void fillRule(const FillRule &fillRule_); 114 FillRule fillRule(void) const;
|
D | Drawable.h | 510 DrawableClipRule(const FillRule fillRule_); 517 void fillRule(const FillRule fillRule_); 518 FillRule fillRule(void) const; 524 FillRule _fillRule; 1008 DrawableFillRule ( const FillRule fillRule_ ) in DrawableFillRule() 1021 void fillRule( const FillRule fillRule_ ) in fillRule() 1025 FillRule fillRule( void ) const in fillRule() 1031 FillRule _fillRule;
|
D | Image.h | 242 void fillRule(const FillRule &fillRule_); 243 FillRule fillRule(void) const;
|
D | Include.h | 616 using MagickCore::FillRule;
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 147 FillRule => 'types.html#FillRule',
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 271 void Magick::Options::fillRule(const FillRule &fillRule_) in fillRule() 276 Magick::FillRule Magick::Options::fillRule(void) const in fillRule()
|
D | Drawable.cpp | 356 Magick::DrawableClipRule::DrawableClipRule(const FillRule fillRule_) in DrawableClipRule() 371 void Magick::DrawableClipRule::fillRule(const FillRule fillRule_) in fillRule() 376 Magick::FillRule Magick::DrawableClipRule::fillRule(void) const in fillRule()
|
D | Image.cpp | 799 void Magick::Image::fillRule(const Magick::FillRule &fillRule_) in fillRule() 805 Magick::FillRule Magick::Image::fillRule(void) const in fillRule()
|