Home
last modified time | relevance | path

Searched refs:InvLumaMask (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgRender.h346 case CompositeMethod::InvLumaMask: in MASK_REGION_MERGING()
393 case CompositeMethod::InvLumaMask: in COMPOSITE_TO_COLORSPACE()
DtvgShape.h95 … if (method == CompositeMethod::LumaMask || method == CompositeMethod::InvLumaMask) { in needComposition()
Dthorvg.h175InvLumaMask, ///< Alpha Masking using the grayscale (0.2125R + 0.7154G + 0.0721*B) of the c… enumerator
DtvgLottieParser.cpp135 case 4: return CompositeMethod::InvLumaMask; in getMatteType()