Searched refs:CurrPt (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolyutil.c | 169 DDXPointPtr PrevPt, CurrPt; 201 CurrPt = pts++; 206 if (PrevPt->y > CurrPt->y) 208 bottom = PrevPt, top = CurrPt; 213 bottom = CurrPt, top = PrevPt; 241 PrevPt = CurrPt; 167 DDXPointPtr PrevPt, CurrPt; local in function:miCreateETandAET
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | PolyReg.c | 167 register XPoint *PrevPt, *CurrPt; 198 CurrPt = pts++; 203 if (PrevPt->y > CurrPt->y) 205 bottom = PrevPt, top = CurrPt; 210 bottom = CurrPt, top = PrevPt; 236 PrevPt = CurrPt; 166 register XPoint *PrevPt, *CurrPt; local in function:CreateETandAET
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipoly.c | 166 DDXPointPtr PrevPt, CurrPt; local in function:miCreateETandAET 198 CurrPt = pts++; 203 if (PrevPt->y > CurrPt->y) { 204 bottom = PrevPt, top = CurrPt; 208 bottom = CurrPt, top = PrevPt; 234 PrevPt = CurrPt;
|
Completed in 5 milliseconds