Searched refs:SetFrame (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/utility/common_utils/include/ |
H A D | log_parse.h | 35 void SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventInfo) const;
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 370 g_drawingInfo.parentNode->SetFrame(positionX, positionY, g_drawingInfo.pixelMap->GetWidth(), in Draw() 413 parentNode->SetFrame(positionX, positionY, pixelMap->GetWidth(), in UpdateDragPosition() 454 multiSelectedNode->SetFrame(multiSelectedPositionX, multiSelectedPositionY, in DoMultiSelectedAnimation() 460 multiSelectedNode->SetFrame(multiSelectedPositionX, multiSelectedPositionY, in DoMultiSelectedAnimation() 565 pixelMapNode->SetFrame(positionX, positionY + adjustSize, pixelMapWidth, pixelMapHeight); in UpdatePixeMapDrawingOrder() 1485 g_drawingInfo.rootNode->SetFrame(0, 0, width, height); in InitCanvas() 2216 filterNode->SetFrame(DEFAULT_POSITION_X, adjustSize, g_drawingInfo.pixelMap->GetWidth(), in SetCustomDragBlur() 2249 filterNode->SetFrame(DEFAULT_POSITION_X, adjustSize, g_drawingInfo.pixelMap->GetWidth(), in SetComponentDragBlur() 2273 g_drawingInfo.parentNode->SetFrame(positionX, positionY, g_drawingInfo.pixelMap->GetWidth(), in SetNodesLocation() 2408 mouseIconNode->SetFrame(position in UpdateMousePosition() [all...] |
/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | tbox.cpp | 149 logparse.SetFrame(stackTop, eventInfo); in FilterTrace()
|
H A D | log_parse.cpp | 288 void LogParse::SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventInfo) const in SetFrame() function in OHOS::HiviewDFX::LogParse
|
Completed in 6 milliseconds