Home
last modified time | relevance | path

Searched defs:bbox (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwPostEffect.cpp67 …(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()
DtvgLottieCommon.h64 } bbox; member
DtvgSwRle.cpp804 static SwSpan* _intersectSpansRect(const SwBBox *bbox, const SwRle *targetRle, SwSpan *outSpans, ui… in _intersectSpansRect()
974 SwRle* rleRender(const SwBBox* bbox) in rleRender()
DtvgSwCommon.h219 … SwBBox bbox; //Keep it boundary without stroke region. Using for optimal filling. member
283 SwBBox bbox; member
DtvgSwRenderer.cpp47 SwBBox bbox; //Rendering Region member
DtvgSwRaster.cpp1795 bool rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox& bbox, u… in rasterImage()
1825 …int32_t* src, uint32_t* dst, int32_t stride, int32_t w, int32_t h, const SwBBox& bbox, bool flippe… in rasterXYFlip()