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