Searched refs:yAdj (Results 1 – 2 of 2) sorted by relevance
51 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ member351 line->qx0 = x0 - line->yAdj; in segment()353 line->qx1 = x0 + line->yAdj; in segment()355 line->qx2 = x1 + line->yAdj; in segment()357 line->qx3 = x1 - line->yAdj; in segment()
133 line.yAdj = line.dy / line.len * line.halfWidth; in NAME()