Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c51 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ member
351 line->qx0 = x0 - line->yAdj; in segment()
353 line->qx1 = x0 + line->yAdj; in segment()
355 line->qx2 = x1 + line->yAdj; in segment()
357 line->qx3 = x1 - line->yAdj; in segment()
Ds_aalinetemp.h133 line.yAdj = line.dy / line.len * line.halfWidth; in NAME()