Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
void * | SkLoadDynamicLibrary (const char *libraryName) |
void * | SkGetProcedureAddress (void *library, const char *functionName) |
bool | SkFreeDynamicLibrary (void *library) |
bool SkFreeDynamicLibrary | ( | void * | library | ) |
Definition at line 22 of file SkOSLibrary_posix.cpp.
void * SkGetProcedureAddress | ( | void * | library, |
const char * | functionName | ||
) |
Definition at line 18 of file SkOSLibrary_posix.cpp.
void * SkLoadDynamicLibrary | ( | const char * | libraryName | ) |
Definition at line 14 of file SkOSLibrary_posix.cpp.