Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/common_utils/include/
Dlog_parse.h35 …void SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventInfo) const;
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp284 … g_drawingInfo.rootNode->SetFrame(0, 0, g_drawingInfo.rootNodeWidth, g_drawingInfo.rootNodeHeight); in UpdateShadowPic()
753 …g_drawingInfo.rootNode->SetFrame(g_drawingInfo.displayX, g_drawingInfo.displayY - adjustSize, widt… in InitCanvas()
760 …pixelMapNode->SetFrame(0, adjustSize, g_drawingInfo.pixelMap->GetWidth(), g_drawingInfo.pixelMap->… in InitCanvas()
765 dragStyleNode->SetFrame(0, 0, SVG_HEIGHT, SVG_HEIGHT); in InitCanvas()
774 mouseIconNode->SetFrame(-g_drawingInfo.pixelMapX, -g_drawingInfo.pixelMapY, in InitCanvas()
1111 …dragStyleNode->SetFrame(svgTouchPositionX, (TWELVE_SIZE - EIGHT_SIZE) * scalingValue, stylePixelMa… in Draw()
1126 … g_drawingInfo.rootNode->SetFrame(0, 0, g_drawingInfo.rootNodeWidth, g_drawingInfo.rootNodeHeight); in Draw()
1183 mouseIconNode->SetFrame(-g_drawingInfo.pixelMapX, -g_drawingInfo.pixelMapY + adjustSize, in Draw()
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp148 logparse.SetFrame(stackTop, eventInfo); in FilterTrace()
Dlog_parse.cpp288 void LogParse::SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventIn… in SetFrame() function in OHOS::HiviewDFX::LogParse