Searched refs:GetSendablePixelMap (Results 1 – 2 of 2) sorted by relevance
34 static std::shared_ptr<PixelMap> GetSendablePixelMap(napi_env env, napi_value pixelmap);
466 std::shared_ptr<PixelMap> SendablePixelMapNapi::GetSendablePixelMap(napi_env env, napi_value pixelm… in GetSendablePixelMap() function in OHOS::Media::SendablePixelMapNapi670 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()