Home
last modified time | relevance | path

Searched refs:ComputeMouseClippedSelectionBounds (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h743 RectF ComputeMouseClippedSelectionBounds(int32_t x, int32_t y, int32_t w, int32_t h);
H A Dweb_pattern.cpp3858 RectF WebPattern::ComputeMouseClippedSelectionBounds(int32_t x, int32_t y, int32_t w, int32_t h) in ComputeMouseClippedSelectionBounds() function in OHOS::Ace::NG::WebPattern
3877 selectArea_ = ComputeMouseClippedSelectionBounds(x, y, w, h); in UpdateClippedSelectionBounds()
4202 ComputeMouseClippedSelectionBounds(params->GetSelectX(), in QuickMenuIsNeedNewAvoid()