Home
last modified time | relevance | path

Searched defs:rle (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/docs/details/libs/
Drle.rst1 .. _rle: target
/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp223 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()
DtvgSwRaster.cpp496 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 …]
DtvgSwRasterC.h66 static bool inline cRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g… in cRasterTranslucentRle()
DtvgSwRasterNeon.h95 static bool neonRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, ui… in neonRasterTranslucentRle()
DtvgSwRasterAvx.h164 static bool avxRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uin… in avxRasterTranslucentRle()
DtvgSwCommon.h217 SwRle* rle = nullptr; member
227 SwRle* rle = nullptr; member
/lvgl-latest/src/font/
Dlv_font_fmt_txt.c513 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