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