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