Home
last modified time | relevance | path

Searched refs:rasterClear (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRenderer.cpp620 rasterClear(cmp, x, y, w, h, color); in target()
DtvgSwCommon.h572 bool rasterClear(SwSurface* surface, uint32_t x, uint32_t y, uint32_t w, uint32_t h, pixel_t val = …
DtvgSwRaster.cpp1651 bool rasterClear(SwSurface* surface, uint32_t x, uint32_t y, uint32_t w, uint32_t h, pixel_t val) in rasterClear() function