Searched refs:qx0 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c51 GLfloat qx0, qy0; /* quad vertices */ member in struct:LineInfo
289 const GLfloat fx0 = sx - info->qx0;
349 line->qx0 = x0 - line->yAdj;
358 line->ex0 = line->qx1 - line->qx0;
364 line->ex3 = line->qx0 - line->qx3;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c51 GLfloat qx0, qy0; /* quad vertices */ member in struct:LineInfo
289 const GLfloat fx0 = sx - info->qx0;
349 line->qx0 = x0 - line->yAdj;
358 line->ex0 = line->qx1 - line->qx0;
364 line->ex3 = line->qx0 - line->qx3;

Completed in 55 milliseconds