Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp24 } g_fmtMapTable[] = { variable
34 int32_t len = sizeof(g_fmtMapTable) / sizeof(g_fmtMapTable[0]); in ConvertFormat()
36 if (g_fmtMapTable[i].srcColorFmt == srcColorFmt) { in ConvertFormat()
37 dstColorFmt = g_fmtMapTable[i].dstColorFmt; in ConvertFormat()