Searched refs:IsPNGSupportedHandler (Results 1 – 2 of 2) sorted by relevance
71 typedef bool (*IsPNGSupportedHandler)(const char *imagePath, const char *bundleName); typedef146 static void RegIsPNGSupportedHandler(IsPNGSupportedHandler handler);
62 static IsPNGSupportedHandler g_isPNGSupportedHandler = nullptr;175 void ProductAdapter::RegIsPNGSupportedHandler(IsPNGSupportedHandler handler) in RegIsPNGSupportedHandler()