Lines Matching refs:tolerance
445 tolerance;
496 std::fabs(shape_bounds.left() - expected_l) < tsize.tolerance,
497 "%f %f %f %f %d", shape_bounds.left(), expected_l, tsize.tolerance,
502 std::fabs(shape_bounds.right() - expected_r) < tsize.tolerance,
503 "%f %f %f %f %d", shape_bounds.right(), expected_r, tsize.tolerance,
516 tolerance;
568 std::fabs(shape_bounds.top() - expected_t) < tsize.tolerance,
569 "%f %f %f %f %d", shape_bounds.top(), expected_t, tsize.tolerance,
574 std::fabs(shape_bounds.bottom() - expected_b) < tsize.tolerance,
575 "%f %f %f %f %d", shape_bounds.bottom(), expected_b, tsize.tolerance,