Home
last modified time | relevance | path

Searched refs:expect_h (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/
H A Dlodepng_unittest.cpp3069 …onst std::string& png64, bool expect_error, unsigned expect_w, unsigned expect_h, const std::strin… in testBase64Image() argument
3082 ASSERT_EQUALS(expect_h, h); in testBase64Image()
3097 ASSERT_EQUALS(expect_h, h); in testBase64Image()
3108 ASSERT_EQUALS(expect_h, h); in testBase64Image()
3131 ASSERT_EQUALS(expect_h, h); in testBase64Image()
3142 …const std::string& name, bool expect_error, unsigned expect_w, unsigned expect_h, const std::strin… in testPngSuiteImage() argument
3145 testBase64Image(png64, expect_error, expect_w, expect_h, expect_md5); in testPngSuiteImage()