Home
last modified time | relevance | path

Searched refs:originGeoRect (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.cpp213 NG::RectF originGeoRect; in GenSelfLayoutInfo() local
215 originGeoRect = host->GetGeometryNode()->GetFrameRect(); in GenSelfLayoutInfo()
218 GreatNotEqual(originGeoRect.Width(), 0.0f) ? originGeoRect.Width() / pipeline->GetDipScale() in GenSelfLayoutInfo()
223 … GreatNotEqual(originGeoRect.Height(), 0.0f) ? originGeoRect.Height() / pipeline->GetDipScale() in GenSelfLayoutInfo()