Home
last modified time | relevance | path

Searched refs:pPrevSLL (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c74 ScanLineList *pSLL, *pPrevSLL; in miInsertEdgeInET() local
80 pPrevSLL = &ET->scanlines; in miInsertEdgeInET()
81 pSLL = pPrevSLL->next; in miInsertEdgeInET()
83 pPrevSLL = pSLL; in miInsertEdgeInET()
102 pSLL->next = pPrevSLL->next; in miInsertEdgeInET()
104 pPrevSLL->next = pSLL; in miInsertEdgeInET()