Home
last modified time | relevance | path

Searched refs:CreateSync (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.h42 static std::shared_ptr<Media::PixelMap> CreateSync(
H A Dcomponent_snapshot.cpp402 std::shared_ptr<Media::PixelMap> ComponentSnapshot::CreateSync( in CreateSync() function in OHOS::Ace::NG::ComponentSnapshot
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp2100 …std::shared_ptr<Media::PixelMap> pixelMap = ComponentSnapshot::CreateSync(dragDropInfo.customNode,… in StartDragForCustomBuilder()