Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c55 GLfloat qx3, qy3; member
296 const GLfloat fx3 = sx - info->qx3; in compute_coveragef()
356 line->qx3 = x1 - line->yAdj; in segment()
363 line->ex2 = line->qx3 - line->qx2; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()