Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp471 double pageWidth = width; in UpdateRootSizeAndScale() local
473 pageWidth -= 2 * (CONTAINER_BORDER_WIDTH + CONTENT_PADDING).ConvertToPx(); in UpdateRootSizeAndScale()
476 windowConfig.autoDesignWidth ? density_ : pageWidth / windowConfig.designWidth; in UpdateRootSizeAndScale()