Lines Matching full:with

129 …TVG_RESULT_INVALID_ARGUMENT,       ///< The value returned in the event of a problem with the argu…
146 …alpha blended. As a result, only the part of the source, which intersects with the target is visib…
148 …scale (luma value) and alpha blended with the target. As a result, only the part of the source whi…
161 …el values from 0 to 255 of each pixel in the top layer and multiples them with the values for the …
164 TVG_BLEND_METHOD_SRCOVER, ///< Replace the bottom layer with the top layer.
169 …TVG_BLEND_METHOD_HARDLIGHT, ///< The same as Overlay but with the color roles reversed. (2…
170 …TVG_BLEND_METHOD_SOFTLIGHT, ///< The same as Overlay but with applying pure black or white…
177 …TVG_BLEND_METHOD_ADD, ///< Simply adds pixel values of one layer with the other. (S …
228 …* Not to be confused with the path commands from the svg path element (like M, L, Q, H and many ot…
232 …TVG_PATH_COMMAND_CLOSE = 0, ///< Ends the current sub-path and connects it with its initial point …
243 …, with the width equal to the stroke width and the length equal to the half of the stroke width. F…
244 … The stroke is extended in both endpoints of a sub-path by a half circle, with a radius equal to t…
263 TVG_STROKE_FILL_PAD = 0, ///< The remaining area is filled with the closest stop color.
273 …t to a location outside the shape is drawn. The intersections of the line with the path segment of…
274 … the point to a location outside the shape is drawn and its intersections with the path segments o…
365 * It should be called in case of termination of the TVG client with the same engine types as were p…
525 * memory data, which is not shared with others. This is necessary when the canvas is accessed…
592 * \note If the paints from the canvas should not be released, the tvg_canvas_clear() with a @c free…
727 * If a client application using the TVG library does not update the entire canvas with tvg_canvas_u…
728 …ss, Tvg_Paint objects previously added to the canvas should be updated manually with this function.
833 * \warning If this function is used, tvg_canvas_clear() with the @c free argument value set to @c f…
859 * The rotational axis passes through the point on the object with zero coordinates.
929 * \note Setting the opacity with this API may require multiple renderings using a composition. It i…
984 * \param[in] method The method used to composite the source object with the target.
997 * \param[out] method The method used to composite the source object with the target.
1046 …* its process involves the combination of colors or images from the source paint object with the d…
1071 * The stroke of a shape is an optional property in case the shape needs to be represented with/with…
1072 * It's efficient since the shape path and the stroking path can be shared with each other. It's als…
1175 * The rectangle with rounded corners can be achieved by setting non-zero values to @p rx and @p ry …
1180 * The rectangle is treated as a new sub-path - it is not connected with the previous sub-path.
1206 * The ellipse is treated as a new sub-path - it is not connected with the previous sub-path.
1225 * The arc is treated as a new sub-path - it is not connected with the previous sub-path.
1249 …ray is different than the number required by the @p cmds array, the shape with this sub-path will …
1378 * \retval TVG_RESULT_MEMORY_CORRUPTION An invalid Tvg_Gradient pointer or an error with accessing i…
1393 * \retval TVG_RESULT_MEMORY_CORRUPTION An invalid Tvg_Gradient pointer or an error with accessing i…
1531 * Otherwise, all paths are treated as a single entity with a combined length equal to the sum of th…
1769 * \note In case the first and the second points are equal, an object is filled with a single color …
1807 * \note In case the @p radius is zero, an object is filled with a single color using the last color…
1984 * \retval TVG_RESULT_NOT_SUPPORTED A file with an unknown extension.
2005 * \retval TVG_RESULT_FAILED_ALLOCATION A problem with memory allocation occurs.
2027 * \retval TVG_RESULT_NOT_SUPPORTED A file with an unknown extension.
2086 * As a group, scene can be transformed, translucent, composited with other target paints,
2115 * \retval TVG_RESULT_FAILED_ALLOCATION An internal error with a memory allocation.
2208 * \param[in] text The multi-byte text encoded with utf8 string to be rendered.
2265 * \retval TVG_RESULT_NOT_SUPPORTED When trying to load a file with an unknown extension.
2289 * \retval TVG_RESULT_NOT_SUPPORTED When trying to load a file with an unknown extension.
2304 * This function is used to release resources associated with a font file that has been loaded into …
2350 * \param[in] saver The Tvg_Saver object connected with the saving task.
2351 * \param[in] paint The paint to be saved with all its associated properties.
2358 * \retval TVG_RESULT_NOT_SUPPORTED Trying to save a file with an unknown extension or in an unsuppo…
2374 * \param[in] saver The Tvg_Saver object connected with the saving task.
2445 * \brief Retrieves a picture instance associated with this animation instance.
2449 * with this Animation instance.
2615 * \param[in] animation The Tvg_Animation object to override the property with the slot.