| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| D | skia_paint_test.cpp | 120 auto space = std::make_shared<ColorSpace>(); variable 174 auto space = std::make_shared<ColorSpace>(); variable 196 auto space = std::make_shared<ColorSpace>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
| D | linear_layout_utils.h | 34 float space = 0.0f; member 44 float space = 0.0f; member
|
| D | row_model_ng.cpp | 26 void RowModelNG::Create(const std::optional<Dimension>& space, AlignDeclaration*, const std::string… in Create()
|
| D | column_model_ng.cpp | 30 void ColumnModelNG::Create(const std::optional<Dimension>& space, AlignDeclaration*, const std::str… in Create()
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| D | dump_log.cpp | 37 std::string space = " "; in Print() local 72 std::string space = " "; in Print() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| D | chain_animation.cpp | 30 … int32_t index, float space, float maxSpace, float minSpace, RefPtr<SpringProperty> springProperty) in ChainAnimationNode() 59 ChainAnimation::ChainAnimation(float space, float maxSpace, float minSpace, RefPtr<SpringProperty> … in ChainAnimation() 177 void ChainAnimation::SetSpace(float space, float maxSpace, float minSpace) in SetSpace()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | row_model_impl.cpp | 27 void RowModelImpl::Create(const std::optional<Dimension>& space, AlignDeclaration* declaration, con… in Create()
|
| D | column_model_impl.cpp | 28 const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) in Create()
|
| D | list_item_group_model_impl.cpp | 31 void ListItemGroupModelImpl::SetSpace(const Dimension& space) in SetSpace()
|
| D | gauge_model_impl.h | 44 void SetIndicatorSpace(const Dimension& space) override {} in SetIndicatorSpace()
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| D | dns_lookup_parser_test.cpp | 348 int32_t space = 0; variable 359 int32_t space = 0; variable 370 int32_t space = -1; variable 377 const int32_t space = 10; variable 387 const int32_t space = 10; variable 399 const int32_t space = 10; variable 413 const int32_t space = 10; variable 427 const int32_t space = 10; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_paint_method.h | 31 float space = 0.0f; member 46 const V2::ItemDivider& divider, bool vertical, int32_t lanes, float space) in ListPaintMethod()
|
| D | list_item_group_model_ng.cpp | 48 void ListItemGroupModelNG::SetSpace(const Dimension& space) in SetSpace()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| D | rosen_svg_painter.cpp | 525 double space = 0.0; in UpdateText() local 575 double space = 0.0; in UpdateText() local 631 double space = 0.0; in UpdateTextPath() local 700 double space = 0.0; in UpdateTextPath() local 771 double space = 0.0; in MeasureTextBounds() local 801 double space = 0.0; in MeasureTextBounds() local 833 double space = 0.0; in MeasureTextPathBounds() local 869 double space = 0.0; in MeasureTextPathBounds() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
| D | select_layout_algorithm.cpp | 42 auto space = static_cast<float>(rowProps->GetSpaceValue(Dimension()).ConvertToPx()); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/select/ |
| D | select_component.cpp | 72 RefPtr<BoxComponent> space = AceType::MakeRefPtr<BoxComponent>(); in Initialize() local
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| D | font_config.cpp | 448 const std::string space = " "; in DumpAlias() local 464 const std::string space = " "; in DumpAjdust() local 496 const std::string space = " "; in DumpForbak() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_list_item_group.cpp | 67 Dimension space; in Create() local
|
| D | js_row.cpp | 52 std::optional<CalcDimension> space; in Create() local
|
| D | js_column.cpp | 54 std::optional<CalcDimension> space; in Create() local
|
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| D | string_expression.cpp | 36 std::regex space(" "); in CheckCalcIsValid() local 198 std::regex space(" "); in ConvertDal2Rpn() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
| D | dot_indicator_paint_method.cpp | 271 … const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index) in CalculatePointCenterX() 459 float space = static_cast<float>(INDICATOR_ITEM_SPACE.ConvertToPx()); in UpdateBackground() local 575 …const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32… in ForwardCalculation() 629 …const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32… in BackwardCalculation()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| D | gauge_model_ng.cpp | 118 void GaugeModelNG::SetIndicatorSpace(const Dimension& space) in SetIndicatorSpace() 196 void GaugeModelNG::SetIndicatorSpace(FrameNode* frameNode, const Dimension& space) in SetIndicatorSpace()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
| D | list_test_ng.cpp | 259 …float space = layoutProperty_->GetSpace().has_value() ? layoutProperty_->GetSpace().value().Conver… in GetInterval() local 427 …const RefPtr<FrameNode>& frameNode, int32_t viewItemNumber, int32_t lanes, float space, float star… in VerifyPosition() 442 …const RefPtr<FrameNode>& frameNode, int32_t viewItemNumber, int32_t lanes, float space, int32_t in… in VerifyItemPosition() 471 …const RefPtr<FrameNode>& frameNode, int32_t viewItemNumber, int32_t lanes, float space, float star… in VerifyGroupItemPosition()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/ |
| D | linear_layout_test_ng.cpp | 976 auto space = layoutProperty->GetSpace(); variable 1000 auto space = layoutProperty->GetSpace(); variable 1024 auto space = layoutProperty->GetSpace(); variable 1048 auto space = layoutProperty->GetSpace(); variable
|