Searched refs:pixelMapHeight (Results 1 - 1 of 1) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 563 int32_t pixelMapHeight = g_drawingInfo.pixelMap->GetHeight(); in UpdatePixeMapDrawingOrder() local 564 pixelMapNode->SetBounds(positionX, positionY + adjustSize, pixelMapWidth, pixelMapHeight); in UpdatePixeMapDrawingOrder() 565 pixelMapNode->SetFrame(positionX, positionY + adjustSize, pixelMapWidth, pixelMapHeight); in UpdatePixeMapDrawingOrder() 3171 int32_t pixelMapHeight = g_drawingInfo.pixelMap->GetHeight(); in Draw() local 3182 pixelMapNode->SetBounds(DEFAULT_POSITION_X, adjustSize, pixelMapWidth, pixelMapHeight); in Draw() 3183 pixelMapNode->SetFrame(DEFAULT_POSITION_X, adjustSize, pixelMapWidth, pixelMapHeight); in Draw() 3185 pixelMapNode->SetBgImageHeight(pixelMapHeight); in Draw() 3188 Rosen::Drawing::AdaptiveImageInfo rsImageInfo = { 1, 0, {}, 1, 0, pixelMapWidth, pixelMapHeight }; in Draw() 3189 auto cvs = pixelMapNode->BeginRecording(pixelMapWidth, pixelMapHeight); in Draw()
|
Completed in 6 milliseconds