Searched refs:NapiUnwrap (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 864 NapiUnwrap(env, argValue[0], reinterpret_cast<void**>(&pixelMapNapi)); in ConvertToPixelMap() 1234 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in GetIsEditable() 1264 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in GetIsStrideAlignment() 1362 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in ReadPixelsToBufferSync() 1463 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in ReadPixelsSync() 1665 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in WriteBufferToPixelsSync() 1835 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in GetBytesNumberPerRow() 1872 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in GetPixelBytesNumber() 1908 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in IsSupportAlpha() 1950 status = NapiUnwrap(env, thisVar, reinterpret_cast<void**>(&pixelMapNapi)); in SetAlphaAble() [all …]
|