Searched refs:affine (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 174_ImagickDraw_affine_basic.phpt | 2 Test ImagickDraw, affine 12 function affine($strokeColor, $fillColor, $backgroundColor) { 32 //Rotate the drawing co-ordinates. The shear affine matrix 39 //The identiy affine matrix 50 $draw->affine($example); 70 affine($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | 234_Tutorial_edgeExtend_basic.phpt | 28 //Now scale, rotate, translate (aka affine project) it 41 //Fyi it may be easier to think of the affine transform by
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 60 $draw->affine($affineRotate);
|
/imagick/ |
H A D | ImagickDraw.stub.php | 165 public function affine(array $affine): bool {} argument
|
H A D | ImagickDraw_arginfo.h | 817 ZEND_ARG_TYPE_INFO(0, affine, IS_ARRAY, 0) 819 ZEND_ARG_INFO(0, affine) 1667 ZEND_METHOD(ImagickDraw, affine); 1843 ZEND_ME(ImagickDraw, affine, arginfo_class_ImagickDraw_affine, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 1232 PHP_METHOD(ImagickDraw, affine) argument 1240 HashTable *affine; local 1255 affine = Z_ARRVAL_P(affine_matrix); 1256 zend_hash_internal_pointer_reset_ex(affine, (HashPosition *) 0); 1268 if (zend_hash_find(affine, matrix_elements[i], 3, (void**)&ppzval) == FAILURE) {
|
H A D | ChangeLog | 454 - Fix conversion to double in affine matrices 691 + Fixed a bug in ImagickDraw::affine().
|
H A D | php_imagick_defs.h | 1025 PHP_METHOD(imagickdraw, affine);
|
Completed in 24 milliseconds