Searched defs:rle (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/docs/details/libs/ |
D | rle.rst | 1 .. _rle: target
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRle.cpp | 223 SwRle* rle; member 338 auto rle = rw.rle; in _horizLine() local 843 void _replaceClipSpan(SwRle *rle, SwSpan* clippedSpans, uint32_t size) in _replaceClipSpan() 855 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias) in rleRender() 979 auto rle = static_cast<SwRle*>(malloc(sizeof(SwRle))); in rleRender() local 996 void rleReset(SwRle* rle) in rleReset() 1003 void rleFree(SwRle* rle) in rleFree() 1011 void rleClip(SwRle *rle, const SwRle *clip) in rleClip() 1024 void rleClip(SwRle *rle, const SwBBox* clip) in rleClip()
|
D | tvgSwRaster.cpp | 496 static bool _rasterCompositeMaskedRle(SwSurface* surface, SwRle* rle, SwMask maskOp, uint8_t r, uin… in _rasterCompositeMaskedRle() 516 static bool _rasterDirectMaskedRle(SwSurface* surface, SwRle* rle, SwMask maskOp, uint8_t r, uint8_… in _rasterDirectMaskedRle() 537 static bool _rasterMaskedRle(SwSurface* surface, SwRle* rle, uint8_t r, uint8_t g, uint8_t b, uint8… in _rasterMaskedRle() 551 static bool _rasterMattedRle(SwSurface* surface, SwRle* rle, uint8_t r, uint8_t g, uint8_t b, uint8… in _rasterMattedRle() 591 static bool _rasterBlendingRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uint8_t … in _rasterBlendingRle() 615 static bool _rasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uint8… in _rasterTranslucentRle() 627 static bool _rasterSolidRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uint8_t b) in _rasterSolidRle() 664 static bool _rasterRle(SwSurface* surface, SwRle* rle, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in _rasterRle() 1440 static bool _rasterCompositeGradientMaskedRle(SwSurface* surface, const SwRle* rle, const SwFill* f… in _rasterCompositeGradientMaskedRle() 1455 static bool _rasterDirectGradientMaskedRle(SwSurface* surface, const SwRle* rle, const SwFill* fill… in _rasterDirectGradientMaskedRle() [all …]
|
D | tvgSwRasterC.h | 66 static bool inline cRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g… in cRasterTranslucentRle()
|
D | tvgSwRasterNeon.h | 95 static bool neonRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, ui… in neonRasterTranslucentRle()
|
D | tvgSwRasterAvx.h | 164 static bool avxRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uin… in avxRasterTranslucentRle()
|
D | tvgSwCommon.h | 217 SwRle* rle = nullptr; member 227 SwRle* rle = nullptr; member
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.c | 513 lv_font_fmt_rle_t * rle = &font_rle; in rle_init() local 526 lv_font_fmt_rle_t * rle = &font_rle; in rle_next() local
|