Home
last modified time | relevance | path

Searched refs:sc_cy (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/wscons/
H A Dtpcalib.c81 *y = (sc->sc_ay * rawx + sc->sc_by * rawy) / SCALE + sc->sc_cy; in tpcalib_trans()
114 &sc->sc_ay, &sc->sc_by, &sc->sc_cy)) { in tpcalib_ioctl()
131 sc->sc_ay, sc->sc_by, sc->sc_cy)); in tpcalib_ioctl()
H A Dtpcalibvar.h34 int sc_ay, sc_by, sc_cy; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dcy_pci.c31 struct cy_softc sc_cy; /* real cy softc */ member
90 struct cy_softc *sc = &psc->sc_cy; in cy_pci_attach()
/dports/graphics/bitmap/bitmap-b02297f/
H A Dbitmap_image.hpp2492 const int sc_cy = static_cast<int>(cart_to_screen_y(centery)); in ellipse() local
2494 draw_.ellipse(sc_cx, sc_cy, static_cast<int>(a), static_cast<int>(b)); in ellipse()
2500 const int sc_cy = static_cast<int>(cart_to_screen_y(centery)); in circle() local
2502 draw_.circle(sc_cx, sc_cy, static_cast<int>(radius)); in circle()