Lines Matching defs:LineInfo
44 struct LineInfo struct
46 GLfloat x0, y0; /* start */
47 GLfloat x1, y1; /* end */
48 GLfloat dx, dy; /* direction vector */
49 GLfloat len; /* length */
50 GLfloat halfWidth; /* half of line width */
51 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */
53 GLfloat qx0, qy0; /* quad vertices */
54 GLfloat qx1, qy1;
55 GLfloat qx2, qy2;
56 GLfloat qx3, qy3;
57 GLfloat ex0, ey0; /* quad edge vectors */
58 GLfloat ex1, ey1;
59 GLfloat ex2, ey2;
60 GLfloat ex3, ey3;
63 GLfloat zPlane[4];
65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4];
67 GLfloat wPlane[4];
68 GLfloat attrPlane[VARYING_SLOT_MAX][4][4];
69 GLfloat lambda[VARYING_SLOT_MAX];
70 GLfloat texWidth[VARYING_SLOT_MAX];
71 GLfloat texHeight[VARYING_SLOT_MAX];
73 SWspan span;