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 D | web_pattern.h | 743 RectF ComputeMouseClippedSelectionBounds(int32_t x, int32_t y, int32_t w, int32_t h);
|
H A D | web_pattern.cpp | 3858 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()
|