mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
apis: promote beta apis to the official ones.
3 api candidates has been verified since it's tagged in beta, we confirm that they are useful for tvg usages. Here list shows the candidates apis: @API Addition: Matrix Paint::transform() noexcept; CompositeMethod Paint::composite(const Paint** target) const noexcept; Result SwCanvas::mempool(MempoolPolicy policy) noexcept;
This commit is contained in:
parent
934a95777c
commit
05737f979f
1 changed files with 3 additions and 4 deletions
|
@ -247,7 +247,7 @@ public:
|
||||||
*
|
*
|
||||||
* @retval The augmented transformation matrix.
|
* @retval The augmented transformation matrix.
|
||||||
*
|
*
|
||||||
* @BETA_API
|
* @since 0.4
|
||||||
*/
|
*/
|
||||||
Matrix transform() noexcept;
|
Matrix transform() noexcept;
|
||||||
|
|
||||||
|
@ -1185,8 +1185,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enumeration specifying the methods of Memory Pool behavior policy.
|
* @brief Enumeration specifying the methods of Memory Pool behavior policy.
|
||||||
*
|
* @since 0.4
|
||||||
* @BETA_API
|
|
||||||
*/
|
*/
|
||||||
enum MempoolPolicy
|
enum MempoolPolicy
|
||||||
{
|
{
|
||||||
|
@ -1236,7 +1235,7 @@ public:
|
||||||
*
|
*
|
||||||
* @warning It's not allowed after pushing any paints.
|
* @warning It's not allowed after pushing any paints.
|
||||||
*
|
*
|
||||||
* @BETA_API
|
* @since 0.4
|
||||||
*/
|
*/
|
||||||
Result mempool(MempoolPolicy policy) noexcept;
|
Result mempool(MempoolPolicy policy) noexcept;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue