Lines Matching refs:lefts
1107 PolyEdgeRec lefts[2], rights[2];
1130 lefts[0].height = lw;
1131 lefts[0].x = xorgi;
1133 lefts[0].x -= (lw >> 1);
1134 lefts[0].stepx = 0;
1135 lefts[0].signdx = 1;
1136 lefts[0].e = -lw;
1137 lefts[0].dx = 0;
1138 lefts[0].dy = lw;
1149 lefts, rights, 1, 1);
1163 lefts[0].height = bottomy - topy;
1164 lefts[0].x = xorgi - (lw >> 1);
1165 lefts[0].stepx = 0;
1166 lefts[0].signdx = 1;
1167 lefts[0].e = -dy;
1168 lefts[0].dx = dx;
1169 lefts[0].dy = dy;
1172 rights[0].x = lefts[0].x + (lw-1);
1178 miFillPolyHelper (pDrawable, pGC, pixel, spanData, topy, bottomy - topy, lefts, rights, 1, 1);
1189 left = &lefts[0];
1191 bottom = &lefts[1];
1196 left = &lefts[1];
1197 top = &lefts[0];
1260 bottom->height + bottomy - topy, lefts, rights, 2, 2);
1291 PolyEdgeRec lefts[2], rights[2];
1377 left = &lefts[0];
1379 bottom = &lefts[1];
1384 left = &lefts[1];
1385 top = &lefts[0];
1482 bottom->height + bottomy - topy, lefts, rights, 2, 2);