Home
last modified time | relevance | path

Searched refs:GetPaintRectGlobalOffset (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_mgr.h100 static NG::OffsetF GetPaintRectGlobalOffset(const RefPtr<NG::FrameNode>& frameNode);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp361 auto parentGlobalOffset_ = GetPaintRectGlobalOffset(frameNode); in GetGlyphPositionByGlobalOffset()
406 NG::OffsetF StylusDetectorMgr::StylusDetectorCallBack::GetPaintRectGlobalOffset( in GetPaintRectGlobalOffset() function in OHOS::Ace::StylusDetectorMgr::StylusDetectorCallBack
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp559 parentGlobalOffset_ = GetPaintRectGlobalOffset(); in OnDirtyLayoutWrapperSwap()
675 pattern->parentGlobalOffset_ = pattern->GetPaintRectGlobalOffset(); in ProcessOverlayAfterLayout()
853 auto globalOffset = GetPaintRectGlobalOffset(); in CheckSelectAreaVisible()
1450 parentGlobalOffset_ = GetPaintRectGlobalOffset(); in HandleOnSelectAll()
2192 auto textPaintOffset = pattern->GetPaintRectGlobalOffset(); in InitDragDropCallBack()
2331 parentGlobalOffset_ = GetPaintRectGlobalOffset(); in HandleClickEvent()
3916 auto textPaintOffset = GetPaintRectGlobalOffset(); in GetMiscTextConfig()
5025 auto parentGlobalOffset = GetPaintRectGlobalOffset(); in OnHandleAreaChanged()
7259 return startOffset + GetPaintRectGlobalOffset(); in OnBackPressed()
7302 return GetPaintRectGlobalOffset(); in OnBackPressed()
7305 OffsetF TextFieldPattern::GetPaintRectGlobalOffset() const OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
[all...]
H A Dtext_field_pattern.h1265 OffsetF GetPaintRectGlobalOffset() const;
1459 parentGlobalOffset_ = GetPaintRectGlobalOffset(); in UpdateParentGlobalOffset()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp363 EXPECT_NE(richEditorPattern->GetPaintRectGlobalOffset(), Offset); in HWTEST_F()
962 EXPECT_NE(richEditorPattern->GetPaintRectGlobalOffset(), Offset); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h860 OffsetF GetPaintRectGlobalOffset() const;
H A Drich_editor_pattern.cpp3451 parentGlobalOffset_ = GetPaintRectGlobalOffset();
7117 pattern->parentGlobalOffset_ = pattern->GetPaintRectGlobalOffset();
7520 auto parentGlobalOffset = GetPaintRectGlobalOffset(); // offset on screen(with transformation)
10045 return GetPaintRectGlobalOffset(); in GetTextPaintOffset()
10048 OffsetF RichEditorPattern::GetPaintRectGlobalOffset() const in GetPaintRectGlobalOffset() function in OHOS::Ace::NG::RichEditorPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_test.cpp966 pattern->parentGlobalOffset_ = pattern->GetPaintRectGlobalOffset(); in HWTEST_F()

Completed in 40 milliseconds