Home
last modified time | relevance | path

Searched defs:s_angol (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhd63484.cpp821 void hd63484_device::draw_ellipse(int16_t cx, int16_t cy, double dx, double dy, double s_angol, dou… in draw_ellipse()
1363 double s_angol = atan2((double)(m_cpy - yc), (double)(m_cpx - xc)); in command_arc_exec() local
1394 double s_angol = atan2((double)(m_cpy - yc) / dy, (double)(m_cpx - xc) / dx); in command_earc_exec() local
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhd63484.cpp821 void hd63484_device::draw_ellipse(int16_t cx, int16_t cy, double dx, double dy, double s_angol, dou… in draw_ellipse()
1363 double s_angol = atan2((double)(m_cpy - yc), (double)(m_cpx - xc)); in command_arc_exec() local
1394 double s_angol = atan2((double)(m_cpy - yc) / dy, (double)(m_cpx - xc) / dx); in command_earc_exec() local