/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | row_composed_element.cpp | 26 { "space", [](const RowComposedElement& inspector) { return inspector.GetSpace(); } }, 39 std::string("space: ").append(GetSpace())); in Dump() 71 std::string RowComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::RowComposedElement
|
H A D | list_item_group_composed_element.cpp | 25 { "space", [](const ListItemGroupComposedElement& inspector) { return inspector.GetSpace(); } } 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 | column_composed_element.cpp | 25 { "space", [](const ColumnComposedElement& inspector) { return inspector.GetSpace(); } }, 69 std::string ColumnComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::ColumnComposedElement
|
H A D | list_composed_element.cpp | 25 { "space", [](const ListComposedElement& inspector) { return inspector.GetSpace(); } }, 47 std::string("space: ").append(GetSpace())); in Dump() 70 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 | list_item_group_composed_element.h | 33 std::string GetSpace() const;
|
H A D | column_composed_element.h | 37 std::string GetSpace() const;
|
H A D | list_composed_element.h | 34 std::string GetSpace() const;
|
/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 textStyle) in GetSpace() function in OHOS::UIFontCacheManager 92 return bitmapCache_->GetSpace(fontKey, unicode, size, textStyle); in GetSpace() 94 GRAPHIC_LOGE("UIFontCacheManager::GetSpace invalid bitmapCache"); 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 textStyle) in GetSpace() function in OHOS::UIFontCache
|
H A D | ui_font_allocator.cpp | 195 reinterpret_cast<void*>(UIFontCacheManager::GetInstance()->GetSpace(fontId, unicode, bitmapSize, textStyle)); in GetCacheBuffer()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_component.cpp | 39 updateType |= static_cast<uint32_t>(list->GetSpace() == propSpace_ ? in Compare()
|
H A D | rosen_render_list_item_group.cpp | 43 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 in OHOS::Ace::V2::RenderListItemGroup
|
H A D | render_list_item_group.cpp | 116 listSpace_ = component_->GetSpace(); in Update() 117 spaceWidth_ = std::max(NormalizePercentToPx(component_->GetSpace(), vertical_), in Update()
|
H A D | render_list.h | 99 double GetSpace() const in GetSpace() function in OHOS::Ace::V2::RenderList
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component.h | 154 const Dimension& GetSpace() const in GetSpace() function in OHOS::Ace::FlexComponent
|
H A D | render_flex.h | 71 double GetSpace() const in GetSpace() function in OHOS::Ace::RenderFlex
|
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()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | chain_animation.h | 105 float GetSpace() const in GetSpace() function in OHOS::Ace::ChainAnimation
|
/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(); in HWTEST_F() 1050 auto space = layoutProperty->GetSpace(); in HWTEST_F() 1074 auto space = layoutProperty->GetSpace(); in HWTEST_F() 1098 auto space = layoutProperty->GetSpace(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_pattern.cpp | 213 float space = layoutProperty->GetSpace().value_or(theme_->GetDefaultSpace()).ConvertToPx(); in CalcProgressWidth()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.h | 597 float GetSpace(int32_t indicator);
|