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