Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1469 std::string srcRectWidth = oStrStream.str(); in UpdateRectNode() local
1470 if (!IsNum(srcRectWidth)) { in UpdateRectNode()
1471 … FI_HILOGE("srcRectWidth is not digital, srcRectWidth:%{public}s", srcRectWidth.c_str()); in UpdateRectNode()
1474 int32_t number = std::stoi(srcRectWidth) + extendSvgWidth; in UpdateRectNode()