Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgRender.h352 case CompositeMethod::DifferenceMask: in MASK_REGION_MERGING()
385 case CompositeMethod::DifferenceMask: in COMPOSITE_TO_COLORSPACE()
Dthorvg.h179DifferenceMask, ///< Calculates the absolute difference between the target color and the sourc… enumerator
DtvgLottieParser.cpp84 case 'f': return CompositeMethod::DifferenceMask; in getMaskMethod()
DtvgLottieBuilder.cpp1181 …method && (method == CompositeMethod::SubtractMask || method == CompositeMethod::DifferenceMask)) { in updateMaskings()
DtvgSwRaster.cpp224 case CompositeMethod::DifferenceMask: return _opMaskDifference; in _getMaskOp()