Searched defs:bbox (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
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 | tvgLottieCommon.h | 64 } bbox; member
|
D | tvgSwRle.cpp | 804 static SwSpan* _intersectSpansRect(const SwBBox *bbox, const SwRle *targetRle, SwSpan *outSpans, ui… in _intersectSpansRect() 974 SwRle* rleRender(const SwBBox* bbox) in rleRender()
|
D | tvgSwCommon.h | 219 … SwBBox bbox; //Keep it boundary without stroke region. Using for optimal filling. member 283 SwBBox bbox; member
|
D | tvgSwRenderer.cpp | 47 SwBBox bbox; //Rendering Region member
|
D | tvgSwRaster.cpp | 1795 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()
|