Searched refs:pSizes (Results 1 – 3 of 3) sorted by relevance
119 RRScreenSizePtr size = &pScrPriv->pSizes[i]; in RRScanOldConfig()139 free(pScrPriv->pSizes); in RRScanOldConfig()140 pScrPriv->pSizes = NULL; in RRScanOldConfig()267 if (RRScreenSizeMatches(&tmp, &pScrPriv->pSizes[i])) in RRRegisterSize()268 return &pScrPriv->pSizes[i]; in RRRegisterSize()269 pNew = reallocarray(pScrPriv->pSizes, in RRRegisterSize()274 pScrPriv->pSizes = pNew; in RRRegisterSize()320 pScrPriv->size = pSize - pScrPriv->pSizes; in RRSetCurrentConfig()
340 pScrPriv->pSizes = NULL; in RRScreenInit()
395 RRScreenSizePtr pSizes; member