Searched refs:yAdj (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c51 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ member in struct:LineInfo
351 line->qx0 = x0 - line->yAdj;
353 line->qx1 = x0 + line->yAdj;
355 line->qx2 = x1 + line->yAdj;
357 line->qx3 = x1 - line->yAdj;
H A Ds_aalinetemp.h133 line.yAdj = line.dy / line.len * line.halfWidth;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c50 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ member in struct:LineInfo
350 line->qx0 = x0 - line->yAdj;
352 line->qx1 = x0 + line->yAdj;
354 line->qx2 = x1 + line->yAdj;
356 line->qx3 = x1 - line->yAdj;
H A Ds_aalinetemp.h133 line.yAdj = line.dy / line.len * line.halfWidth;

Completed in 4 milliseconds