Lines Matching defs:int
307 w: int, h: int,
308 stride: int,
392 w: int = 0,
393 h: int = 0,
394 stride: int = 0,
395 align: int = 1,
396 flags: int = 0):
409 def stride_align(self, align: int) -> int:
495 w: int = 0,
496 h: int = 0,
509 def adjust_stride(self, stride: int = 0, align: int = 1):
691 w: int,
692 h: int,
694 stride: int = 0):
842 background: int = 0x00_00_00,
1087 def __init__(self, blksize: int, len: int):
1108 w: int = 0,
1109 h: int = 0,
1129 def rle_compress(self, data: bytearray, blksize: int, threshold=16):
1155 def get_repeat_count(self, data: bytearray, blksize: int):
1177 def get_nonrepeat_count(self, data: bytearray, blksize: int, threshold):
1260 background: int = 0x00,
1261 align: int = 1,