Searched refs:pCookie (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-glint/dist/src/ | ||
| H A D | pm2_video.c | 776 CookiePtr pCookie; local in function:RemakePutCookies 787 if (!(pCookie = (CookiePtr) realloc(pPPriv->pCookies, nBox * sizeof(CookieRec)))) 790 pPPriv->pCookies = pCookie; 797 for (pCookie = pPPriv->pCookies; nBox--; pCookie++, pBox++) { 799 pCookie->y1 = pBox->y1; 800 pCookie->y2 = pBox->x1; 801 pCookie->xy = (pBox->y1 << 16) | pBox->x1; 802 pCookie->wh = ((pBox->y2 - pBox->y1) << 16) | 806 pCookie 827 CookiePtr pCookie = pPPriv->pCookies; local in function:PutYUV 913 CookiePtr pCookie = pPPriv->pCookies; local in function:PutRGB 1050 CookiePtr pCookie; local in function:RemakeGetCookies 1110 CookiePtr pCookie = pPPriv->pCookies; local in function:GetYUV [all...] |
Completed in 4 milliseconds