Home
last modified time | relevance | path

Searched refs:defaultEdgeWidth (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp164 …const std::unique_ptr<NG::BorderWidthProperty>& defaultEdgeWidth = std::make_unique<NG::BorderWidt… in GenBorderInfo() local
166 borderInfo->SetPropertyObject("borderWidth", GenEdgeWidths(defaultEdgeWidth)); in GenBorderInfo()
174 …Property->GetBorderWidthProperty() ? layoutProperty->GetBorderWidthProperty() : defaultEdgeWidth)); in GenBorderInfo()
198 …const std::unique_ptr<NG::BorderWidthProperty>& defaultEdgeWidth = std::make_unique<NG::BorderWidt… in GenSelfLayoutInfo() local
200 selfLayoutInfo->SetPropertyObject("borderWidth", GenEdgeWidths(defaultEdgeWidth)); in GenSelfLayoutInfo()
230 …Property->GetBorderWidthProperty() ? layoutProperty->GetBorderWidthProperty() : defaultEdgeWidth)); in GenSelfLayoutInfo()