Searched defs:int (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/scripts/ |
D | LVGLImage.py | 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, [all …]
|
D | update_version.py | 47 def __init__(self, relative_path_segments: List[str], expected_occurrences: int):
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | lvgl.py | 124 def get_child(self, index: int):
|