Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp159 auto spaceX = viewBox.Width() - realSize.Width() * scaleValue; in CalcDstRect() local
161 auto offsetX = viewBox.Left() + spaceX * 0.5f; // 0.5f Align Center in CalcDstRect()