Home
last modified time | relevance | path

Searched refs:GetSpace (Results 1 - 25 of 32) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drow_composed_element.cpp26 { "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 Dlist_item_group_composed_element.cpp25 { "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 Dcolumn_composed_element.cpp25 { "space", [](const ColumnComposedElement& inspector) { return inspector.GetSpace(); } },
69 std::string ColumnComposedElement::GetSpace() const in GetSpace() function in OHOS::Ace::V2::ColumnComposedElement
H A Dlist_composed_element.cpp25 { "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 Drow_composed_element.h35 std::string GetSpace() const;
H A Dlist_item_group_composed_element.h33 std::string GetSpace() const;
H A Dcolumn_composed_element.h37 std::string GetSpace() const;
H A Dlist_composed_element.h34 std::string GetSpace() const;
/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 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 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 textStyle) in GetSpace() function in OHOS::UIFontCache
H A Dui_font_allocator.cpp195 reinterpret_cast<void*>(UIFontCacheManager::GetInstance()->GetSpace(fontId, unicode, bitmapSize, textStyle)); in GetCacheBuffer()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_component.cpp39 updateType |= static_cast<uint32_t>(list->GetSpace() == propSpace_ ? in Compare()
H A Drosen_render_list_item_group.cpp43 const double halfSpaceWidth = std::max(GetSpace(), strokeWidth) / 2.0; in PaintDivider()
H A Drender_list_item_group.h81 double GetSpace() const in GetSpace() function in OHOS::Ace::V2::RenderListItemGroup
H A Drender_list_item_group.cpp116 listSpace_ = component_->GetSpace(); in Update()
117 spaceWidth_ = std::max(NormalizePercentToPx(component_->GetSpace(), vertical_), in Update()
H A Drender_list.h99 double GetSpace() const in GetSpace() function in OHOS::Ace::V2::RenderList
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h154 const Dimension& GetSpace() const in GetSpace() function in OHOS::Ace::FlexComponent
H A Drender_flex.h71 double GetSpace() const in GetSpace() function in OHOS::Ace::RenderFlex
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()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.h105 float GetSpace() const in GetSpace() function in OHOS::Ace::ChainAnimation
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/
H A Dlinear_layout_test_ng.cpp1026 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 Dlinear_indicator_pattern.cpp213 float space = layoutProperty->GetSpace().value_or(theme_->GetDefaultSpace()).ConvertToPx(); in CalcProgressWidth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h597 float GetSpace(int32_t indicator);

Completed in 16 milliseconds

12