Home | History | Annotate | Download | only in x11

Lines Matching refs:pCurrent

100     psb_x11_clip_list_t * pCurrent = NULL;
102 pCurrent = (psb_x11_clip_list_t *)calloc(1, sizeof(psb_x11_clip_list_t));
103 if (pCurrent) {
104 pCurrent->rect = *pRect;
105 pCurrent->next = pClipNext;
107 return pCurrent;