Home
last modified time | relevance | path

Searched refs:SDL_WinRT_Path (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_system.h169 } SDL_WinRT_Path; typedef
187 extern DECLSPEC const wchar_t * SDLCALL SDL_WinRTGetFSPathUNICODE(SDL_WinRT_Path pathType);
204 extern DECLSPEC const char * SDLCALL SDL_WinRTGetFSPathUTF8(SDL_WinRT_Path pathType);
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/winrt/
DSDL_sysfilesystem.cpp44 SDL_WinRTGetFSPathUNICODE(SDL_WinRT_Path pathType) in SDL_WinRTGetFSPathUNICODE()
94 SDL_WinRTGetFSPathUTF8(SDL_WinRT_Path pathType) in SDL_WinRTGetFSPathUTF8()
96 typedef unordered_map<SDL_WinRT_Path, string> UTF8PathMap; in SDL_WinRTGetFSPathUTF8()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h612 SDL_DYNAPI_PROC(const wchar_t*,SDL_WinRTGetFSPathUNICODE,(SDL_WinRT_Path a),(a),return)
613 SDL_DYNAPI_PROC(const char*,SDL_WinRTGetFSPathUTF8,(SDL_WinRT_Path a),(a),return)