Home
last modified time | relevance | path

Searched refs:f_rotate (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tags.c++1224 f_rotate = 0.0; in Reset()
1303 f_rotate = fmod(rotate, M_PI * 2.0); in SetRotate()
1371 c = cos(f_rotate); in ComputeMatrix()
1372 s = sin(f_rotate); in ComputeMatrix()
/dports/www/squid/squid-4.15/src/log/
H A DFile.cc30 f_rotate(NULL), in Logfile()
102 lf->f_rotate(lf, rotateCount); in logfileRotate()
H A DFile.h61 LOGROTATE *f_rotate; variable
H A DModSyslog.cc145 lf->f_rotate = logfile_mod_syslog_rotate; in logfile_mod_syslog_open()
H A DModUdp.cc142 lf->f_rotate = logfile_mod_udp_rotate; in logfile_mod_udp_open()
H A DModStdio.cc184 lf->f_rotate = logfile_mod_stdio_rotate; in logfile_mod_stdio_open()
H A DModDaemon.cc222 lf->f_rotate = logfile_mod_daemon_rotate; in logfile_mod_daemon_open()
H A DTcpLogger.cc476 lf->f_rotate = &Rotate; in Open()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DGraphicsTypes.h550 short f_rotate; //int member
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DObject.cpp321 eerie->frames[i].f_rotate = checked_range_cast<short>(lKeyOrient); in TheaToEerie()
422 if(!eerie->frames[i].f_rotate) { in TheaToEerie()
425 while((k >= 0) && (!eerie->frames[k].f_rotate)) { in TheaToEerie()
430 while ((j < th->nb_key_frames) && (!eerie->frames[j].f_rotate)) { in TheaToEerie()
451 eerie->frames[i].f_rotate = true; in TheaToEerie()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h606 double f_rotate; variable