Home
last modified time | relevance | path

Searched refs:InvAlphaMask (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgRender.h344 case CompositeMethod::InvAlphaMask: in MASK_REGION_MERGING()
383 case CompositeMethod::InvAlphaMask: in COMPOSITE_TO_COLORSPACE()
DtvgPaint.cpp267 …a == 255 && PP(shape)->opacity == 255) || (method == CompositeMethod::InvAlphaMask && (a == 0 || P… in update()
Dthorvg.h173InvAlphaMask, ///< Alpha Masking using the complement to the compositing target's pixels as … enumerator
DtvgLottieParser.cpp79 if (inversed) return CompositeMethod::InvAlphaMask; in getMaskMethod()
133 case 2: return CompositeMethod::InvAlphaMask; in getMatteType()
DtvgLottieBuilder.cpp1157 …teMethod::SubtractMask || pMethod == CompositeMethod::InvAlphaMask) ? CompositeMethod::InvAlphaMas… in updateMaskings()