Searched refs:starty (Results 1 – 4 of 4) sorted by relevance
| /target/dartuinoP0/ |
| A D | memory_lcd.c | 100 static void mlcd_flush(uint starty, uint endy) { in mlcd_flush() argument 101 display_present(&default_fb.image, starty, endy); in mlcd_flush() 134 status_t display_present(struct display_image *image, uint starty, uint endy) { in display_present() argument 149 for (uint j = starty; j <= endy; ++j) { in display_present()
|
| /target/qemu-m4/ |
| A D | m4display.c | 155 static void s4lcd_flush(uint starty, uint endy) { in s4lcd_flush() argument 212 status_t display_present(struct display_image *image, uint starty, uint endy) { in display_present() argument
|
| /target/stm32746g-eval2/ |
| A D | lcd.c | 402 status_t display_present(struct display_image *image, uint starty, uint endy) { in display_present() argument
|
| /target/stm32f746g-disco/ |
| A D | lcd.c | 418 status_t display_present(struct display_image *image, uint starty, uint endy) { in display_present() argument
|
Completed in 10 milliseconds