Lines Matching refs:Uint8
30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555()
31 Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_RGB555()
56 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565()
57 Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_RGB565()
82 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888()
83 Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_RGB888()
109 Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_ARGB8888()
134 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB()
135 Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_RGB()
185 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA()
186 Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_RGBA()
217 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint()
218 Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint()
279 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoints()
286 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) = NULL; in SDL_BlendPoints()