Searched refs:qy1 (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
294 const GLfloat fy1 = sy - info->qy1;
354 line->qy1 = y0 - line->xAdj;
361 line->ey0 = line->qy1 - line->qy0;
363 line->ey1 = line->qy2 - line->qy1;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c53 GLfloat qx1, qy1; member in struct:LineInfo
293 const GLfloat fy1 = sy - info->qy1;
353 line->qy1 = y0 - line->xAdj;
360 line->ey0 = line->qy1 - line->qy0;
362 line->ey1 = line->qy2 - line->qy1;

Completed in 3 milliseconds