Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_pixel_map_napi.h34 static std::shared_ptr<PixelMap> GetSendablePixelMap(napi_env env, napi_value pixelmap);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp466 std::shared_ptr<PixelMap> SendablePixelMapNapi::GetSendablePixelMap(napi_env env, napi_value pixelm… in GetSendablePixelMap() function in OHOS::Media::SendablePixelMapNapi
670 asyncContext->rPixelMap = GetSendablePixelMap(env, argValue[NUM_0]); in CreatePremultipliedSendablePixelMap()
671 asyncContext->wPixelMap = GetSendablePixelMap(env, argValue[NUM_1]); in CreatePremultipliedSendablePixelMap()
722 asyncContext->rPixelMap = GetSendablePixelMap(env, argValue[NUM_0]); in CreateUnpremultipliedSendablePixelMap()
723 asyncContext->wPixelMap = GetSendablePixelMap(env, argValue[NUM_1]); in CreateUnpremultipliedSendablePixelMap()