summaryrefslogtreecommitdiff
path: root/shared-bindings/bitmaptools/__init__.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/bitmaptools/__init__.h')
-rw-r--r--shared-bindings/bitmaptools/__init__.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/shared-bindings/bitmaptools/__init__.h b/shared-bindings/bitmaptools/__init__.h
index 1ab6e4129..42f111b02 100644
--- a/shared-bindings/bitmaptools/__init__.h
+++ b/shared-bindings/bitmaptools/__init__.h
@@ -30,23 +30,23 @@
#include "py/obj.h"
void common_hal_bitmaptools_rotozoom(displayio_bitmap_t *self, int16_t ox, int16_t oy,
- int16_t dest_clip0_x, int16_t dest_clip0_y,
- int16_t dest_clip1_x, int16_t dest_clip1_y,
- displayio_bitmap_t *source, int16_t px, int16_t py,
- int16_t source_clip0_x, int16_t source_clip0_y,
- int16_t source_clip1_x, int16_t source_clip1_y,
- float angle,
- float scale,
- uint32_t skip_index, bool skip_index_none);
+ int16_t dest_clip0_x, int16_t dest_clip0_y,
+ int16_t dest_clip1_x, int16_t dest_clip1_y,
+ displayio_bitmap_t *source, int16_t px, int16_t py,
+ int16_t source_clip0_x, int16_t source_clip0_y,
+ int16_t source_clip1_x, int16_t source_clip1_y,
+ float angle,
+ float scale,
+ uint32_t skip_index, bool skip_index_none);
void common_hal_bitmaptools_fill_region(displayio_bitmap_t *destination,
- int16_t x1, int16_t y1,
- int16_t x2, int16_t y2,
- uint32_t value);
+ int16_t x1, int16_t y1,
+ int16_t x2, int16_t y2,
+ uint32_t value);
void common_hal_bitmaptools_draw_line(displayio_bitmap_t *destination,
- int16_t x0, int16_t y0,
- int16_t x1, int16_t y1,
- uint32_t value);
+ int16_t x0, int16_t y0,
+ int16_t x1, int16_t y1,
+ uint32_t value);
#endif // MICROPY_INCLUDED_SHARED_BINDINGS_BITMAPTOOLS__INIT__H