Searched refs:NewRect (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dblendxor.c27 static struct rect OldRect, NewRect; variable in typeref:struct:rect
140 NewRect.x1 = x;
141 NewRect.y1 = y;
152 NewRect.x0 = NewRect.x1 = x;
153 NewRect.y0 = NewRect.y1 = y;
154 OldRect = NewRect;
H A Drubberband.c26 static struct rect OldRect, NewRect; variable in typeref:struct:rect
123 DrawRect(&NewRect); /* draw new */
125 OldRect = NewRect;
216 NewRect.x1 = x;
217 NewRect.y1 = y;
229 NewRect.x0 = NewRect.x1 = x;
230 NewRect.y0 = NewRect.y1 = y;
231 OldRect = NewRect;
[all...]

Completed in 2 milliseconds