Home
last modified time | relevance | path

Searched refs:SwFill (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h136 struct SwFill struct
188 SwFill* fill = nullptr;
216 SwFill* fill = nullptr;
530 bool fillGenColorTable(SwFill* fill, const Fill* fdata, const Matrix& transform, SwSurface* surface…
531 const Fill::ColorStop* fillFetchSolid(const SwFill* fill, const Fill* fdata);
532 void fillReset(SwFill* fill);
533 void fillFree(SwFill* fill);
536 void fillLinear(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, SwMask mask…
537 void fillLinear(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cm…
538 void fillLinear(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender …
[all …]
DtvgSwFill.cpp49 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 …]
DtvgSwRaster.cpp45 …void operator()(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, SwMask op,… in operator ()()
50 …void operator()(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* c… in operator ()()
55 …void operator()(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender… in operator ()()
60 …void operator()(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* … in operator ()()
65 …void operator()(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender… in operator ()()
74 …void operator()(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, SwMask op,… in operator ()()
79 …void operator()(const SwFill* fill, uint8_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* c… in operator ()()
84 …void operator()(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender… in operator ()()
89 …void operator()(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* … in operator ()()
94 …void operator()(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender… in operator ()()
[all …]
DtvgSwShape.cpp650 shape->fill = static_cast<SwFill*>(calloc(1, sizeof(SwFill))); in shapeResetFill()
660 shape->stroke->fill = static_cast<SwFill*>(calloc(1, sizeof(SwFill))); in shapeResetStrokeFill()