Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h36 const std::string BORDERZERO = "0.0"; variable
544 … jsonValue->Put("top", top.has_value() ? std::to_string(top.value()).c_str() : BORDERZERO.c_str());
545 …alue->Put("right", right.has_value() ? std::to_string(right.value()).c_str() : BORDERZERO.c_str());
546 …e->Put("bottom", bottom.has_value() ? std::to_string(bottom.value()).c_str() : BORDERZERO.c_str());
547 …jsonValue->Put("left", left.has_value() ? std::to_string(left.value()).c_str() : BORDERZERO.c_str(…