Home | History | Annotate | Download | only in include

Lines Matching full:blend

338  *  \brief Set the blend mode used for texture copy operations.
343 * \return 0 on success, or -1 if the texture is not valid or the blend mode is
346 * \note If the blend mode is not supported, the closest supported mode is
355 * \brief Get the blend mode used for texture copy operations.
358 * \param blendMode A pointer filled in with the current blend mode.
620 * \brief Set the blend mode used for drawing operations (Fill and Line).
622 * \param renderer The renderer for which blend mode should be set.
627 * \note If the blend mode is not supported, the closest supported mode is
636 * \brief Get the blend mode used for drawing operations.
638 * \param renderer The renderer from which blend mode should be queried.
639 * \param blendMode A pointer filled in with the current blend mode.