Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/types/imageEffect/
Dindex.d.ts17 export const creatOutPixeMapForPath: (path: string) => number; constant
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
DimageEffect.h26 napi_value creatOutPixeMapForPath(napi_env env, napi_callback_info info);
Dnapi_init.cpp25 DESCRIPTOR("creatOutPixeMapForPath", creatOutPixeMapForPath),
DimageEffect.cpp90 napi_value creatOutPixeMapForPath(napi_env env, napi_callback_info info) in creatOutPixeMapForPath() function
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/ohosTest/ets/test/
DImageEffect.test.ets57 testNapi.creatOutPixeMapForPath(outFilePath);