/lvgl-latest/src/libs/thorvg/ |
D | tvgSwCommon.h | 126 struct SwBBox struct 219 … SwBBox bbox; //Keep it boundary without stroke region. Using for optimal filling. 283 SwBBox bbox; 500 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion… 501 bool mathClipBBox(const SwBBox& clipper, SwBBox& clippee); 504 …ape, const RenderShape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderR… 509 …ape, const RenderShape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderR… 524 bool imagePrepare(SwImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& render… 525 bool imageGenRle(SwImage* image, const SwBBox& renderRegion, bool antiAlias); 548 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias); [all …]
|
D | tvgSwImage.cpp | 78 bool imagePrepare(SwImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& render… in imagePrepare() 101 bool imageGenRle(SwImage* image, const SwBBox& renderRegion, bool antiAlias) in imageGenRle()
|
D | tvgSwRaster.cpp | 233 static bool _compositeMaskImage(SwSurface* surface, const SwImage* image, const SwBBox& region) in _compositeMaskImage() 330 static bool _rasterCompositeMaskedRect(SwSurface* surface, const SwBBox& region, SwMask maskOp, uin… in _rasterCompositeMaskedRect() 349 static bool _rasterDirectMaskedRect(SwSurface* surface, const SwBBox& region, SwMask maskOp, uint8_… in _rasterDirectMaskedRect() 370 static bool _rasterMaskedRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8… in _rasterMaskedRect() 384 static bool _rasterMattedRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8… in _rasterMattedRect() 421 static bool _rasterBlendingRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uin… in _rasterBlendingRect() 440 static bool _rasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, … in _rasterTranslucentRect() 452 static bool _rasterSolidRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8_… in _rasterSolidRect() 477 static bool _rasterRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8_t b, … in _rasterRect() 700 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledMaskedRleImage() [all …]
|
D | tvgSwMath.cpp | 278 bool mathClipBBox(const SwBBox& clipper, SwBBox& clippee) in mathClipBBox() 296 bool mathUpdateOutlineBBox(const SwOutline* outline, const SwBBox& clipRegion, SwBBox& renderRegion… in mathUpdateOutlineBBox()
|
D | tvgSwPostEffect.cpp | 67 …(uint8_t* src, uint8_t* dst, int32_t stride, int32_t w, int32_t h, const SwBBox& bbox, int32_t dim… in _gaussianBlur() 158 bool effectGaussianBlur(SwImage& image, SwImage& buffer, const SwBBox& bbox, const RenderEffectGaus… in effectGaussianBlur()
|
D | tvgSwRasterTexmap.h | 58 static bool _arrange(const SwImage* image, const SwBBox* region, int& yStart, int& yEnd) in _arrange() 79 static bool _rasterMaskedPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBBox… 275 …ndingPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBBox* region, int yStar… in _rasterBlendingPolygonImageSegment() 452 static void _rasterPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBBox* regi… in _rasterPolygonImageSegment() 650 static void _rasterPolygonImage(SwSurface* surface, const SwImage* image, const SwBBox* region, Pol… in _rasterPolygonImage() 827 static AASpans* _AASpans(float ymin, float ymax, const SwImage* image, const SwBBox* region) in _AASpans() 1114 …SwSurface* surface, const SwImage* image, const Matrix& transform, const SwBBox* region, uint8_t o… in _rasterTexmapPolygon()
|
D | tvgSwShape.cpp | 499 …pe, const RenderShape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderR… in shapePrepare() 592 …ape, const RenderShape* rshape, const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderR… in shapeGenStrokeRle()
|
D | tvgSwRle.cpp | 804 static SwSpan* _intersectSpansRect(const SwBBox *bbox, const SwRle *targetRle, SwSpan *outSpans, ui… in _intersectSpansRect() 855 SwRle* rleRender(SwRle* rle, const SwOutline* outline, const SwBBox& renderRegion, bool antiAlias) in rleRender() 974 SwRle* rleRender(const SwBBox* bbox) in rleRender() 1024 void rleClip(SwRle *rle, const SwBBox* clip) in rleClip()
|
D | tvgSwRasterC.h | 100 static bool inline cRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint… in cRasterTranslucentRect()
|
D | tvgSwRasterAvx.h | 105 static bool avxRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g… in avxRasterTranslucentRect()
|
D | tvgSwRasterNeon.h | 152 static bool neonRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t … in neonRasterTranslucentRect()
|
D | tvgSwRenderer.cpp | 47 SwBBox bbox; //Rendering Region 125 SwBBox renderRegion{}; in run()
|