/dports/graphics/py-wand/Wand-0.6.7/wand/ |
H A D | drawing.py | 897 def alpha(self, x=None, y=None, paint_method='undefined'): argument 927 paint_method=paint_method) 928 op = PAINT_METHOD_TYPES.index(paint_method) 1019 def color(self, x=0.0, y=0.0, paint_method='undefined'): argument 1038 paint_method=paint_method) 1039 op = PAINT_METHOD_TYPES.index(paint_method) 1200 def matte(self, x=0.0, y=0.0, paint_method='undefined'): argument 1230 paint_method=paint_method) 1231 op = PAINT_METHOD_TYPES.index(paint_method)
|
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/ |
H A D | imagickdraw_class.c | 1052 im_long paint_method; in PHP_METHOD() local 1055 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddl", &x, &y, &paint_method) == FAILURE) { in PHP_METHOD() 1061 DrawMatte(internd->drawing_wand, x, y, paint_method); in PHP_METHOD() 1081 im_long paint_method; in PHP_METHOD() local 1084 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddl", &x, &y, &paint_method) == FAILURE) { in PHP_METHOD() 1090 DrawAlpha(internd->drawing_wand, x, y, paint_method); in PHP_METHOD() 1350 im_long paint_method; local 1353 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddl", &x, &y, &paint_method) == FAILURE) { 1359 DrawColor(internd->drawing_wand, x, y, paint_method);
|
/dports/graphics/pecl-imagick/imagick-3.5.1/ |
H A D | imagickdraw_class.c | 1052 im_long paint_method; in PHP_METHOD() local 1055 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddl", &x, &y, &paint_method) == FAILURE) { in PHP_METHOD() 1061 DrawMatte(internd->drawing_wand, x, y, paint_method); in PHP_METHOD() 1081 im_long paint_method; in PHP_METHOD() local 1084 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddl", &x, &y, &paint_method) == FAILURE) { in PHP_METHOD() 1090 DrawAlpha(internd->drawing_wand, x, y, paint_method); in PHP_METHOD() 1350 im_long paint_method; local 1353 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddl", &x, &y, &paint_method) == FAILURE) { 1359 DrawColor(internd->drawing_wand, x, y, paint_method);
|
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/ |
H A D | draw.h | 130 const PaintMethod paint_method),
|
H A D | draw.c | 186 const PaintMethod paint_method); 2534 const PaintMethod paint_method) in DrawMatte() argument 2542 switch (paint_method) in DrawMatte()
|
/dports/graphics/fpc-imagemagick/fpc-3.2.2/packages/imagemagick/src/ |
H A D | drawing_wand.inc | 175 const paint_method: PaintMethod); cdecl; external WandExport; 183 const paint_method: PaintMethod); cdecl; external WandExport;
|
/dports/lang/fpc-source/fpc-3.2.2/packages/imagemagick/src/ |
H A D | drawing_wand.inc | 175 const paint_method: PaintMethod); cdecl; external WandExport; 183 const paint_method: PaintMethod); cdecl; external WandExport;
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/ |
H A D | spyro_plus.py | 587 def __init__(self, name, paint_method, can_color=True): argument 589 self.paint_method = paint_method 598 pdb.gimp_context_set_paint_method(self.paint_method)
|
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/ |
H A D | msl.c | 1620 paint_method; in MSLStartElement() local 1637 paint_method=FloodfillMethod; in MSLStartElement() 1654 paint_method=FillToBorderMethod; in MSLStartElement() 1735 paint_method == FloodfillMethod ? MagickFalse : MagickTrue); in MSLStartElement() 3703 paint_method; in MSLStartElement() local 3716 paint_method=FloodfillMethod; in MSLStartElement() 3733 paint_method=FillToBorderMethod; in MSLStartElement() 3823 paint_method == FloodfillMethod ? MagickFalse : MagickTrue); in MSLStartElement()
|
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/ |
H A D | msl.c | 1626 paint_method; in MSLStartElement() local 1643 paint_method=FloodfillMethod; in MSLStartElement() 1661 paint_method=FillToBorderMethod; in MSLStartElement() 1744 geometry.x,geometry.y,paint_method == FloodfillMethod ? in MSLStartElement() 3690 paint_method; in MSLStartElement() local 3703 paint_method=FloodfillMethod; in MSLStartElement() 3721 paint_method=FillToBorderMethod; in MSLStartElement() 3814 geometry.x,geometry.y,paint_method == FloodfillMethod ? in MSLStartElement()
|
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/ |
H A D | msl.c | 1620 paint_method; in MSLStartElement() local 1637 paint_method=FloodfillMethod; in MSLStartElement() 1654 paint_method=FillToBorderMethod; in MSLStartElement() 1735 paint_method == FloodfillMethod ? MagickFalse : MagickTrue); in MSLStartElement() 3703 paint_method; in MSLStartElement() local 3716 paint_method=FloodfillMethod; in MSLStartElement() 3733 paint_method=FillToBorderMethod; in MSLStartElement() 3823 paint_method == FloodfillMethod ? MagickFalse : MagickTrue); in MSLStartElement()
|
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/ |
H A D | msl.c | 1626 paint_method; in MSLStartElement() local 1643 paint_method=FloodfillMethod; in MSLStartElement() 1661 paint_method=FillToBorderMethod; in MSLStartElement() 1744 geometry.x,geometry.y,paint_method == FloodfillMethod ? in MSLStartElement() 3690 paint_method; in MSLStartElement() local 3703 paint_method=FloodfillMethod; in MSLStartElement() 3721 paint_method=FillToBorderMethod; in MSLStartElement() 3814 geometry.x,geometry.y,paint_method == FloodfillMethod ? in MSLStartElement()
|
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/ |
H A D | drawing-wand.c | 664 const PaintMethod paint_method) in DrawAlpha() argument 671 MagickMethodOptions,(ssize_t) paint_method)); in DrawAlpha() 948 const PaintMethod paint_method) in DrawColor() argument 955 MagickMethodOptions,(ssize_t) paint_method)); in DrawColor()
|
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/ |
H A D | drawing-wand.c | 664 const PaintMethod paint_method) in DrawAlpha() argument 671 MagickMethodOptions,(ssize_t) paint_method)); in DrawAlpha() 948 const PaintMethod paint_method) in DrawColor() argument 955 MagickMethodOptions,(ssize_t) paint_method)); in DrawColor()
|
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/wand/ |
H A D | drawing-wand.c | 995 const PaintMethod paint_method) in DrawColor() argument 1002 MagickMethodOptions,(ssize_t) paint_method)); in DrawColor() 2742 const PaintMethod paint_method) in DrawMatte() argument 2749 MagickMethodOptions,(ssize_t) paint_method)); in DrawMatte()
|
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/wand/ |
H A D | drawing-wand.c | 995 const PaintMethod paint_method) in DrawColor() argument 1002 MagickMethodOptions,(ssize_t) paint_method)); in DrawColor() 2742 const PaintMethod paint_method) in DrawMatte() argument 2749 MagickMethodOptions,(ssize_t) paint_method)); in DrawMatte()
|
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/ |
H A D | drawing_wand.c | 2361 const double y,const PaintMethod paint_method) in DrawMatte() argument 2368 switch (paint_method) in DrawMatte()
|