/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | list_item_group_composed_element.cpp | 25 { "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 D | row_composed_element.cpp | 28 { "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 D | column_composed_element.cpp | 28 { "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 D | list_composed_element.cpp | 27 { "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 D | row_composed_element.h | 35 std::string GetSpace() const;
|
H A D | column_composed_element.h | 37 std::string GetSpace() const;
|
H A D | list_item_group_composed_element.h | 33 std::string GetSpace() const;
|
H A D | list_composed_element.h | 34 std::string GetSpace() const;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_cache_manager.cpp | 89 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 D | ui_font_cache_manager.h | 36 uint8_t* GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle);
|
H A D | ui_font_cache.h | 70 uint8_t* GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle);
|
H A D | ui_font_cache.cpp | 49 uint8_t* UIFontCache::GetSpace(uint16_t fontId, uint32_t unicode, uint32_t size, TextStyle textStyl… in GetSpace() function in OHOS::UIFontCache
|
H A D | ui_font_allocator.cpp | 195 …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 D | list_component.cpp | 43 updateType |= static_cast<uint32_t>(list->GetSpace() == propSpace_ ? in Compare()
|
H A D | rosen_render_list_item_group.cpp | 47 const double halfSpaceWidth = std::max(GetSpace(), strokeWidth) / 2.0; in PaintDivider()
|
H A D | render_list_item_group.h | 81 double GetSpace() const in GetSpace() function
|
H A D | render_list_item_group.cpp | 121 listSpace_ = component_->GetSpace(); in Update() 122 spaceWidth_ = std::max(NormalizePercentToPx(component_->GetSpace(), vertical_), in Update()
|
H A D | render_list.h | 99 double GetSpace() const in GetSpace() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | chain_animation.h | 105 float GetSpace() const in GetSpace() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component.h | 154 const Dimension& GetSpace() const in GetSpace() function
|
H A D | render_flex.h | 71 double GetSpace() const in GetSpace() function
|
H A D | render_flex.cpp | 78 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 D | linear_layout_test_ng.cpp | 1026 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 D | tab_bar_pattern.h | 535 float GetSpace(int32_t indicator);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.cpp | 648 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()
|