Home
last modified time | relevance | path

Searched refs:rasterPixel32 (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRaster.cpp462 rasterPixel32(buffer + y * surface->stride, color, region.min.x, w); in _rasterSolidRect()
636rasterPixel32(surface->buf32 + span->y * surface->stride, color, span->x, span->len); in _rasterSolidRle()
1617 void rasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in rasterPixel32() function
1659 rasterPixel32(surface->buf32, val, surface->stride * y, w * h); in rasterClear()
1663rasterPixel32(surface->buf32, val, (surface->stride * y + x) + (surface->stride * i), w); in rasterClear()
DtvgSwCommon.h573 void rasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len);