Searched refs:srcRectWidth (Results 1 – 1 of 1) sorted by relevance
1469 std::string srcRectWidth = oStrStream.str(); in UpdateRectNode() local1470 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()