Home | History | Annotate | Download | only in SDL2

Lines Matching refs:pixels

64  * \brief A collection of pixels used in software blitting.
66 * \note This structure should be treated as read-only, except for \c pixels,
75 void *pixels; /**< Read-write */
110 * \param width The width in pixels of the surface to create.
111 * \param height The height in pixels of the surface to create.
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
143 * \brief Sets up a surface for directly accessing the pixels.
146 * to and read from \c surface->pixels, using the pixel format stored in
208 * but the surface must be locked before directly accessing the pixels.
365 * \brief Copy a block of pixels of one format to another format
411 if SDL_SRCCOLORKEY set, only copy the pixels matching the
421 if SDL_SRCCOLORKEY set, only copy the pixels matching the
430 if SDL_SRCCOLORKEY set, only copy the pixels matching the
440 if SDL_SRCCOLORKEY set, only copy the pixels matching the