Searched refs:g_isPNGSupportedHandler (Results 1 – 1 of 1) sorted by relevance
62 static IsPNGSupportedHandler g_isPNGSupportedHandler = nullptr; variable177 g_isPNGSupportedHandler = handler; in RegIsPNGSupportedHandler()388 …return (g_isPNGSupportedHandler != nullptr) ? g_isPNGSupportedHandler(imagePath, bundleName) : fal… in IsPNGSupportedWrapper()