Lines Matching refs:side
327 // We start looking left from the right side of the shape,
921 // endpoint vertex (i.e., the side of the shape).
922 BreakpointSet::iterator side = last;
923 while (!side->vert->id.isShape)
925 if (side == breakPoints.begin())
929 --side;
932 if (canSeeDown && side->vert->id.isShape)
935 EdgeInf(side->vert, vert->vert, orthogonal);
937 side->vert->point[dim]);
941 // endpoint vertex (i.e., the side of the shape).
942 side = vert;
943 while ((side != breakPoints.end()) &&
944 !side->vert->id.isShape)
946 ++side;
949 if (canSeeUp && (side != breakPoints.end()))
952 EdgeInf(last->vert, side->vert, orthogonal);
953 edge->setDist(side->vert->point[dim] -
2220 // to the "inner" side of them.