Lines Matching full:brief
47 * \brief Create a window that can be shaped with the specified position, dimensions, and flags.
69 * \brief Return whether the given window is a shaped window.
78 /** \brief An enum denoting the specific type of contents present in an SDL_WindowShapeParams union. */
80 /** \brief The default mode, a binarized alpha cutoff of 1. */
82 /** \brief A binarized alpha cutoff with a given integer value. */
84 /** \brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */
86 /** \brief A color key is applied. */
92 /** \brief A union containing parameters for shaped windows. */
94 /** \brief a cutoff alpha value for binarization of the window shape's alpha channel. */
99 /** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. */
101 /** \brief The mode of these window-shape parameters. */
103 /** \brief Window-shape parameters. */
108 * \brief Set the shape and parameters of a shaped window.
123 * \brief Get the shape parameters of a shaped window.