Searched refs:op2 (Results 1 – 3 of 3) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwFill.cpp | 500 … fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2, uint8_t a) in fillRadial() argument 511 *dst = op2(tmp, *dst, 255); in fillRadial() 519 auto tmp2 = op2(tmp, *dst, 255); in fillRadial() 531 *dst = op2(tmp, *dst, 255); in fillRadial() 539 auto tmp2 = op2(tmp, *dst, 255); in fillRadial() 753 … fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2, uint8_t a) in fillLinear() argument 766 *dst = op2(tmp, *dst, 255); in fillLinear() 771 auto tmp2 = op2(tmp, *dst, 255); in fillLinear() 789 *dst = op2(tmp, *dst, 255); in fillLinear() 797 *dst = op2(tmp, *dst, 255); in fillLinear() [all …]
|
| D | tvgSwCommon.h | 539 …nt32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2, uint8_t a); … 545 …nt32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2, uint8_t a); …
|
| D | tvgSwRaster.cpp | 65 … fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2, uint8_t a) in operator ()() 67 fillLinear(fill, dst, y, x, len, op, op2, a); in operator ()() 94 … fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2, uint8_t a) in operator ()() 96 fillRadial(fill, dst, y, x, len, op, op2, a); in operator ()()
|