Searched refs:expected_b (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 516 const auto expected_b = text_box.bottom() - v_diff * (1 - talign.topFactor); in DEF_TEST() local 518 std::fabs(shape_bounds.bottom() - expected_b) < tsize.tolerance, in DEF_TEST() 519 "%f %f %f %f %d", shape_bounds.bottom(), expected_b, tsize.tolerance, in DEF_TEST()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 572 const auto expected_b = text_box.bottom() - v_diff * (1 - talign.topFactor); in DEF_TEST() local 574 std::fabs(shape_bounds.bottom() - expected_b) < tsize.tolerance, in DEF_TEST() 575 "%f %f %f %f %d", shape_bounds.bottom(), expected_b, tsize.tolerance, in DEF_TEST()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 987 GLint expected_b[] = { 2, 5125, 1, 0, 1, 0, 2 }; in Run() local 988 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["b"], 7, props, 7, expected_b, erro… in Run()
|