Searched refs:vertex1 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaFillPoly.c | 128 int c = 0, vertex1, vertex2; local in function:XAAIsEasyPolygon 134 vertex1 = extents->x1 - origin; 141 if (((c - vertex1) | (vertex2 - c)) & 0x80008000) 161 if (((c - vertex1) | (vertex2 - c)) & 0x80008000) 207 int origin, vertex1, vertex2; local in function:XAAFillPolygonSolid 248 vertex2 = vertex1 = *vertex2p++; 256 if (y == intToY(vertex1)) { 261 Setup (c,x1,vertex1,dx1,dy1,e1,sign1,step1,DX1) 262 } while (y >= intToY(vertex1)); 266 h = intToY(vertex1) 362 int vertex1, vertex2; local in function:XAAFillPolygonHelper [all...] |
Completed in 2 milliseconds