HomeSort by relevance Sort by last modified time
    Searched refs:FillRule (Results 1 - 13 of 13) sorted by null

  /external/ImageMagick/MagickCore/
draw.h 68 } FillRule;
232 FillRule
draw.c     [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.h 78 extern WandExport FillRule
193 DrawSetClipRule(DrawingWand *,const FillRule),
197 DrawSetFillRule(DrawingWand *,const FillRule),
drawing-wand.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 113 void fillRule(const FillRule &fillRule_);
114 FillRule fillRule(void) const;
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_ )
1021 void fillRule( const FillRule fillRule_ )
1025 FillRule fillRule( void ) cons
    [all...]
Image.h 242 void fillRule(const FillRule &fillRule_);
243 FillRule fillRule(void) const;
    [all...]
Include.h 616 using MagickCore::FillRule;
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 147 FillRule => 'types.html#FillRule',
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 269 ApplyLazyInheritedAttribute(FillRule);
  /external/ImageMagick/Magick++/lib/
Options.cpp 271 void Magick::Options::fillRule(const FillRule &fillRule_)
276 Magick::FillRule Magick::Options::fillRule(void) const
Drawable.cpp 356 Magick::DrawableClipRule::DrawableClipRule(const FillRule fillRule_)
371 void Magick::DrawableClipRule::fillRule(const FillRule fillRule_)
376 Magick::FillRule Magick::DrawableClipRule::fillRule(void) const
    [all...]
Image.cpp 799 void Magick::Image::fillRule(const Magick::FillRule &fillRule_)
802 options()->fillRule(fillRule_);
805 Magick::FillRule Magick::Image::fillRule(void) const
807 return constOptions()->fillRule();
    [all...]

Completed in 168 milliseconds