Home
last modified time | relevance | path

Searched refs:qx1 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c54 GLfloat qx1, qy1; member
293 const GLfloat fx1 = sx - info->qx1; in compute_coveragef()
353 line->qx1 = x0 + line->yAdj; in segment()
360 line->ex0 = line->qx1 - line->qx0; in segment()
362 line->ex1 = line->qx2 - line->qx1; in segment()