Lines Matching refs:DECLSPEC

160 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
188 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceWithFormat
220 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
258 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceWithFormatFrom
275 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface);
289 extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface,
313 extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface);
324 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);
348 extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src,
378 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
406 extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,
421 extern DECLSPEC SDL_bool SDLCALL SDL_HasSurfaceRLE(SDL_Surface * surface);
447 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,
463 extern DECLSPEC SDL_bool SDLCALL SDL_HasColorKey(SDL_Surface * surface);
483 extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,
507 extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
526 extern DECLSPEC int SDLCALL SDL_GetSurfaceColorMod(SDL_Surface * surface,
548 extern DECLSPEC int SDLCALL SDL_SetSurfaceAlphaMod(SDL_Surface * surface,
564 extern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,
583 extern DECLSPEC int SDLCALL SDL_SetSurfaceBlendMode(SDL_Surface * surface,
598 extern DECLSPEC int SDLCALL SDL_GetSurfaceBlendMode(SDL_Surface * surface,
621 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface * surface,
640 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
652 extern DECLSPEC SDL_Surface *SDLCALL SDL_DuplicateSurface(SDL_Surface * surface);
676 extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
701 extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat
720 extern DECLSPEC int SDLCALL SDL_ConvertPixels(int width, int height,
746 extern DECLSPEC int SDLCALL SDL_PremultiplyAlpha(int width, int height,
775 extern DECLSPEC int SDLCALL SDL_FillRect
801 extern DECLSPEC int SDLCALL SDL_FillRects
876 extern DECLSPEC int SDLCALL SDL_UpperBlit
902 extern DECLSPEC int SDLCALL SDL_LowerBlit
915 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
925 extern DECLSPEC int SDLCALL SDL_SoftStretchLinear(SDL_Surface * src,
941 extern DECLSPEC int SDLCALL SDL_UpperBlitScaled
967 extern DECLSPEC int SDLCALL SDL_LowerBlitScaled
976 extern DECLSPEC void SDLCALL SDL_SetYUVConversionMode(SDL_YUV_CONVERSION_MODE mode);
983 extern DECLSPEC SDL_YUV_CONVERSION_MODE SDLCALL SDL_GetYUVConversionMode(void);
991 extern DECLSPEC SDL_YUV_CONVERSION_MODE SDLCALL SDL_GetYUVConversionModeForResolution(int width, in…