More sphinx attempts
This commit is contained in:
parent
af5ad50125
commit
2815c6dafa
@ -109,11 +109,12 @@ STATIC void validate_clip_region(displayio_bitmap_t *bitmap, mp_obj_t clip0_tupl
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//| """:py:class:`~displayio.Bitmap`"""
|
||||||
//|
|
//|
|
||||||
//| def rotozoom(
|
//| def rotozoom(
|
||||||
//| dest_bitmap: bitmap, ox: int, oy: int,
|
//| dest_bitmap: Bitmap, ox: int, oy: int,
|
||||||
//| dest_clip0: Tuple[int, int], dest_clip1: Tuple[int, int],
|
//| dest_clip0: Tuple[int, int], dest_clip1: Tuple[int, int],
|
||||||
//| source_bitmap: bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int],
|
//| source_bitmap: Bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int],
|
||||||
//| angle: float, scale: float, skip_index: int) -> None:
|
//| angle: float, scale: float, skip_index: int) -> None:
|
||||||
//| """Inserts the source bitmap region into the destination bitmap with rotation
|
//| """Inserts the source bitmap region into the destination bitmap with rotation
|
||||||
//| (angle), scale and clipping (both on source and destination bitmaps).
|
//| (angle), scale and clipping (both on source and destination bitmaps).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user