Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h412 const std::string PixelRoundToJsonValue() const;
H A Dlayout_property.cpp185 json->PutExtAttr("pixelRound", PixelRoundToJsonValue().c_str(), filter); in ToJsonValue()
253 const std::string LayoutProperty::PixelRoundToJsonValue() const in PixelRoundToJsonValue() function in OHOS::Ace::NG::LayoutProperty