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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx1, qy1; member in struct:LineInfo
291 const GLfloat fx1 = sx - info->qx1;
351 line->qx1 = x0 + line->yAdj;
358 line->ex0 = line->qx1 - line->qx0;
360 line->ex1 = line->qx2 - line->qx1;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx1, qy1; member in struct:LineInfo
291 const GLfloat fx1 = sx - info->qx1;
351 line->qx1 = x0 + line->yAdj;
358 line->ex0 = line->qx1 - line->qx0;
360 line->ex1 = line->qx2 - line->qx1;

Completed in 58 milliseconds