Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/render/
Dborder_image_painter_test_ng.cpp101 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
140 std::unique_ptr<NG::BorderWidthProperty> widthProp; variable
185 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
231 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
276 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
321 std::unique_ptr<NG::BorderWidthProperty> widthProp; variable
364 std::unique_ptr<NG::BorderWidthProperty> widthProp; variable
402 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
447 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
490 …std::unique_ptr<NG::BorderWidthProperty> widthProp { std::make_unique<NG::BorderWidthProperty>(BOR… variable
[all …]
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
Dsecurity_component_test_ng.cpp412 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
541 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
599 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
642 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
861 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
991 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1049 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1092 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1403 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
1532 auto& widthProp = buttonProp->GetBorderWidthProperty(); variable
[all …]
/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/pattern/security_component/
Dsecurity_component_pattern.cpp708 BorderWidthProperty widthProp; in UpdateButtonProperty() local
Dsecurity_component_model_ng.cpp314 BorderWidthProperty widthProp; in SetDefaultBackgroundButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmenu_pattern.cpp547 BorderWidthProperty widthProp; in InitDefaultBorder() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp3117 const auto& widthProp = layoutProps->GetBorderWidthProperty(); in BdImagePaintTask() local