Searched refs:rasterPixel32 (Results 1 – 2 of 2) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwRaster.cpp | 462 rasterPixel32(buffer + y * surface->stride, color, region.min.x, w); in _rasterSolidRect() 636 … rasterPixel32(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() 1663 … rasterPixel32(surface->buf32, val, (surface->stride * y + x) + (surface->stride * i), w); in rasterClear()
|
| D | tvgSwCommon.h | 573 void rasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len);
|