Lines Matching full:with
94 …InvalidArguments, ///< The value returned in the event of a problem with the arguments given …
106 …* Not to be confused with the path commands from the svg path element (like M, L, Q, H and many ot…
111 …Close = 0, ///< Ends the current sub-path and connects it with its initial point. This command doe…
123 …, with the width equal to the stroke width and the length equal to the half of the stroke width. F…
124 …Round, ///< The stroke is extended in both end-points of a sub-path by a half circle, with a …
145 Pad = 0, ///< The remaining area is filled with the closest stop color.
156 …t to a location outside the shape is drawn. The intersections of the line with the path segment of…
157 … the point to a location outside the shape is drawn and its intersections with the path segments o…
178 …mum value between the target alpha and the source alpha and multiplies it with the target color. (…
197 …el values from 0 to 255 of each pixel in the top layer and multiples them with the values for the …
200 SrcOver, ///< Replace the bottom layer with the top layer.
205 …HardLight, ///< The same as Overlay but with the color roles reversed. (2 * S * D) if (S <…
206 …SoftLight, ///< The same as Overlay but with applying pure black or white does not result …
213 Add, ///< Simply adds pixel values of one layer with the other. (S + D)
231 …GaussianBlur ///< Apply a blur effect with a Gaussian filter. Param(3) = {sigma(float)[> 0],…
310 * The rotational axis passes through the point on the object with zero coordinates.
369 …* @note Setting the opacity with this API may require multiple render pass for composition. It is …
377 * @param[in] method The method used to composite the source object with the target.
399 …* its process involves the combination of colors or images from the source paint object with the d…
450 * @return The method used to composite the source object with the target.
565 * Return a newly created Fill object with the properties copied from the original.
735 …* @note In case the first and the second points are equal, an object is filled with a single color…
803 …* @note In case the @p radius is zero, an object is filled with a single color using the last colo…
855 …* The stroke of Shape is an optional property in case the Shape needs to be represented with/witho…
856 …* It's efficient since the shape path and the stroking path can be shared with each other. It's al…
923 …* The rectangle with rounded corners can be achieved by setting non-zero values to @p rx and @p ry…
928 * The rectangle is treated as a new sub-path - it is not connected with the previous sub-path.
949 * The ellipse is treated as a new sub-path - it is not connected with the previous sub-path.
964 * The arc is treated as a new sub-path - it is not connected with the previous sub-path.
983 …ray is different than the number required by the @p cmds array, the shape with this sub-path will …
1072 …* Otherwise, all paths are treated as a single entity with a combined length equal to the sum of t…
1270 * @retval Result::NonSupport When trying to load a file with an unknown extension.
1295 * @retval Result::NonSupport When trying to load a file with an unknown extension.
1393 …* As a group, the scene can be transformed, made translucent and composited with other target pain…
1450 …* For example, use SceneEffect::GaussianBlur to apply a blur with specific param…
1519 * @param[in] text The multi-byte text encoded with utf8 string to be rendered.
1562 * @retval Result::NonSupport When trying to load a file with an unknown extension.
1584 * @retval Result::NonSupport When trying to load a file with an unsupported extension.
1600 …* This function is used to release resources associated with a font file that has been loaded into…
1640 * @brief A class for the rendering graphical elements with a software raster engine.
1707 …* memory data, which is not shared with others. This is necessary when the canvas is accesse…
1728 * @brief A class for the rendering graphic elements with a GL raster engine.
1774 * @brief A class for the rendering graphic elements with a WebGPU raster engine.
1906 * @brief Retrieves a picture instance associated with this animation instance.
1910 * with this Animation instance.
2038 * @param[in] paint The paint to be saved with all its associated properties.
2043 …* @retval Result::NonSupport When trying to save a file with an unknown extension or in an unsuppo…
2064 …* @retval Result::NonSupport if an attempt is made to save the file with an unknown extension or i…