Searched refs:image_diff (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp-deps/amber/samples/ |
D | CMakeLists.txt | 70 image_diff.cc 72 add_executable(image_diff ${IMAGE_DIFF_SOURCES}) target 73 target_include_directories(image_diff PRIVATE "${CMAKE_BINARY_DIR}") 74 target_link_libraries(image_diff libamber "lodepng") 75 amber_default_compile_options(image_diff) 76 set_target_properties(image_diff PROPERTIES OUTPUT_NAME "image_diff")
|
/aosp_15_r20/external/pdfium/testing/tools/ |
H A D | pngdiffer.py | 82 def _RunImageCompareCommand(self, image_diff, image_matching_algorithm): argument 88 cmd.extend([image_diff.actual_path, image_diff.expected_path]) 91 def _RunImageDiffCommand(self, image_diff): argument 94 self.pdfium_diff_path, '--subtract', image_diff.actual_path, 95 image_diff.expected_path, image_diff.diff_path
|
H A D | test_runner.py | 100 if artifact.image_diff: 778 artifact.image_diff = diff_map.get(artifact.image_path) 865 image_diff: pngdiffer.ImageDiff = None variable in ImageArtifact 874 return result_types.FAIL if self.image_diff else result_types.PASS 877 return self.image_diff.reason if self.image_diff else None 880 if not self.image_diff: 882 if not self.image_diff.expected_path or not self.image_diff.diff_path: 888 _GetArtifactFromFilePath(self.image_diff.expected_path), 890 _GetArtifactFromFilePath(self.image_diff.diff_path)
|
/aosp_15_r20/external/pdfium/ |
H A D | BUILD.gn | 530 "testing/image_diff", 563 sources = [ "testing/image_diff/image_diff.cpp" ] 567 "testing/image_diff",
|
/aosp_15_r20/external/pdfium/testing/image_diff/ |
H A D | BUILD.gn | 7 source_set("image_diff") {
|
/aosp_15_r20/external/pdfium/samples/ |
H A D | BUILD.gn | 56 "../testing/image_diff",
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | BUILD.gn | 47 "image_diff",
|
/aosp_15_r20/external/deqp-deps/amber/ |
D | README.md | 303 The `image_diff` program will also be created. This allows comparing two images
|
/aosp_15_r20/external/webrtc/tools_webrtc/mb/docs/ |
H A D | design_spec.md | 247 and `image_diff`.
|
/aosp_15_r20/out/.module_paths/ |
D | files.db | 13 …test","T":1745562337750174529,"I":8154275,"F":[]},{"P":"pdfium/testing/image_diff","T":17455623377…
|