Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 7 of 7) sorted by relevance

/imagick/tests/
H A D243_Tutorial_svgExample_basic.phpt17 <use xlink:href='#ellipse' fill='#0000ff' />
18 <use xlink:href='#ellipse' fill='#0099ff' transform='rotate(72)' />
/imagick/
H A Dshim_im6_to_im7.h21 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 Dshim_im6_to_im7.c329 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 DImagick.stub.php476 bool $fill = false, argument
H A Dimagick_class.c7815 …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 DImagick_arginfo.h1998 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fill, _IS_BOOL, 0, "false")
2000 ZEND_ARG_INFO(0, fill)
H A DChangeLog475 - added fill param to thumbnailImage

Completed in 88 milliseconds