Lines Matching defs:leftU
115 Int leftU,
146 if(botVertex[0] <= grid->get_u_value(leftU))
164 int midU = leftU;
173 grid->outputFanWithPoint(gridV, leftU, midU, botVertex, pStream);
182 stripOfFanRight(rightChain, segIndexMono, segIndexPass, grid, gridV, leftU, rightU, pStream, 1);
184 tempTop[0] = grid->get_u_value(leftU);
190 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
199 Int leftU,
206 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
226 leftU,
240 Int leftU,
245 //the possible section which is to the left of leftU
246 if(segIndexPass > leftCorner) //at least leftCorner is to the left of leftU
254 tempTop[0] = grid->get_u_value(leftU);
263 stripOfFanLeft(leftChain, segIndexMono, segIndexPass, grid, gridV, leftU, rightU, pStream, 1);
274 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
285 Int leftU,
292 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
297 findBotLeftSegment(leftChain, leftEnd, leftCorner, grid->get_u_value(leftU), segIndexMono, segIndexPass);
307 leftU, rightU, pStream);