Lines Matching refs:halfWidth
50 GLfloat halfWidth; /* half of line width */ member
375 xLeft = x0 - line->halfWidth; in segment()
376 xRight = x1 + line->halfWidth; in segment()
378 yBot = y0 - 3.0F * line->halfWidth; in segment()
379 yTop = y0 + line->halfWidth; in segment()
382 yBot = y0 - line->halfWidth; in segment()
383 yTop = y0 + 3.0F * line->halfWidth; in segment()
387 xLeft = x1 - line->halfWidth; in segment()
388 xRight = x0 + line->halfWidth; in segment()
390 yBot = y1 - 3.0F * line->halfWidth; in segment()
391 yTop = y1 + line->halfWidth; in segment()
394 yBot = y1 - line->halfWidth; in segment()
395 yTop = y1 + 3.0F * line->halfWidth; in segment()
421 yBot = y0 - line->halfWidth; in segment()
422 yTop = y1 + line->halfWidth; in segment()
424 xLeft = x0 - 3.0F * line->halfWidth; in segment()
425 xRight = x0 + line->halfWidth; in segment()
428 xLeft = x0 - line->halfWidth; in segment()
429 xRight = x0 + 3.0F * line->halfWidth; in segment()
433 yBot = y1 - line->halfWidth; in segment()
434 yTop = y0 + line->halfWidth; in segment()
436 xLeft = x1 - 3.0F * line->halfWidth; in segment()
437 xRight = x1 + line->halfWidth; in segment()
440 xLeft = x1 - line->halfWidth; in segment()
441 xRight = x1 + 3.0F * line->halfWidth; in segment()