Home
last modified time | relevance | path

Searched defs:widthProp (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/render/border_image_painter/
Dborder_image_painter_test_ng.cpp88 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
127 std::unique_ptr<NG::BorderWidthProperty> widthProp; variable
171 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
217 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
262 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
307 std::unique_ptr<NG::BorderWidthProperty> widthProp; variable
349 std::unique_ptr<NG::BorderWidthProperty> widthProp; variable
386 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
431 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
474 …std::unique_ptr<NG::BorderWidthProperty> widthProp {std::make_unique<NG::BorderWidthProperty>(BORD… variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/security_component/
Dsecurity_component_model_test_ng.cpp347 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
475 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
532 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
573 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
773 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
901 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
958 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1000 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1192 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1320 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_model_ng.cpp179 BorderWidthProperty widthProp; in SetDefaultBackgroundButton() local
293 BorderWidthProperty widthProp; in SetBackgroundBorderWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dborder_image_painter.cpp24const std::unique_ptr<BorderWidthProperty>& widthProp, const SizeF& paintSize, const RSImage& imag… in BorderImagePainter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1667 const auto& widthProp = layoutProps->GetBorderWidthProperty(); in BdImagePaintTask() local