Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h307 int32_t UpdateSvgNodeInfo(xmlNodePtr curNode, int32_t extendSvgWidth);
309 xmlNodePtr UpdateRectNode(int32_t extendSvgWidth, xmlNodePtr curNode);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1600 int32_t DragDrawing::UpdateSvgNodeInfo(xmlNodePtr curNode, int32_t extendSvgWidth) in UpdateSvgNodeInfo() argument
1619 int32_t number = std::stoi(srcSvgWidth) + extendSvgWidth; in UpdateSvgNodeInfo()
1636 number = std::stoi(tmpString) + extendSvgWidth; in UpdateSvgNodeInfo()
1666 xmlNodePtr DragDrawing::UpdateRectNode(int32_t extendSvgWidth, xmlNodePtr curNode) in UpdateRectNode() argument
1678 int32_t number = std::stoi(srcRectWidth) + extendSvgWidth; in UpdateRectNode()
1711 int32_t extendSvgWidth = (static_cast<int32_t>(strStyle.size()) - 1) * EIGHT_SIZE; in ParseAndAdjustSvgInfo() local
1713 int32_t ret = UpdateSvgNodeInfo(curNode, extendSvgWidth); in ParseAndAdjustSvgInfo()
1720 curNode = UpdateRectNode(extendSvgWidth, curNode); in ParseAndAdjustSvgInfo()
1862 int32_t extendSvgWidth = (static_cast<int32_t>(strStyle.size()) - 1) * EIGHT_SIZE; in SetDecodeOptions() local
1870 .width = (DEVICE_INDEPENDENT_PIXEL + extendSvgWidth) * GetScalin in SetDecodeOptions()
[all...]

Completed in 5 milliseconds