Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp62 static IsPNGSupportedHandler g_isPNGSupportedHandler = nullptr; variable
177 g_isPNGSupportedHandler = handler; in RegIsPNGSupportedHandler()
388 …return (g_isPNGSupportedHandler != nullptr) ? g_isPNGSupportedHandler(imagePath, bundleName) : fal… in IsPNGSupportedWrapper()