Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c55 GLfloat qx2, qy2; member
295 const GLfloat fx2 = sx - info->qx2; in compute_coveragef()
355 line->qx2 = x1 + line->yAdj; in segment()
362 line->ex1 = line->qx2 - line->qx1; in segment()
364 line->ex2 = line->qx3 - line->qx2; in segment()