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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx3, qy3; member in struct:LineInfo
295 const GLfloat fx3 = sx - info->qx3;
355 line->qx3 = x1 - line->yAdj;
362 line->ex2 = line->qx3 - line->qx2;
364 line->ex3 = line->qx0 - line->qx3;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx3, qy3; member in struct:LineInfo
295 const GLfloat fx3 = sx - info->qx3;
355 line->qx3 = x1 - line->yAdj;
362 line->ex2 = line->qx3 - line->qx2;
364 line->ex3 = line->qx0 - line->qx3;

Completed in 55 milliseconds