Searched refs:aos_hal_lcd_fill (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_lcd.h | 61 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color);
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_lcd.c | 40 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color) in aos_hal_lcd_fill() function
|
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_lcd.c | 32 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color) in aos_hal_lcd_fill() function
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 108 ret = aos_hal_lcd_fill(x, y, w, h, color); in native_lcd_fill()
|
Completed in 4 milliseconds