Home
last modified time | relevance | path

Searched refs:GetDragPixelMapSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h437 SizeF GetDragPixelMapSize() const;
H A Dweb_pattern.cpp252 SizeF WebPattern::GetDragPixelMapSize() const in GetDragPixelMapSize() function in OHOS::Ace::NG::WebPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h611 SizeF GetDragPixelMapSize() const;
H A Dweb_pattern.cpp1272 SizeF WebPattern::GetDragPixelMapSize() const in GetDragPixelMapSize() function in OHOS::Ace::NG::WebPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp847 frameNodeSize_ = webPattern->GetDragPixelMapSize(); in HandleOnDragStart()