/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/ |
H A D | text_area_layout_algorithm.cpp | 187 …parentGlobalOffset_ = layoutWrapper->GetHostNode()->GetPaintRectOffset() - context->GetRootRect().… in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_layout_algorithm.cpp | 262 …parentGlobalOffset_ = layoutWrapper->GetHostNode()->GetPaintRectOffset() - context->GetRootRect().… in Layout()
|
H A D | rich_editor_pattern.cpp | 1737 auto rootOffset = pipeline->GetRootRect().GetOffset(); in CalcCursorOffsetByPosition() 3250 auto globalOffset = host->GetPaintRectOffset() - context->GetRootRect().GetOffset(); in UseHostToUpdateTextFieldManager() 4614 pipeline->GetRootRect().GetOffset(); in GetMiscTextConfig() 7578 auto rootOffset = pipeline->GetRootRect().GetOffset(); in OnBackPressed() 10034 auto rootOffset = pipeline->GetRootRect().GetOffset(); in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 569 … auto hostGlobalOffset = hostFrameNode->GetPaintRectOffset() - pipeline->GetRootRect().GetOffset(); in AdjustMenuTooFarAway() 644 auto viewPort = pipeline->GetRootRect(); in NewMenuAvoidStrategy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.cpp | 265 …parentGlobalOffset_ = layoutWrapper->GetHostNode()->GetPaintRectOffset() - context->GetRootRect().… in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_callback.cpp | 370 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetPaintRectGlobalOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1469 int32_t preWidth = GetRootRect().Width(); in StartWindowMaximizeAnimation() 1470 int32_t preHeight = GetRootRect().Height(); in StartWindowMaximizeAnimation() 1950 …float currentPos = manager->GetClickPosition().GetY() - context->GetRootRect().GetOffset().GetY() - in OnVirtualKeyboardHeightChange() 2071 …float caretPos = manager->GetFocusedNodeCaretRect().Top() - context->GetRootRect().GetOffset().Get… in OnCaretPositionChangeOrKeyboardHeightChange() 2511 auto rootOffset = GetRootRect().GetOffset(); in OnTouchEvent() 3118 auto rootOffset = GetRootRect().GetOffset(); in OnMouseEvent()
|
H A D | pipeline_context.h | 498 RectF GetRootRect() in GetRootRect() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 306 Rect GetRootRect() const;
|
H A D | pipeline_context.cpp | 391 Rect PipelineContext::GetRootRect() const in GetRootRect() function in OHOS::Ace::PipelineContext 576 if (curRect == GetRootRect()) { in FlushRender() 591 if (curRect == GetRootRect()) { in FlushRender()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 1679 return context->GetRootRect(); in GetDirtyRect() 1686 return context->GetRootRect(); in GetDirtyRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.cpp | 532 return globalFrameRect.GetOffset() - pipeline->GetRootRect().GetOffset(); in GetPaintRectOffsetWithTransform()
|
H A D | text_pattern.cpp | 2122 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetParentGlobalOffset() 2856 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetGlobalOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 957 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetGlobalOffset() 994 auto globalOffset = GetHost()->GetPaintRectOffset() - context->GetRootRect().GetOffset(); in HandleFocusEvent() 3931 …double positionY = (tmpHost->GetPaintRectOffset() - pipeline->GetRootRect().GetOffset()).GetY() + … in GetMiscTextConfig() 7210 viewDataWrap->SetPageRect(pipeline->GetRootRect()); in OnBackPressed() 7401 auto rootOffset = pipeline->GetRootRect().GetOffset(); in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 322 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetParentGlobalOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3074 int32_t height = context->GetRootRect().Height(); in IsNeedResizeVisibleViewport()
|