Lines Matching refs:top
135 double top = std::min(line1[0].fY, line1[1].fY);
138 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
142 double top = std::min(line2[0].fY, line2[1].fY);
145 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
182 double top = std::min(line1[0].fY, line1[1].fY);
185 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
191 double top = std::min(line2[0].fY, line2[1].fY);
194 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);