Lines Matching refs:target
457 * @param target Indicates the pointer to the target surface.
468 VGUResult (*RenderFill)(VGUSurface *target, const VGUPath *path, const VGUMatrix3 *matrix, const VGUFillAttr *attr,
474 * @param target Indicates the pointer to the target surface.
485 VGUResult (*RenderStroke)(VGUSurface *target, const VGUPath *path, const VGUMatrix3 *matrix,
491 * @param target Indicates the pointer to the target surface.
498 VGUResult (*RenderBlur)(VGUSurface *target, uint16_t blur);
501 * @brief Blits an image to the target surface.
505 * @param target Indicates the pointer to the target surface.
513 VGUResult (*RenderBlit)(VGUSurface *target, const VGUImage *src, uint32_t color);
516 * @brief Blits multiple images to the target surface.
519 * function to combine multiple source images to the target surface.
522 * @param target Indicates the pointer to the target surface.
531 VGUResult (*RenderBlitN)(VGUSurface *target, const VGUImage *src, uint16_t count, uint32_t color);
534 * @brief Clears a rectangle with a given color on the target surface.
536 * @param target Indicates the pointer to the target surface.
546 VGUResult (*RenderClearRect)(VGUSurface *target, const VGURect *rect, uint32_t color, uint8_t opacity);