Searched refs:compare (Results 1 – 6 of 6) sorted by relevance
33 - `ref_imgs` - Reference images for screenshot compare46 - `TEST_ASSERT_EQUAL_SCREENSHOT("image1.png")` Render the active screen and compare its content wit…47 If the compare fails `lvgl/test_screenshot_error.h` is created with the content of the frame buffer…
731 const UNITY_COMPARISON_T compare, in UnityAssertGreaterOrLessOrEqualNumber() argument739 if ((threshold == actual) && (compare & UNITY_EQUAL_TO)) { return; } in UnityAssertGreaterOrLessOrEqualNumber()744 if ((actual > threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()745 if ((actual < threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()749 …if (((UNITY_UINT)actual > (UNITY_UINT)threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()750 …if (((UNITY_UINT)actual < (UNITY_UINT)threshold) && (compare & UNITY_GREATER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()758 if (compare & UNITY_GREATER_THAN) { UnityPrint(UnityStrGt); } in UnityAssertGreaterOrLessOrEqualNumber()759 if (compare & UNITY_SMALLER_THAN) { UnityPrint(UnityStrLt); } in UnityAssertGreaterOrLessOrEqualNumber()760 if (compare & UNITY_EQUAL_TO) { UnityPrint(UnityStrOrEqual); } in UnityAssertGreaterOrLessOrEqualNumber()761 if (compare == UNITY_NOT_EQUAL) { UnityPrint(UnityStrNotEqual); } in UnityAssertGreaterOrLessOrEqualNumber()
560 const UNITY_COMPARISON_T compare,
86 A demo to measure the performance of LVGL or to compare different settings.
3 ## [v8.3.11](https://github.com/lvgl/lvgl/compare/v8.3.11...v8.3.10) 6 December 202348 ## [v8.3.10](https://github.com/lvgl/lvgl/compare/v8.3.10...v8.3.9) 20 September 202374 - ci: update screenshot compare from v9 to automatically create missing reference images [`fd21ed0`…85 ## [v8.3.9](https://github.com/lvgl/lvgl/compare/v8.3.9...v8.3.8) 6 August 2023114 ## [v8.3.8](https://github.com/lvgl/lvgl/compare/v8.3.8...v8.3.7) 5 July 2023168 ## [v8.3.7](https://github.com/lvgl/lvgl/compare/v8.3.7...v8.3.6) 3 May 2023186 ## [v8.3.6](https://github.com/lvgl/lvgl/compare/v8.3.6...v8.3.5) 3 April 2023223 ## [v8.3.5](https://github.com/lvgl/lvgl/compare/v8.3.4...v8.3.5) 7 February 2023256 ## [v8.3.4](https://github.com/lvgl/lvgl/compare/v8.3.4...v8.3.3) 15 December 2022285 ## [v8.3.3](https://github.com/lvgl/lvgl/compare/v8.3.2...v8.3.3) 06 October 2022[all …]
914 # basis. Doxygen will compare the file name with each pattern and apply the