Searched refs:widthStr (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | layout_constraint_test_ng.cpp | 66 std::string widthStr = "768px"; in HWTEST_F() local 67 CalcLength width = CalcLength::FromString(widthStr); in HWTEST_F() 93 widthStr = "768px"; in HWTEST_F() 94 width = CalcLength::FromString(widthStr); in HWTEST_F() 356 std::string widthStr = "768px"; in HWTEST_F() local 357 CalcLength width = CalcLength::FromString(widthStr); in HWTEST_F()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
H A D | astc_codec.cpp | 208 std::string widthStr = dimensions.substr(0, starPos); in extractDimensions() local 211 auto ret_x = std::from_chars(widthStr.data(), widthStr.data() + widthStr.size(), param.blockX_); in extractDimensions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 342 auto widthStr = selfIdealSize.value().Width().value().ToString(); in ToJsonValue_GetJsonSize() local 343 json->PutExtAttr("width", widthStr.c_str(), filter); in ToJsonValue_GetJsonSize() 344 jsonSize->Put("width", widthStr.c_str()); in ToJsonValue_GetJsonSize()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.cpp | 639 std::string widthStr; in SetButtonSize() local 641 widthStr = "undefined"; in SetButtonSize() 644 widthStr = std::to_string(width.Value()); in SetButtonSize() 653 GetArkUINodeModifiers()->getButtonModifier()->setButtonSize(nativeNode, widthStr.c_str(), in SetButtonSize()
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 268 std::string widthStr = std::to_string(width); in DumpAVBuffer() local 272 auto fileName = GetLocalTime() + "_" + widthStr + "_" + heightStr + "_" + pixelFormat + fileNameSuffix; in DumpAVBuffer()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 222 string widthStr = "width"; in HWTEST_F() local 223 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), DEFAULT_WIDTH); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 2331 std::string widthStr; 2333 widthStr += widthItem->GetArrayItem(i)->GetString() + " "; 2335 SetBorderImageWidthForFourEdges(widthStr, declaration);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 1095 auto widthStr = (idealWidthVpStr.substr(0, idealWidthVpStr.find(".") + SUBSTR_LENGTH) + DIMENSION_UNIT_VP); in GeometryNodeToJsonValue() local 1096 json->PutExtAttr("width", widthStr.c_str(), filter); in GeometryNodeToJsonValue() 1098 jsonSize->Put("width", widthStr.c_str()); in GeometryNodeToJsonValue()
|
Completed in 22 milliseconds