mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
api: -- a redundant util func.
This commit is contained in:
parent
a0e6aead95
commit
84b36e92df
1 changed files with 0 additions and 11 deletions
11
inc/thorvg.h
11
inc/thorvg.h
|
@ -1726,17 +1726,6 @@ std::unique_ptr<T> cast(Fill* fill)
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief The operator() function is the OR function used to combine Mask Alpha & Mask Operation
|
||||
*
|
||||
* @BETA_API
|
||||
*/
|
||||
constexpr CompositeMethod operator+(CompositeMethod a, CompositeMethod b)
|
||||
{
|
||||
return CompositeMethod(int(a) | int(b));
|
||||
}
|
||||
|
||||
|
||||
/** @}*/
|
||||
|
||||
} //namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue