Searched defs:absDx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c342 const GLfloat absDx = (line->dx < 0.0F) ? -line->dx : line->dx; local in function:segment
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c341 const GLfloat absDx = (line->dx < 0.0F) ? -line->dx : line->dx; local in function:segment

Completed in 7 milliseconds