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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c53 GLfloat qx2, qy2; member in struct:LineInfo
293 const GLfloat fx2 = sx - info->qx2;
353 line->qx2 = x1 + line->yAdj;
360 line->ex1 = line->qx2 - line->qx1;
362 line->ex2 = line->qx3 - line->qx2;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c53 GLfloat qx2, qy2; member in struct:LineInfo
293 const GLfloat fx2 = sx - info->qx2;
353 line->qx2 = x1 + line->yAdj;
360 line->ex1 = line->qx2 - line->qx1;
362 line->ex2 = line->qx3 - line->qx2;

Completed in 129 milliseconds