Searched refs:absDx (Results 1 – 1 of 1) sorted by relevance
342 const GLfloat absDx = (line->dx < 0.0F) ? -line->dx : line->dx; in segment() local369 if (absDx > absDy) { in segment()