Searched refs:edgeNative (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_measure_layout.cpp | 129 edges->SetProperty("top", edgeNative.top.value_or(0) * px2vpScale); in GenEdgesGlobalized() 130 edges->SetProperty("bottom", edgeNative.bottom.value_or(0) * px2vpScale); in GenEdgesGlobalized() 132 edges->SetProperty("start", edgeNative.left.value_or(0) * px2vpScale); in GenEdgesGlobalized() 133 edges->SetProperty("end", edgeNative.right.value_or(0) * px2vpScale); in GenEdgesGlobalized() 135 edges->SetProperty("start", edgeNative.right.value_or(0) * px2vpScale); in GenEdgesGlobalized() 136 edges->SetProperty("end", edgeNative.left.value_or(0) * px2vpScale); in GenEdgesGlobalized() 146 edges->SetProperty("top", edgeNative.topDimen.value_or(0) * px2vpScale); in GenBorderWidthGlobalized() 147 edges->SetProperty("bottom", edgeNative.bottomDimen.value_or(0) * px2vpScale); in GenBorderWidthGlobalized() 149 edges->SetProperty("start", edgeNative.leftDimen.value_or(0) * px2vpScale); in GenBorderWidthGlobalized() 150 edges->SetProperty("end", edgeNative.rightDimen.value_or(0) * px2vpScale); in GenBorderWidthGlobalized() [all …]
|