Searched refs: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
369 if (absDx > absDy) {
/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
368 if (absDx > absDy) {

Completed in 3 milliseconds