Lines Matching refs:tsize
468 for (const auto& tsize : kTestSizes) {
472 tsize.text_size,
473 0, tsize.text_size,
474 tsize.text_size,
496 std::fabs(shape_bounds.left() - expected_l) < tsize.tolerance,
497 "%f %f %f %f %d", shape_bounds.left(), expected_l, tsize.tolerance,
498 tsize.text_size, talign.align);
502 std::fabs(shape_bounds.right() - expected_r) < tsize.tolerance,
503 "%f %f %f %f %d", shape_bounds.right(), expected_r, tsize.tolerance,
504 tsize.text_size, talign.align);
539 for (const auto& tsize : kTestSizes) {
543 tsize.text_size,
544 0, tsize.text_size,
545 tsize.text_size,
568 std::fabs(shape_bounds.top() - expected_t) < tsize.tolerance,
569 "%f %f %f %f %d", shape_bounds.top(), expected_t, tsize.tolerance,
570 tsize.text_size, SkToU32(talign.align));
574 std::fabs(shape_bounds.bottom() - expected_b) < tsize.tolerance,
575 "%f %f %f %f %d", shape_bounds.bottom(), expected_b, tsize.tolerance,
576 tsize.text_size, SkToU32(talign.align));