Searched refs:fill (Results 1 – 7 of 7) sorted by relevance
/imagick/tests/ |
H A D | 243_Tutorial_svgExample_basic.phpt | 17 <use xlink:href='#ellipse' fill='#0000ff' /> 18 <use xlink:href='#ellipse' fill='#0099ff' transform='rotate(72)' />
|
/imagick/ |
H A D | shim_im6_to_im7.h | 21 const ChannelType channel,const PixelWand *fill,const double fuzz, 89 const ChannelType channel, const PixelWand *fill,const double fuzz, 124 const PixelWand *fill,const double fuzz,const MagickBooleanType invert);
|
H A D | shim_im6_to_im7.c | 329 const ChannelType channel,const PixelWand *fill,const double fuzz, in MagickFloodfillPaintImageChannel() argument 340 status = MagickFloodfillPaintImage(wand, fill, fuzz, bordercolor, x, y, invert); in MagickFloodfillPaintImageChannel() 668 const PixelWand *fill,const double fuzz,const MagickBooleanType invert) { in MagickOpaquePaintImageChannel() argument 676 status = MagickOpaquePaintImage(wand, target, fill, fuzz, invert); in MagickOpaquePaintImageChannel()
|
H A D | Imagick.stub.php | 476 bool $fill = false, argument
|
H A D | imagick_class.c | 7815 …x(MagickWand *magick_wand, im_long box_width, im_long box_height, zend_bool fill, zend_bool legacy) argument 7831 if (!fill) { 7856 zend_bool bestfit = 0, fill = 0; local 7861 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll|bbb", &width, &height, &bestfit, &fill, &… 7876 &bestfit, &fill, &legacy) == FAILURE) { 7885 if (bestfit && fill) { 7887 if (!s_resize_bounding_box(intern->magick_wand, width, height, fill, legacy)) {
|
H A D | Imagick_arginfo.h | 1998 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fill, _IS_BOOL, 0, "false") 2000 ZEND_ARG_INFO(0, fill)
|
H A D | ChangeLog | 475 - added fill param to thumbnailImage
|
Completed in 111 milliseconds