Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c270 RRRotation.RRConfig.rotation = rotation; in xf86RandRSetConfig()
271 RRRotation.RRConfig.rate = rate; in xf86RandRSetConfig()
272 RRRotation.RRConfig.width = pSize->width; in xf86RandRSetConfig()
273 RRRotation.RRConfig.height = pSize->height; in xf86RandRSetConfig()
294 RRRotation.RRConfig.rotation = oldRotation; in xf86RandRSetConfig()
295 RRRotation.RRConfig.rate = in xf86RandRSetConfig()
297 RRRotation.RRConfig.width = scrp->virtualX; in xf86RandRSetConfig()
298 RRRotation.RRConfig.height = scrp->virtualY; in xf86RandRSetConfig()
H A Dxf86str.h186 xorgRRConfig RRConfig; member