Home
last modified time | relevance | path

Searched refs:affine (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D174_ImagickDraw_affine_basic.phpt2 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 D234_Tutorial_edgeExtend_basic.phpt28 //Now scale, rotate, translate (aka affine project) it
41 //Fyi it may be easier to think of the affine transform by
H A D031_Imagick_affineTransformImage_basic.phpt60 $draw->affine($affineRotate);
/imagick/
H A DImagickDraw.stub.php165 public function affine(array $affine): bool {} argument
H A DImagickDraw_arginfo.h817 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 Dimagickdraw_class.c1232 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 DChangeLog454 - Fix conversion to double in affine matrices
691 + Fixed a bug in ImagickDraw::affine().
H A Dphp_imagick_defs.h1025 PHP_METHOD(imagickdraw, affine);

Completed in 31 milliseconds