Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgRender.h347 case CompositeMethod::SubtractMask: in MASK_REGION_MERGING()
386 case CompositeMethod::SubtractMask: in COMPOSITE_TO_COLORSPACE()
Dthorvg.h177SubtractMask, ///< Subtracts the source color from the target color while considering their … enumerator
DtvgLottieBuilder.cpp1157 …auto compMethod = (pMethod == CompositeMethod::SubtractMask || pMethod == CompositeMethod::InvAlph… in updateMaskings()
1181 …if (pMethod == method && (method == CompositeMethod::SubtractMask || method == CompositeMethod::Di… in updateMaskings()
DtvgLottieParser.cpp82 case 's': return CompositeMethod::SubtractMask; in getMaskMethod()
DtvgSwRaster.cpp214 …if (method == CompositeMethod::SubtractMask || method == CompositeMethod::IntersectMask || method … in _direct()
223 case CompositeMethod::SubtractMask: return _opMaskSubtract; in _getMaskOp()