/lvgl-latest/src/libs/thorvg/ |
D | tvgSwFill.cpp | 49 static void _calculateCoefficients(const SwFill* fill, uint32_t x, uint32_t y, float& b, float& del… in _calculateCoefficients() 108 static void _applyAA(const SwFill* fill, uint32_t begin, uint32_t end) in _applyAA() 129 static bool _updateColorTable(SwFill* fill, const Fill* fdata, const SwSurface* surface, uint8_t op… in _updateColorTable() 213 bool _prepareLinear(SwFill* fill, const LinearGradient* linear, const Matrix& transform) in _prepareLinear() 258 bool _prepareRadial(SwFill* fill, const RadialGradient* radial, const Matrix& transform) in _prepareRadial() 327 static inline uint32_t _clamp(const SwFill* fill, int32_t pos) in _clamp() 352 static inline uint32_t _fixedPixel(const SwFill* fill, int32_t pos) in _fixedPixel() 359 static inline uint32_t _pixel(const SwFill* fill, float pos) in _pixel() 371 void fillRadial(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* c… in fillRadial() 417 void fillRadial(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender … in fillRadial() [all …]
|
D | tvgText.cpp | 98 Result Text::fill(uint8_t r, uint8_t g, uint8_t b) noexcept in fill() function in Text 104 Result Text::fill(unique_ptr<Fill> f) noexcept in fill() function in Text
|
D | tvgShape.cpp | 264 Result Shape::fill(uint8_t r, uint8_t g, uint8_t b, uint8_t a) noexcept in fill() function in Shape 284 Result Shape::fill(unique_ptr<Fill> f) noexcept in fill() function in Shape 305 const Fill* Shape::fill() const noexcept in fill() function in Shape 420 Result Shape::fill(FillRule r) noexcept in fill() function in Shape
|
D | tvgLottieModel.cpp | 276 Fill* LottieGradient::fill(float frameNo, LottieExpressions* exps) in fill() function in LottieGradient 281 Fill* fill = nullptr; in fill() local
|
D | tvgSwRaster.cpp | 1266 …positeGradientMaskedRect(SwSurface* surface, const SwBBox& region, const SwFill* fill, SwMask mask… in _rasterCompositeGradientMaskedRect() 1282 …DirectGradientMaskedRect(SwSurface* surface, const SwBBox& region, const SwFill* fill, SwMask mask… in _rasterDirectGradientMaskedRect() 1300 static bool _rasterGradientMaskedRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterGradientMaskedRect() 1316 static bool _rasterGradientMattedRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterGradientMattedRect() 1337 …atic bool _rasterBlendingGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterBlendingGradientRect() 1356 …c bool _rasterTranslucentGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterTranslucentGradientRect() 1381 static bool _rasterSolidGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterSolidGradientRect() 1405 static bool _rasterLinearGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterLinearGradientRect() 1420 static bool _rasterRadialGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterRadialGradientRect() 1440 …erCompositeGradientMaskedRle(SwSurface* surface, const SwRle* rle, const SwFill* fill, SwMask mask… in _rasterCompositeGradientMaskedRle() [all …]
|
D | tvgText.h | 118 auto fill = P(shape)->rs.fill; in update() local
|
D | tvgSwRenderer.cpp | 151 if (auto fill = rshape->fill) { in run() local 165 if (auto fill = rshape->strokeFill()) { in run() local 277 if (auto fill = task->rshape->fill) { in _renderFill() local
|
D | tvgSwShape.cpp | 635 bool shapeGenFillColors(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface* surfa… in shapeGenFillColors() 641 bool shapeGenStrokeFillColors(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface*… in shapeGenStrokeFillColors()
|
D | tvgRender.h | 110 Fill *fill = nullptr; member 191 Fill *fill = nullptr; member
|
D | tvgLottieParser.cpp | 622 auto fill = new LottieSolidFill; in parseSolidFill() local 779 auto fill = new LottieGradientFill; in parseGradientFill() local
|
D | thorvg.h | 2177 std::unique_ptr<T> cast(Fill* fill) in cast()
|
D | tvgSwCommon.h | 188 SwFill* fill = nullptr; member 216 SwFill* fill = nullptr; member
|
D | tvgLottieBuilder.cpp | 289 auto fill = static_cast<LottieSolidFill*>(*child); in updateSolidFill() local 304 auto fill = static_cast<LottieGradientFill*>(*child); in updateGradientFill() local
|
D | tvgSvgLoaderCommon.h | 494 SvgStyleFill fill; member
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_arc.c | 93 vg_lite_fill_t fill = VG_LITE_FILL_NON_ZERO; in lv_draw_vg_lite_arc() local
|
D | lv_vg_lite_grad.c | 111 vg_lite_fill_t fill, in lv_vg_lite_draw_grad() 228 vg_lite_fill_t fill, in lv_vg_lite_draw_grad_helper()
|
D | lv_draw_vg_lite_vector.c | 126 vg_lite_fill_t fill = lv_fill_to_vg(dsc->fill_dsc.fill_rule); in task_draw_cb() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 881 const lv_svg_render_obj_t * target_obj, bool fill) in _set_solid_ref() 898 const lv_svg_render_obj_t * target_obj, bool fill) in _set_gradient_ref()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2187 static FillRule fill_rule_conv(vg_lite_fill_t fill) in fill_rule_conv()
|