Home
last modified time | relevance | path

Searched refs:op2 (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp500 … 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 …]
DtvgSwCommon.h539 …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); …
DtvgSwRaster.cpp65 … 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 ()()