Home
last modified time | relevance | path

Searched refs:strStyle (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1706 std::string strStyle = std::to_string(g_drawingInfo.currentDragNum); in ParseAndAdjustSvgInfo() local
1707 if (strStyle.empty()) { in ParseAndAdjustSvgInfo()
1708 FI_HILOGE("strStyle size:%{public}zu invalid", strStyle.size()); in ParseAndAdjustSvgInfo()
1711 int32_t extendSvgWidth = (static_cast<int32_t>(strStyle.size()) - 1) * EIGHT_SIZE; in ParseAndAdjustSvgInfo()
1857 std::string strStyle = std::to_string(g_drawingInfo.currentDragNum); in SetDecodeOptions() local
1858 if (strStyle.empty()) { in SetDecodeOptions()
1859 FI_HILOGE("strStyle size:%{public}zu invalid", strStyle.size()); in SetDecodeOptions()
1862 int32_t extendSvgWidth = (static_cast<int32_t>(strStyle in SetDecodeOptions()
[all...]

Completed in 4 milliseconds