Lines Matching refs:pWin
346 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
347 if (!pWin)
350 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
352 val = DgaWgGrab(pWin, NEW);
396 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
399 if (!pWin)
401 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
403 val = DgaWgUngrab(pWin, NEW);
525 WindowPtr pWin = (WindowPtr)LookupIDByType(drawid, RT_WINDOW);
527 if (!pWin)
529 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
531 return(DgaWidGrab(pWin, nwids));
586 WindowPtr pWin = (WindowPtr)LookupIDByType(drawid, RT_WINDOW);
588 if (!pWin)
590 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
593 return(DgaFcsGrab(pWin, nfcs));
648 WindowPtr pWin = (WindowPtr)LookupIDByType(drawid, RT_WINDOW);
650 if (!pWin)
652 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
654 return(DgaZbufGrab(pWin, nzbuftype));
709 WindowPtr pWin = (WindowPtr)LookupIDByType(drawid, RT_WINDOW);
711 if (!pWin)
713 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
715 return(DgaStereoGrab(pWin, st_mode));
771 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
773 if (!pWin)
775 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
778 return(DgaABuffersGrabInfo((DrawablePtr)pWin, type, buffer_site));
813 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
815 if (!pWin)
817 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
819 return(DgaABuffersUngrabInfo((DrawablePtr)pWin, type));
854 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
856 if (!pWin)
858 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
861 return(DgaBufGrab(pWin, nbuffers));
895 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
897 if (!pWin)
899 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
901 return(DgaBufUngrab(pWin));
933 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
935 if (!pWin)
937 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
939 return(DgaSharedRetained(pWin, 1, win));
971 WindowPtr pWin = (WindowPtr)LookupIDByType(win, RT_WINDOW);
973 if (!pWin)
975 if (((DrawablePtr)pWin)->type == DRAWABLE_PIXMAP)
977 return(DgaSharedRetained(pWin, 0, win));