Example #1
0
    def get_masked_coverage_without_lines(self, mask, x, y, line_width, line_count):
        assert(not self.obj.ignored)

        return image.get_masked_coverage_without_lines(
            self.obj.surface.surface,
            mask, x, y,
            line_width, line_count
        )
Example #2
0
    def get_masked_coverage_without_lines(self, mask, x, y, line_width, line_count):
        assert(not self.obj.ignored)

        return image.get_masked_coverage_without_lines(
            self.obj.surface.surface,
            mask, x, y,
            line_width, line_count
        )
Example #3
0
 def get_masked_coverage_without_lines(self, mask, x, y, line_width, line_count):
     return image.get_masked_coverage_without_lines(
         self.obj.surface.surface,
         mask, x, y,
         line_width, line_count
     )