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/
Ddrag_drawing.h139 int32_t UpdateSvgNodeInfo(xmlNodePtr curNode, int32_t extendSvgWidth);
141 xmlNodePtr UpdateRectNode(int32_t extendSvgWidth, xmlNodePtr curNode);
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp827 int32_t DragDrawing::UpdateSvgNodeInfo(xmlNodePtr curNode, int32_t extendSvgWidth) in UpdateSvgNodeInfo() argument
846 int32_t number = std::stoi(srcSvgWidth) + extendSvgWidth; in UpdateSvgNodeInfo()
863 number = std::stoi(tmpString) + extendSvgWidth; in UpdateSvgNodeInfo()
891 xmlNodePtr DragDrawing::UpdateRectNode(int32_t extendSvgWidth, xmlNodePtr curNode) in UpdateRectNode() argument
903 int32_t number = std::stoi(srcRectWidth) + extendSvgWidth; in UpdateRectNode()
935 int32_t extendSvgWidth = (static_cast<int32_t>(strStyle.size()) - 1) * EIGHT_SIZE; in ParseAndAdjustSvgInfo() local
937 int32_t ret = UpdateSvgNodeInfo(curNode, extendSvgWidth); in ParseAndAdjustSvgInfo()
944 curNode = UpdateRectNode(extendSvgWidth, curNode); in ParseAndAdjustSvgInfo()
1058 int32_t extendSvgWidth = (static_cast<int32_t>(strStyle.size()) - 1) * EIGHT_SIZE; in SetDecodeOptions() local
1074 .width = (DEVICE_INDEPENDENT_PIXEL + extendSvgWidth) * GetScaling(), in SetDecodeOptions()