Searched refs:pattern_id (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | ImagickDraw.stub.php | 321 string $pattern_id, argument
|
H A D | imagickdraw_class.c | 2392 char *pattern_id; local 2397 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sdddd", &pattern_id, &pattern_id_len, &x, &y… 2403 DrawPushPattern(internd->drawing_wand, pattern_id, x, y, width, height);
|
H A D | ImagickDraw_arginfo.h | 1217 ZEND_ARG_TYPE_INFO(0, pattern_id, IS_STRING, 0) 1219 ZEND_ARG_INFO(0, pattern_id)
|
Completed in 17 milliseconds