Lines Matching refs:pParent
351 compImplicitRedirect(WindowPtr pWin, WindowPtr pParent) in compImplicitRedirect() argument
353 if (pParent) { in compImplicitRedirect()
356 XID parentVisual = wVisual(pParent); in compImplicitRedirect()
663 WindowPtr pParent = pWin->parent; in compWindowUpdateAutomatic() local
675 PicturePtr pDstPicture = CreatePicture(0, &pParent->drawable, in compWindowUpdateAutomatic()
695 RegionTranslate(pRegion, -pParent->drawable.x, -pParent->drawable.y); in compWindowUpdateAutomatic()
708 pSrcPixmap->screen_x - pParent->drawable.x, in compWindowUpdateAutomatic()
709 pSrcPixmap->screen_y - pParent->drawable.y, in compWindowUpdateAutomatic()
789 WindowPtr pParent = pWin->parent; in compConfigNotify() local
808 draw_x = pParent->drawable.x + x + bw; in compConfigNotify()
809 draw_y = pParent->drawable.y + y + bw; in compConfigNotify()