Home
last modified time | relevance | path

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

/external/deqp-deps/amber/samples/
DCMakeLists.txt70 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/
Dpngdiffer.py74 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
Dtest_runner.py101 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/
DBUILD.gn7 source_set("image_diff") {
/external/pdfium/samples/
DBUILD.gn52 "../testing/image_diff",
/external/pdfium/
DBUILD.gn502 "testing/image_diff",
534 sources = [ "testing/image_diff/image_diff.cpp" ]
538 "testing/image_diff",
/external/pdfium/testing/
DBUILD.gn45 "image_diff",
/external/deqp-deps/amber/
DREADME.md303 The `image_diff` program will also be created. This allows comparing two images
/external/webrtc/tools_webrtc/mb/docs/
Ddesign_spec.md247 and `image_diff`.