Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c74 ScanLineList *pSLL, *pPrevSLL; in miInsertEdgeInET() local
81 pSLL = pPrevSLL->next; in miInsertEdgeInET()
82 while (pSLL && (pSLL->scanline < scanline)) { in miInsertEdgeInET()
83 pPrevSLL = pSLL; in miInsertEdgeInET()
84 pSLL = pSLL->next; in miInsertEdgeInET()
90 if ((!pSLL) || (pSLL->scanline > scanline)) { in miInsertEdgeInET()
100 pSLL = &((*SLLBlock)->SLLs[(*iSLLBlock)++]); in miInsertEdgeInET()
102 pSLL->next = pPrevSLL->next; in miInsertEdgeInET()
103 pSLL->edgelist = NULL; in miInsertEdgeInET()
104 pPrevSLL->next = pSLL; in miInsertEdgeInET()
[all …]