Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts95 export const testNativeWindowSetColorSpaceNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp200 …{"testNativeWindowSetColorSpaceNormal", nullptr, testNativeWindowSetColorSpaceNormal, nullptr, nul…
Dnativewindow.h241 napi_value testNativeWindowSetColorSpaceNormal(napi_env env, napi_callback_info info);
Dnativewindow2.cpp1143 napi_value testNativeWindowSetColorSpaceNormal(napi_env env, napi_callback_info info) in testNativeWindowSetColorSpaceNormal() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h241 napi_value testNativeWindowSetColorSpaceNormal(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1240 * @tc.name : testNativeWindowSetColorSpaceNormal
1241 * @tc.desc : testNativeWindowSetColorSpaceNormal
1246 it('testNativeWindowSetColorSpaceNormal', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
1248 let result: number = nativeWindow.testNativeWindowSetColorSpaceNormal();