Searched refs:heightStr (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | layout_constraint_test_ng.cpp | 68 std::string heightStr = "1024px"; in HWTEST_F() local 69 CalcLength height = CalcLength::FromString(heightStr); in HWTEST_F() 81 heightStr = "1024px"; in HWTEST_F() 82 height = CalcLength::FromString(heightStr); in HWTEST_F() 124 heightStr = "1024px"; in HWTEST_F() 125 height = CalcLength::FromString(heightStr); in HWTEST_F() 358 std::string heightStr = "1024px"; in HWTEST_F() local 359 CalcLength height = CalcLength::FromString(heightStr); in HWTEST_F() 372 heightStr = "1024px"; in HWTEST_F() 373 height = CalcLength::FromString(heightStr); in HWTEST_F() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
H A D | astc_codec.cpp | 209 std::string heightStr = dimensions.substr(starPos + 1); in extractDimensions() local 212 auto ret_y = std::from_chars(heightStr.data(), heightStr.data() + heightStr.size(), param.blockY_); in extractDimensions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 347 auto heightStr = selfIdealSize.value().Height().value().ToString(); in ToJsonValue_GetJsonSize() local 348 json->PutExtAttr("height", heightStr.c_str(), filter); in ToJsonValue_GetJsonSize() 349 jsonSize->Put("height", heightStr.c_str()); in ToJsonValue_GetJsonSize()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 8074 std::string heightStr = height->ToString(); in ParseSheetStyle() local 8076 heightStr.erase(std::remove(heightStr.begin(), heightStr.end(), ' '), heightStr.end()); in ParseSheetStyle() 8077 std::transform(heightStr.begin(), heightStr.end(), heightStr.begin(), ::tolower); in ParseSheetStyle() 8078 if (heightStr == SHEET_HEIGHT_MEDIUM) { in ParseSheetStyle() 8083 if (heightStr in ParseSheetStyle() 8140 std::string heightStr = args->ToString(); ParseSheetDetentHeight() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.cpp | 647 std::string heightStr; in SetButtonSize() local 649 heightStr = "undefined"; in SetButtonSize() 651 heightStr = std::to_string(height.Value()); in SetButtonSize() 654 static_cast<int32_t>(width.Unit()), heightStr.c_str(), static_cast<int32_t>(height.Unit())); in SetButtonSize()
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 269 std::string heightStr = std::to_string(height); in DumpAVBuffer() local 272 auto fileName = GetLocalTime() + "_" + widthStr + "_" + heightStr + "_" + pixelFormat + fileNameSuffix; in DumpAVBuffer()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 1104 auto heightStr = (idealHeightVpStr.substr(0, idealHeightVpStr.find(".") + SUBSTR_LENGTH) + DIMENSION_UNIT_VP); in GeometryNodeToJsonValue() local 1105 json->PutExtAttr("height", heightStr.c_str(), filter); in GeometryNodeToJsonValue() 1107 jsonSize->Put("height", heightStr.c_str()); in GeometryNodeToJsonValue()
|
Completed in 34 milliseconds