Searched refs:qy2 (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
296 const GLfloat fy2 = sy - info->qy2;
356 line->qy2 = y1 - line->xAdj;
363 line->ey1 = line->qy2 - line->qy1;
365 line->ey2 = line->qy3 - line->qy2;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx2, qy2; member in struct:LineInfo
295 const GLfloat fy2 = sy - info->qy2;
355 line->qy2 = y1 - line->xAdj;
362 line->ey1 = line->qy2 - line->qy1;
364 line->ey2 = line->qy3 - line->qy2;

Completed in 3 milliseconds