Home
last modified time | relevance | path

Searched refs:cos_t (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/gd/tests/
H A Dbug43073.phpt37 $cos_t = cos(deg2rad($delta_t));
51 $temp = $cos_t * $x + $sin_t * $y;
52 $y = $cos_t * $y - $sin_t * $x;
/PHP-7.2/ext/gd/libgd/
H A Dgd_matrix.c202 const double cos_t = cos (angle * M_PI / 180.0); in gdAffineRotate() local
204 dst[0] = cos_t; in gdAffineRotate()
207 dst[3] = cos_t; in gdAffineRotate()

Completed in 5 milliseconds