Home
last modified time | relevance | path

Searched refs:aos_hal_lcd_fill (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_lcd.h61 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 Daos_hal_lcd.c40 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 Daos_hal_lcd.c32 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 Dmodule_lcd.c108 ret = aos_hal_lcd_fill(x, y, w, h, color); in native_lcd_fill()

Completed in 4 milliseconds