Searched refs:GetPrimaryPixelMap (Results 1 – 10 of 10) sorted by relevance
48 static napi_value GetPrimaryPixelMap(napi_env env, napi_callback_info info);
80 std::shared_ptr<OHOS::Media::PixelMap> GetPrimaryPixelMap();
723 auto primaryPixelMap = newPasteData.GetPrimaryPixelMap();753 auto primaryPixelMap = newPasteData.GetPrimaryPixelMap();973 auto pixelMap1 = pasteData->GetPrimaryPixelMap();1209 auto pixelMap2 = pasteData2.GetPrimaryPixelMap();
667 auto imageData = pasteData.GetPrimaryPixelMap(); in GetPixelMapDataSync()696 auto imageData = pasteData.GetPrimaryPixelMap(); in GetPixelMapDataAsync()
188 napi_value PasteDataNapi::GetPrimaryPixelMap(napi_env env, napi_callback_info info) in GetPrimaryPixelMap() function in OHOS::MiscServicesNapi::PasteDataNapi205 std::shared_ptr<PixelMap> pixelMap = obj->value_->GetPrimaryPixelMap(); in GetPrimaryPixelMap()974 DECLARE_NAPI_FUNCTION("getPrimaryPixelMap", GetPrimaryPixelMap), in PasteDataInit()
387 auto newPrimaryPixelMap = pasteData->GetPrimaryPixelMap();415 auto pixMap = newPasteData->GetPrimaryPixelMap();
873 auto pasteRecord = pasteData.GetPrimaryPixelMap();
194 pasteData2.GetPrimaryPixelMap(); in FuzzPasteData002()
208 std::shared_ptr<PixelMap> PasteData::GetPrimaryPixelMap() in GetPrimaryPixelMap() function in OHOS::MiscServices::PasteData
340 std::shared_ptr<PixelMap> pixelMap = pasteData->GetPrimaryPixelMap(); in FfiOHOSPasteDataGetPrimaryPixelMap()