Lines Matching full:image_path
83 if self.IsResultSuppressed(artifact.image_path):
100 print(f'Failed Skia Gold: {artifact.image_path}')
729 image_path, md5_hash = line[4:].rsplit(':', 1)
732 image_path=image_path.strip(), md5_hash=md5_hash.strip()))
756 artifact.image_diff = diff_map.get(artifact.image_path)
772 def _NewImageArtifact(self, *, image_path, md5_hash): argument
773 artifact = ImageArtifact(image_path=image_path, md5_hash=md5_hash)
777 artifact.GetSkiaGoldId(), artifact.image_path):
835 image_path: The absolute path to the image file.
840 image_path: str
849 return _GetTestId(os.path.basename(self.image_path))
864 _GetArtifactFromFilePath(self.image_path),