Searched refs:SubtractMask (Results 1 – 5 of 5) sorted by relevance
347 case CompositeMethod::SubtractMask: in MASK_REGION_MERGING()386 case CompositeMethod::SubtractMask: in COMPOSITE_TO_COLORSPACE()
177 …SubtractMask, ///< Subtracts the source color from the target color while considering their … enumerator
1157 …auto compMethod = (pMethod == CompositeMethod::SubtractMask || pMethod == CompositeMethod::InvAlph… in updateMaskings()1181 …if (pMethod == method && (method == CompositeMethod::SubtractMask || method == CompositeMethod::Di… in updateMaskings()
82 case 's': return CompositeMethod::SubtractMask; in getMaskMethod()
214 …if (method == CompositeMethod::SubtractMask || method == CompositeMethod::IntersectMask || method … in _direct()223 case CompositeMethod::SubtractMask: return _opMaskSubtract; in _getMaskOp()