Lines Matching refs:image
134 * @brief Enumerates filter types for rendering an image.
271 VGUBlendType blend; /* < Blend type, specifying how a new image is drawn onto an existing surface */
318 * @brief Defines an image.
324 VGURect *rect; /* < Pointer to the rectangle of the image. If it is null, the entire buffer data is used. */
329 * @brief Defines an image pattern.
333 VGUImage *image; /* < Pointer to the image object */
334 VGUWrapType wrapx; /* < Wrap the image horizontally. */
335 VGUWrapType wrapy; /* < Wrap the image vertically. */
501 * @brief Blits an image to the target surface.
506 * @param src Indicates the pointer to the source image.