Home
last modified time | relevance | path

Searched defs:childOffset (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_paint_method.cpp55 for (auto childOffset : childrenOffset_) { in PaintContent() local
63 for (auto childOffset : childrenOffset_) { in PaintContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp149 const Size& size, const Offset& childOffset, const Offset& effectOffset) in MoveChildToViewPort()
280 auto childOffset = Offset::Zero() - currentOffset_ + paddingOffset; in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp100 Offset childOffset = offset; in Paint() local
134 Offset childOffset = offset; in Paint() local
232 Offset childOffset = offset; in BitmapMesh() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_testthree_ng.cpp233 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
241 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
373 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
382 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
599 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
687 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
772 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
H A Dflex_test_ng.cpp733 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1022 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1105 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1190 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1275 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1359 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1444 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1535 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
H A Dflex_testtwo_ng.cpp1109 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1117 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1248 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/
H A Dlinear_split_test_ng.cpp460 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
654 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
878 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
1058 auto childOffset = childWrapper->GetGeometryNode()->GetFrameOffset(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp965 void BubbleLayoutAlgorithm::UpdateChildPosition(OffsetF& childOffset) in UpdateChildPosition()
1881 …string BubbleLayoutAlgorithm::ReplaceArrowTopLeft(const float arrowOffset, const float childOffset) in ReplaceArrowTopLeft()
1904 …tring BubbleLayoutAlgorithm::ReplaceArrowTopRight(const float arrowOffset, const float childOffset) in ReplaceArrowTopRight()
1928 …tring BubbleLayoutAlgorithm::ReplaceArrowRightTop(const float arrowOffset, const float childOffset) in ReplaceArrowRightTop()
1951 …ng BubbleLayoutAlgorithm::ReplaceArrowRightBottom(const float arrowOffset, const float childOffset) in ReplaceArrowRightBottom()
1974 …ing BubbleLayoutAlgorithm::ReplaceArrowBottomLeft(const float arrowOffset, const float childOffset) in ReplaceArrowBottomLeft()
1997 …ng BubbleLayoutAlgorithm::ReplaceArrowBottomRight(const float arrowOffset, const float childOffset) in ReplaceArrowBottomRight()
2020 …string BubbleLayoutAlgorithm::ReplaceArrowLeftTop(const float arrowOffset, const float childOffset) in ReplaceArrowLeftTop()
2043 …ing BubbleLayoutAlgorithm::ReplaceArrowLeftBottom(const float arrowOffset, const float childOffset) in ReplaceArrowLeftBottom()
2272 const OffsetF& childOffset, const SizeF& childSize) in GetErrorPositionType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp80 Offset childOffset = rect.GetOffset(); in PaintChild() local
H A Drosen_render_context.cpp92 Offset childOffset = rect.GetOffset(); in PaintChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp132 auto childOffset = CalculateChildOffset(index, layoutWrapper); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp133 auto childOffset = OffsetF(); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp176 auto childOffset = in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp237 …int32_t childSpan, int32_t childOffset, int32_t restColumnNum, int32_t totalColumnNum, NewLineOffs… in ParseNewLineForLargeOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp199 auto childOffset = in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.h149 void SetChildOffset(float childOffset) in SetChildOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp44 …int32_t childSpan, int32_t childOffset, int32_t restColumnNum, int32_t totalColumnNum, NewLineOffs… in ParseNewLineForLargeOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp282 auto childOffset = in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp347 OffsetF childOffset; in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp965 auto childOffset = OffsetF(); in Layout() local
979 …gorithm::LayoutChildren(LayoutWrapper* layoutWrapper, const SizeF& frameSize, OffsetF& childOffset) in LayoutChildren()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp464 OffsetF childOffset(0.0f, 0.0f); variable
505 OffsetF childOffset(FIRST_ITEM_WIDTH * 2, 0.0f); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp284 OffsetF childOffset; in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp820 Offset childOffset = renderNode->GetOffsetFromOrigin(Offset()); in CalculateRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp530 RenderBubble::ErrorPositionType RenderBubble::GetErrorPositionType(const Offset& childOffset, const… in GetErrorPositionType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp57 auto childOffset = GetChildOffset(textInputFrameSize, contentRect, childFrameSize, nodeWidth); in LayoutChild() local

12