Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp211 auto jsonViewBox = JsonUtil::Create(true); in GetViewBox() local
214 jsonViewBox->Put("x", viewBox.Left().ToString().c_str()); in GetViewBox()
215 jsonViewBox->Put("y", viewBox.Top().ToString().c_str()); in GetViewBox()
216 jsonViewBox->Put("width", viewBox.Width().ToString().c_str()); in GetViewBox()
217 jsonViewBox->Put("height", viewBox.Height().ToString().c_str()); in GetViewBox()
219 return jsonViewBox; in GetViewBox()