Searched refs:ckeyFilled (Results 1 – 2 of 2) sorted by relevance
298 if (pPriv->ckeyFilled) in xf86XVFreeAdaptor()299 RegionDestroy(pPriv->ckeyFilled); in xf86XVFreeAdaptor()915 if (portPriv->ckeyFilled) { in xf86XVRemovePortFromWindow()916 RegionDestroy(portPriv->ckeyFilled); in xf86XVRemovePortFromWindow()917 portPriv->ckeyFilled = NULL; in xf86XVRemovePortFromWindow()1088 if (visible && pPriv->ckeyFilled) { in xf86XVWindowExposures()1094 RegionSubtract(pPriv->ckeyFilled, pPriv->ckeyFilled, &tmp); in xf86XVWindowExposures()1746 if (!portPriv->ckeyFilled) in xf86XVFillKeyHelperPort()1747 portPriv->ckeyFilled = RegionCreate(NULL, 0); in xf86XVFillKeyHelperPort()1752 RegionSubtract(fillboxes, clipboxes, portPriv->ckeyFilled); in xf86XVFillKeyHelperPort()[all …]
72 RegionPtr ckeyFilled; member