Searched refs:image_diff (Results 1 – 9 of 9) sorted by relevance
| /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")
|
| /external/pdfium/testing/tools/ |
| D | pngdiffer.py | 74 def _RunImageCompareCommand(self, image_diff, image_matching_algorithm): argument 80 cmd.extend([image_diff.actual_path, image_diff.expected_path]) 83 def _RunImageDiffCommand(self, image_diff): argument 86 self.pdfium_diff_path, '--subtract', image_diff.actual_path, 87 image_diff.expected_path, image_diff.diff_path
|
| D | test_runner.py | 101 if artifact.image_diff: 756 artifact.image_diff = diff_map.get(artifact.image_path) 843 image_diff: pngdiffer.ImageDiff = None variable in ImageArtifact 852 return result_types.FAIL if self.image_diff else result_types.PASS 855 return self.image_diff.reason if self.image_diff else None 858 if not self.image_diff: 860 if not self.image_diff.expected_path or not self.image_diff.diff_path: 866 _GetArtifactFromFilePath(self.image_diff.expected_path), 868 _GetArtifactFromFilePath(self.image_diff.diff_path)
|
| /external/pdfium/testing/image_diff/ |
| D | BUILD.gn | 7 source_set("image_diff") {
|
| /external/pdfium/samples/ |
| D | BUILD.gn | 52 "../testing/image_diff",
|
| /external/pdfium/ |
| D | BUILD.gn | 502 "testing/image_diff", 534 sources = [ "testing/image_diff/image_diff.cpp" ] 538 "testing/image_diff",
|
| /external/pdfium/testing/ |
| D | BUILD.gn | 45 "image_diff",
|
| /external/deqp-deps/amber/ |
| D | README.md | 303 The `image_diff` program will also be created. This allows comparing two images
|
| /external/webrtc/tools_webrtc/mb/docs/ |
| D | design_spec.md | 247 and `image_diff`.
|