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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c56 GLfloat qx3, qy3; member in struct:LineInfo
297 const GLfloat fx3 = sx - info->qx3;
357 line->qx3 = x1 - line->yAdj;
364 line->ex2 = line->qx3 - line->qx2;
366 line->ex3 = line->qx0 - line->qx3;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c55 GLfloat qx3, qy3; member in struct:LineInfo
296 const GLfloat fx3 = sx - info->qx3;
356 line->qx3 = x1 - line->yAdj;
363 line->ex2 = line->qx3 - line->qx2;
365 line->ex3 = line->qx0 - line->qx3;

Completed in 3 milliseconds