Searched refs:px2vpScale (Results 1 – 1 of 1) sorted by relevance
128 double px2vpScale = pipeline ? 1.0 / pipeline->GetDipScale() : 1.0; in GenEdgesGlobalized() local129 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()145 double px2vpScale = pipeline ? 1.0 / pipeline->GetDipScale() : 1.0; in GenBorderWidthGlobalized() local146 edges->SetProperty("top", edgeNative.topDimen.value_or(0) * px2vpScale); in GenBorderWidthGlobalized()147 edges->SetProperty("bottom", edgeNative.bottomDimen.value_or(0) * px2vpScale); in GenBorderWidthGlobalized()[all …]