Home
last modified time | relevance | path

Searched refs:GetPixelMap (Results 1 – 25 of 196) sorted by relevance

12345678

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp298 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
328 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
344 pixelMap = imageDecoderAdapterImpl.GetPixelMap();
372 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
402 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
432 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
463 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
530 auto* pixelMap = imageDecoderAdapterImpl.GetPixelMap();
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Djs_drawable_descriptor.cpp93 pixelMaps.push_back(*(pixmapNapi->GetPixelMap())); in GetPixelMapArray()
241 auto pixelMap = *(pixelMapNapi->GetPixelMap()); in GetPixelMapFromNapi()
257 auto pixelMap = drawableNapi->GetPixelMap(); in GetPixelMapFromDrawableNapi()
275 DECLARE_NAPI_FUNCTION("getPixelMap", GetPixelMap), in InitDrawable()
287 DECLARE_NAPI_FUNCTION("getPixelMap", GetPixelMap), in InitPixelMapDrawable()
299 DECLARE_NAPI_FUNCTION("getPixelMap", GetPixelMap), in InitLayeredDrawable()
315 DECLARE_NAPI_FUNCTION("getPixelMap", GetPixelMap), in InitAnimatedDrawable()
372 napi_value JsDrawableDescriptor::GetPixelMap(napi_env env, napi_callback_info info) in GetPixelMap() function in OHOS::Ace::Napi::JsDrawableDescriptor
381 auto pixmap = drawable->GetPixelMap(); in GetPixelMap()
/ohos5.0/foundation/window/window_manager/wmserver/src/window_snapshot/
H A Dsnapshot_stub.cpp40 if (snapshot_.GetPixelMap() == nullptr) { in OnRemoteRequest()
45 reply.WriteParcelable(snapshot_.GetPixelMap().get()); in OnRemoteRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp165 auto pixmap = GetPixelMap(); in GetWidth()
175 auto pixmap = GetPixelMap(); in GetHeight()
186 auto pixmap = GetPixelMap(); in DrawImageLattice()
241 auto pixmap = GetPixelMap(); in DrawImageNine()
293 auto pixmap = GetPixelMap(); in DrawToRSCanvas()
377 auto pixelMapPtr = GetPixelMap(); in DrawRect()
415 cache->CacheImageData(key, MakeRefPtr<PixmapData>(GetPixelMap())); in Cache()
H A Dpixelmap_image.h37 RefPtr<PixelMap> GetPixelMap() const override in GetPixelMap() function
60 return GetPixelMap(); in HasData()
H A Drendering_context.h36 RefPtr<PixelMap> GetPixelMap() override in GetPixelMap() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_drawable.cpp75 if ((drawableDescriptor != nullptr) && (drawableDescriptor->GetPixelMap() != nullptr)) { in GetIconResourceByTheme()
86 return info.ConvertToString(drawableDescriptor->GetPixelMap(), resourceInfo.icon_); in GetIconResourceByTheme()
118 return info.ConvertToString(drawableDescriptor->GetPixelMap(), resourceInfo.icon_); in GetIconResourceByHap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effect_ndk/src/filter/
H A Dfilter.cpp34 dstPixelMap_ = skImage.GetPixelMap(); in Render()
42 std::shared_ptr<OHOS::Media::PixelMap> Filter::GetPixelMap() in GetPixelMap() function in OHOS::Rosen::Filter
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp380 std::shared_ptr<Media::PixelMap> pixelMap = bgImage_->GetPixelMap(); in MakeFromTextureForVK()
423 std::shared_ptr<Media::PixelMap> pixelMap = bgImage_->GetPixelMap(); in SetCompressedDataForASTC()
498 if (bgImage->GetPixelMap() && !bgImage->GetPixelMap()->IsAstc() && in CreateDrawFunc()
499 bgImage->GetPixelMap()->GetAllocatorType() == Media::AllocatorType::DMA_ALLOC) { in CreateDrawFunc()
500 if (!bgImage->GetPixelMap()->GetFd()) { in CreateDrawFunc()
504 …->MakeFromTextureForVK(*canvas, reinterpret_cast<SurfaceBuffer*>(bgImage->GetPixelMap()->GetFd())); in CreateDrawFunc()
507 if (bgImage->GetPixelMap() && bgImage->GetPixelMap()->IsAstc()) { in CreateDrawFunc()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_info_mgr.cpp500 savedSnapshot.snapshot = snapshot.GetPixelMap(); in UpdateMissionSnapshot()
545 MissionDataStorage::GetReducedPixelMap(snapshot.GetPixelMap()) : snapshot.GetPixelMap(); in UpdateMissionSnapshot()
550 savedSnapshot.snapshot = snapshot.GetPixelMap(); in UpdateMissionSnapshot()
666 if (snapshot.GetPixelMap() == nullptr) { in CreateWhitePixelMap()
670 int32_t dataLength = snapshot.GetPixelMap()->GetByteCount(); in CreateWhitePixelMap()
671 const uint8_t *pixelData = snapshot.GetPixelMap()->GetPixels(); in CreateWhitePixelMap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp52 auto res = drawableDescriptor.GetPixelMap();
74 auto res = layeredDrawableDescriptor.GetPixelMap();
317 auto pixelMap = animatedDrawable->GetPixelMap();
402 auto composedResult = layeredDrawable.GetPixelMap();
423 auto composedResult = layeredDrawable.GetPixelMap();
735 auto ret = drawable.GetPixelMap();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_chain_unittest.cpp273 ASSERT_NE(skImageChain->GetPixelMap(), nullptr);
304 ASSERT_NE(skImageChain->GetPixelMap(), nullptr);
335 ASSERT_NE(skImageChain->GetPixelMap(), nullptr);
366 ASSERT_NE(skImageChain->GetPixelMap(), nullptr);
384 ASSERT_EQ(skImageChain->GetPixelMap(), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsnapshot_surface.cpp40 shared_ptr<PixelMap> GetPixelMap() in GetPixelMap() function in SurfaceCaptureFuture
149 shared_ptr<PixelMap> pixelmap = callback->GetPixelMap(); in main()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp206 if (multiTypeRecordImpl->GetPixelMap()) { in AddMultiTypeRecord()
208 std::make_shared<OHOS::MiscServices::EntryValue>(multiTypeRecordImpl->GetPixelMap()); in AddMultiTypeRecord()
255 const RefPtr<PixelMap> MultiTypeRecordImpl::GetPixelMap() in GetPixelMap() function in OHOS::Ace::MultiTypeRecordImpl
514 } else if (pasteDataRecord->GetPixelMap() != nullptr) { in GetDataSync()
515 auto imageData = pasteDataRecord->GetPixelMap(); in GetDataSync()
553 } else if (pasteDataRecord->GetPixelMap() != nullptr) { in GetDataAsync()
554 auto imageData = pasteDataRecord->GetPixelMap(); in GetDataAsync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp138 auto pixelMap = GetPixelMap(env, argv[0]); in Constructor()
168 RefPtr<PixelMap> JSRenderImage::GetPixelMap(napi_env env, napi_value value) in GetPixelMap() function in OHOS::Ace::Framework::JSRenderImage
175 return PixelMap::CreatePixelMap(napiPixelMap->GetPixelMap()); in GetPixelMap()
305 pixelMap_ = image_->GetPixelMap(); in OnImageLoadSuccess()
H A Djs_render_image.h64 RefPtr<PixelMap> GetPixelMap() const in GetPixelMap() function
160 static RefPtr<PixelMap> GetPixelMap(napi_env env, napi_value value);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_drawable_descriptor.cpp29 auto pixelMap = napiDrawable->GetPixelMap(); in OH_ArkUI_CreateFromNapiDrawable()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dnapi_test.cpp87 std::shared_ptr<PixelMap> res = napi.GetPixelMap(env, pixelmap);
102 std::shared_ptr<PixelMap>* res = napi.GetPixelMap();
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsurface_reader_handler_impl.h30 sptr<Media::PixelMap> GetPixelMap();
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/
H A DmultiType_record_impl.cpp34 const RefPtr<PixelMap> MultiTypeRecordImpl::GetPixelMap() in GetPixelMap() function in OHOS::Ace::MultiTypeRecordImpl
H A DmultiType_record_impl.h33 const RefPtr<PixelMap> GetPixelMap();
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map_manager.h38 PixelMap &GetPixelMap() in GetPixelMap() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h210 std::shared_ptr<Media::PixelMap> GetPixelMap(uint32_t key) const in GetPixelMap() function
214 return resourceAdapter_->GetPixelMap(key); in GetPixelMap()
217 return themeConstants_->GetPixelMap(key); in GetPixelMap()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_skia_image.cpp25 RefPtr<PixelMap> DrawingImage::GetPixelMap() const in GetPixelMap() function in OHOS::Ace::NG::DrawingImage
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dsnapshot.h36 const std::shared_ptr<OHOS::Media::PixelMap>& GetPixelMap() const in GetPixelMap() function

12345678