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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c55 GLfloat qx2, qy2; member in struct:LineInfo
295 const GLfloat fx2 = sx - info->qx2;
355 line->qx2 = x1 + line->yAdj;
362 line->ex1 = line->qx2 - line->qx1;
364 line->ex2 = line->qx3 - line->qx2;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx2, qy2; member in struct:LineInfo
294 const GLfloat fx2 = sx - info->qx2;
354 line->qx2 = x1 + line->yAdj;
361 line->ex1 = line->qx2 - line->qx1;
363 line->ex2 = line->qx3 - line->qx2;

Completed in 3 milliseconds