Home
last modified time | relevance | path

Searched refs:sin_t (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dbug43073_1.phpt22 $sin_t = sin(deg2rad($delta_t));
27 $temp = $cos_t * $x + $sin_t * $y;
28 $y = $cos_t * $y - $sin_t * $x;
H A Dbug43073.phpt22 $sin_t = sin(deg2rad($delta_t));
27 $temp = $cos_t * $x + $sin_t * $y;
28 $y = $cos_t * $y - $sin_t * $x;
/PHP-5.5/ext/gd/libgd/
H A Dgd_matrix.c201 const double sin_t = sin (angle * M_PI / 180.0); in gdAffineRotate() local
205 dst[1] = sin_t; in gdAffineRotate()
206 dst[2] = -sin_t; in gdAffineRotate()

Completed in 7 milliseconds