Home
last modified time | relevance | path

Searched refs:GetSpace (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_item_group_composed_element.cpp25 { "space", [](const ListItemGroupComposedElement& inspector) { return inspector.GetSpace(); } } in __anone1ea62720202()
37 std::string("space: ").append(GetSpace())); in Dump()
40 std::string ListItemGroupComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::ListItemGroupComposedElement
H A Drow_composed_element.cpp28 { "space", [](const RowComposedElement& inspector) { return inspector.GetSpace(); } }, in __anonaec494f40302()
41 std::string("space: ").append(GetSpace())); in Dump()
73 std::string RowComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::RowComposedElement
H A Dcolumn_composed_element.cpp28 { "space", [](const ColumnComposedElement& inspector) { return inspector.GetSpace(); } }, in __anonf468d9aa0302()
72 std::string ColumnComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::ColumnComposedElement
H A Dlist_composed_element.cpp27 { "space", [](const ListComposedElement& inspector) { return inspector.GetSpace(); } }, in __anon174b67b80202()
49 std::string("space: ").append(GetSpace())); in Dump()
72 std::string ListComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::ListComposedElement
H A Drow_composed_element.h35 std::string GetSpace() const;
H A Dcolumn_composed_element.h37 std::string GetSpace() const;
H A Dlist_item_group_composed_element.h33 std::string GetSpace() const;
H A Dlist_composed_element.h34 std::string GetSpace() const;
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache_manager.cpp89 uint8_t* UIFontCacheManager::GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle … in GetSpace() function in OHOS::UIFontCacheManager
92 return bitmapCache_->GetSpace(fontKey, unicode, size, textStyle); in GetSpace()
H A Dui_font_cache_manager.h36 uint8_t* GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle);
H A Dui_font_cache.h70 uint8_t* GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle);
H A Dui_font_cache.cpp49 uint8_t* UIFontCache::GetSpace(uint16_t fontId, uint32_t unicode, uint32_t size, TextStyle textStyl… in GetSpace() function in OHOS::UIFontCache
H A Dui_font_allocator.cpp195 …reinterpret_cast<void*>(UIFontCacheManager::GetInstance()->GetSpace(fontId, unicode, bitmapSize, t… in GetCacheBuffer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_component.cpp43 updateType |= static_cast<uint32_t>(list->GetSpace() == propSpace_ ? in Compare()
H A Drosen_render_list_item_group.cpp47 const double halfSpaceWidth = std::max(GetSpace(), strokeWidth) / 2.0; in PaintDivider()
H A Drender_list_item_group.h81 double GetSpace() const in GetSpace() function
H A Drender_list_item_group.cpp121 listSpace_ = component_->GetSpace(); in Update()
122 spaceWidth_ = std::max(NormalizePercentToPx(component_->GetSpace(), vertical_), in Update()
H A Drender_list.h99 double GetSpace() const in GetSpace() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.h105 float GetSpace() const in GetSpace() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h154 const Dimension& GetSpace() const in GetSpace() function
H A Drender_flex.h71 double GetSpace() const in GetSpace() function
H A Drender_flex.cpp78 space_ = context->NormalizeToPx(flex->GetSpace()); in Update()
79 inspectorSpace_ = flex->GetSpace(); in Update()
280 maxMainSize -= GetSpace() * (relativeNodes_.size() - 1); in PerformLayoutInWeightMode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/
H A Dlinear_layout_test_ng.cpp1026 auto space = layoutProperty->GetSpace();
1050 auto space = layoutProperty->GetSpace();
1074 auto space = layoutProperty->GetSpace();
1098 auto space = layoutProperty->GetSpace();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h535 float GetSpace(int32_t indicator);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp648 if (!listLayoutProperty->GetSpace().has_value() && chainAnimation_) { in SetChainAnimationLayoutAlgorithm()
2028 auto space = listLayoutProperty->GetSpace().value_or(CHAIN_INTERVAL_DEFAULT).ConvertToPx(); in SetChainAnimation()
2032 if (!chainAnimation_ || (chainAnimation_ && space != chainAnimation_->GetSpace())) { in SetChainAnimation()
2071 auto space = listLayoutProperty->GetSpace().value_or(CHAIN_INTERVAL_DEFAULT).ConvertToPx(); in SetChainAnimationOptions()

12