Home | History | Annotate | Download | only in scripts

Lines Matching refs:IsImage

713   def IsImage(self, filename):
914 if is_binary and self.IsImage(filename):
938 if self.IsImage(filename):
1135 if not is_binary or not self.IsImage(relpath):