Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dcalc_dimension.h41 void SetCalcValue(const std::string& value) in SetCalcValue() function
55 SetCalcValue(newDimension.CalcValue());
H A Danimatable_dimension.cpp43 SetCalcValue(newDimension.CalcValue()); in operator =()
58 SetCalcValue(newDimension.CalcValue()); in operator =()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dcalc_length_test_ng.cpp59 calc.SetCalcValue("calcLengthTest");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dcalc_length.h73 void SetCalcValue(const std::string& value) in SetCalcValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp42 dimension[i].SetCalcValue(std::string(image->calc[i])); in ParseImage()
H A Dnode_text_input_modifier.cpp514 fontSize.SetCalcValue(value->string); in SetTextInputFontSize()
593 fontSize.SetCalcValue(placeholderFont->size->string); in SetTextInputPlaceholderFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp306 calcL.SetCalcValue(calcValue); in ReadCalcLength()