Lines Matching refs:static

39 static size_t MyProviderGetBytesCallback(void* rwops_userdata, void* quartz_buffer, size_t the_coun…
46 static void MyProviderReleaseInfoCallback(void* rwops_userdata)
52 static void MyProviderRewindCallback(void* rwops_userdata)
66 static void MyProviderSkipBytesCallback(void* rwops_userdata, size_t the_count)
78 static CGImageSourceRef CreateCGImageSourceFromRWops(SDL_RWops* rw_ops, CFDictionaryRef hints_and_o…
118 static CGImageSourceRef CreateCGImageSourceFromFile(const char* the_path)
149 static CGImageRef CreateCGImageFromCGImageSource(CGImageSourceRef image_source)
168 static CFDictionaryRef CreateHintDictionary(CFStringRef uti_string_hint)
188 static SDL_Surface* Create_SDL_Surface_From_CGImage_RGB(CGImageRef image_ref)
283 static SDL_Surface* Create_SDL_Surface_From_CGImage_Index(CGImageRef image_ref)
334 static SDL_Surface* Create_SDL_Surface_From_CGImage(CGImageRef image_ref)
348 static int Internal_checkImageIOisAvailable() {
387 static int Internal_isType_UIImage (SDL_RWops *rw_ops, CFStringRef uti_string_to_test)
514 static int Internal_isType_ImageIO (SDL_RWops *rw_ops, CFStringRef uti_string_to_test)
550 static int Internal_isType (SDL_RWops *rw_ops, CFStringRef uti_string_to_test)
612 static SDL_Surface *LoadImageFromRWops_UIImage (SDL_RWops* rw_ops, CFStringRef uti_string_hint)
642 static SDL_Surface *LoadImageFromRWops_ImageIO (SDL_RWops *rw_ops, CFStringRef uti_string_hint)
664 static SDL_Surface *LoadImageFromRWops (SDL_RWops *rw_ops, CFStringRef uti_string_hint)
674 static SDL_Surface* LoadImageFromFile_UIImage (const char *file)
692 static SDL_Surface* LoadImageFromFile_ImageIO (const char *file)
711 static SDL_Surface* LoadImageFromFile (const char *file)