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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx1, qy1; member in struct:LineInfo
293 const GLfloat fx1 = sx - info->qx1;
353 line->qx1 = x0 + line->yAdj;
360 line->ex0 = line->qx1 - line->qx0;
362 line->ex1 = line->qx2 - line->qx1;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c53 GLfloat qx1, qy1; member in struct:LineInfo
292 const GLfloat fx1 = sx - info->qx1;
352 line->qx1 = x0 + line->yAdj;
359 line->ex0 = line->qx1 - line->qx0;
361 line->ex1 = line->qx2 - line->qx1;

Completed in 4 milliseconds