Lines Matching refs:halfWidth
49 GLfloat halfWidth; /* half of line width */ member
374 xLeft = x0 - line->halfWidth; in segment()
375 xRight = x1 + line->halfWidth; in segment()
377 yBot = y0 - 3.0F * line->halfWidth; in segment()
378 yTop = y0 + line->halfWidth; in segment()
381 yBot = y0 - line->halfWidth; in segment()
382 yTop = y0 + 3.0F * line->halfWidth; in segment()
386 xLeft = x1 - line->halfWidth; in segment()
387 xRight = x0 + line->halfWidth; in segment()
389 yBot = y1 - 3.0F * line->halfWidth; in segment()
390 yTop = y1 + line->halfWidth; in segment()
393 yBot = y1 - line->halfWidth; in segment()
394 yTop = y1 + 3.0F * line->halfWidth; in segment()
420 yBot = y0 - line->halfWidth; in segment()
421 yTop = y1 + line->halfWidth; in segment()
423 xLeft = x0 - 3.0F * line->halfWidth; in segment()
424 xRight = x0 + line->halfWidth; in segment()
427 xLeft = x0 - line->halfWidth; in segment()
428 xRight = x0 + 3.0F * line->halfWidth; in segment()
432 yBot = y1 - line->halfWidth; in segment()
433 yTop = y0 + line->halfWidth; in segment()
435 xLeft = x1 - 3.0F * line->halfWidth; in segment()
436 xRight = x1 + line->halfWidth; in segment()
439 xLeft = x1 - line->halfWidth; in segment()
440 xRight = x1 + 3.0F * line->halfWidth; in segment()