Searched refs:InvAlphaMask (Results 1 – 5 of 5) sorted by relevance
344 case CompositeMethod::InvAlphaMask: in MASK_REGION_MERGING()383 case CompositeMethod::InvAlphaMask: in COMPOSITE_TO_COLORSPACE()
267 …a == 255 && PP(shape)->opacity == 255) || (method == CompositeMethod::InvAlphaMask && (a == 0 || P… in update()
173 …InvAlphaMask, ///< Alpha Masking using the complement to the compositing target's pixels as … enumerator
79 if (inversed) return CompositeMethod::InvAlphaMask; in getMaskMethod()133 case 2: return CompositeMethod::InvAlphaMask; in getMatteType()
1157 …teMethod::SubtractMask || pMethod == CompositeMethod::InvAlphaMask) ? CompositeMethod::InvAlphaMas… in updateMaskings()