Lines Matching refs:std
329 int start = std::min(fSectorStart, fSectorEnd);
330 int end = std::max(fSectorStart, fSectorEnd);
497 longest = std::max(longest, lenSq);
536 smallTs[index] = t = testAscends ? std::max(t, testT) : std::min(t, testT);
583 minX = std::min(minX, curve[idx2].fX);
584 minY = std::min(minY, curve[idx2].fY);
585 maxX = std::max(maxX, curve[idx2].fX);
586 maxY = std::max(maxY, curve[idx2].fY);
588 double maxWidth = std::max(maxX - minX, maxY - minY);
668 minX = std::min(minX, curve[idx2].fX);
669 minY = std::min(minY, curve[idx2].fY);
670 maxX = std::max(maxX, curve[idx2].fX);
671 maxY = std::max(maxY, curve[idx2].fY);
673 double maxWidth = std::max(maxX - minX, maxY - minY);
1091 int start = std::min(fSectorStart, fSectorEnd);
1101 start = std::min(fSectorStart, fSectorEnd);
1102 int end = std::max(fSectorStart, fSectorEnd);