mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
doc: List the parameters in their respective order.
This commit is contained in:
parent
7a9b23fe71
commit
d6504ed35d
2 changed files with 2 additions and 2 deletions
|
@ -1229,8 +1229,8 @@ public:
|
|||
* @param[in] data A pointer to a memory location where the content of the picture file is stored.
|
||||
* @param[in] size The size in bytes of the memory occupied by the @p data.
|
||||
* @param[in] mimeType Mimetype or extension of data such as "jpg", "jpeg", "lottie", "svg", "svg+xml", "png", etc. In case an empty string or an unknown type is provided, the loaders will be tried one by one.
|
||||
* @param[in] copy If @c true the data are copied into the engine local buffer, otherwise they are not.
|
||||
* @param[in] rpath A resource directory path, if the @p data needs to access any external resources.
|
||||
* @param[in] copy If @c true the data are copied into the engine local buffer, otherwise they are not.
|
||||
*
|
||||
* @retval Result::Success When succeed.
|
||||
* @retval Result::InvalidArguments In case no data are provided or the @p size is zero or less.
|
||||
|
|
|
@ -2006,8 +2006,8 @@ TVG_API Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32
|
|||
* \param[in] data A pointer to a memory location where the content of the picture file is stored.
|
||||
* \param[in] size The size in bytes of the memory occupied by the @p data.
|
||||
* \param[in] mimetype Mimetype or extension of data such as "jpg", "jpeg", "svg", "svg+xml", "lottie", "png", etc. In case an empty string or an unknown type is provided, the loaders will be tried one by one.
|
||||
* \param[in] copy If @c true the data are copied into the engine local buffer, otherwise they are not.
|
||||
* \param[in] rpath A resource directory path, if the @p data needs to access any external resources.
|
||||
* \param[in] copy If @c true the data are copied into the engine local buffer, otherwise they are not.
|
||||
*
|
||||
* \return Tvg_Result enumeration.
|
||||
* \retval TVG_RESULT_SUCCESS Succeed.
|
||||
|
|
Loading…
Add table
Reference in a new issue