Home
last modified time | relevance | path

Searched refs:GetRootRect (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp187 …parentGlobalOffset_ = layoutWrapper->GetHostNode()->GetPaintRectOffset() - context->GetRootRect().… in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp262 …parentGlobalOffset_ = layoutWrapper->GetHostNode()->GetPaintRectOffset() - context->GetRootRect().… in Layout()
H A Drich_editor_pattern.cpp1737 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 Dselect_overlay_layout_algorithm.cpp569 … 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 Dtext_input_layout_algorithm.cpp265 …parentGlobalOffset_ = layoutWrapper->GetHostNode()->GetPaintRectOffset() - context->GetRootRect().… in Layout()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_callback.cpp370 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetPaintRectGlobalOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1469 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 Dpipeline_context.h498 RectF GetRootRect() in GetRootRect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h306 Rect GetRootRect() const;
H A Dpipeline_context.cpp391 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 Drender_node.cpp1679 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 Dbase_text_select_overlay.cpp532 return globalFrameRect.GetOffset() - pipeline->GetRootRect().GetOffset(); in GetPaintRectOffsetWithTransform()
H A Dtext_pattern.cpp2122 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 Dtext_field_pattern.cpp957 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 Dimage_pattern.cpp322 auto rootOffset = pipeline->GetRootRect().GetOffset(); in GetParentGlobalOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3074 int32_t height = context->GetRootRect().Height(); in IsNeedResizeVisibleViewport()